Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RELEASE.CHANGELOG.md #233

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions RELEASE.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### Release 2023-09-14
* **AWS.Logger.Core (3.2.1)**
* Remove unused code from old .NET Standard 1.5 target. Pull Request [#229](https://github.com/aws/aws-logging-dotnet/pull/229). Thank you [@snakefoot](https://github.com/snakefoot).
* **AWS.Logger.AspNetCore (3.4.1)**
* Update NullExternalScopeProvider/NullScope handling for newer Microsoft.Extensions.Logging.Abstractions. Pull Request [#229](https://github.com/aws/aws-logging-dotnet/pull/229). Thank you [@snakefoot](https://github.com/snakefoot).
* **AWS.Logger.Log4net (3.4.1)**
* Correctly honor `NewLogGroupRetentionInDays` during initialization. Pull Request [#228](https://github.com/aws/aws-logging-dotnet/pull/228). Thank you [@snakefoot](https://github.com/snakefoot).
* **AWS.Logger.NLog (3.2.1)**
* Correctly honor `NewLogGroupRetentionInDays` during initialization. Pull Request [#228](https://github.com/aws/aws-logging-dotnet/pull/228). Thank you [@snakefoot](https://github.com/snakefoot).

### Release 2023-08-23
* **AWS.Logger.Core (3.2.0)**
* Pull Request [#224](https://github.com/aws/aws-logging-dotnet/pull/224) Implementing Retention Policy to Cloudwatch. Thanks [Will](https://github.com/Will-Boulton)
Expand Down