From 2dd56b2cfb10335fd3db5e34774425d0c9619ab7 Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Wed, 16 Nov 2022 14:54:53 -0500 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b19ff53..de85268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v0.11.2] - [Enable & Fix Linter #149](https://github.com/xmidt-org/bascule/issues/149) - [Remove go-kit/kit & go-kit/log #148](https://github.com/xmidt-org/bascule/issues/148) - [Move to zap logger #103](https://github.com/xmidt-org/bascule/issues/103) @@ -127,7 +129,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added constructor, enforcer, and listener alice decorators - Basic code and structure established -[Unreleased]: https://github.com/xmidt-org/bascule/compare/v0.11.1...HEAD +[Unreleased]: https://github.com/xmidt-org/bascule/compare/v0.11.2...HEAD +[v0.11.2]: https://github.com/xmidt-org/bascule/compare/v0.11.1...v0.11.2 [v0.11.1]: https://github.com/xmidt-org/bascule/compare/v0.11.0...v0.11.1 [v0.11.0]: https://github.com/xmidt-org/bascule/compare/v0.10.2...v0.11.0 [v0.10.2]: https://github.com/xmidt-org/bascule/compare/v0.10.1...v0.10.2 From d45bf149495cacc16b6ad2dbc697f8d7cf682fdb Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Wed, 30 Nov 2022 11:07:24 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de85268..a30a4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ## [v0.11.2] +- [SetLogger Bug: Shared logger among requests creates repeating logging context #159](https://github.com/xmidt-org/bascule/issues/159) - [Enable & Fix Linter #149](https://github.com/xmidt-org/bascule/issues/149) -- [Remove go-kit/kit & go-kit/log #148](https://github.com/xmidt-org/bascule/issues/148) +- [Remove go-kit/kit/log & go-kit/log #148](https://github.com/xmidt-org/bascule/issues/148) - [Move to zap logger #103](https://github.com/xmidt-org/bascule/issues/103) - Security patch, remove debug logged token