Skip to content

Commit

Permalink
Merge pull request #273 from aws/dev
Browse files Browse the repository at this point in the history
chore: Update RELEASE.CHANGELOG.md
  • Loading branch information
ashovlin authored May 22, 2024
2 parents 1dbbb89 + 9e5ef3e commit 5dc612f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RELEASE.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### Release 2024-05-22
* **AWS.Logger.Core (3.3.3)**
* Delay initializing the internal CloudWatch Logs client until it is needed, as opposed to when the logger is constructed. This avoids a deadlock between AWS.Logger.Log4net while it is initializing and internal areas in the AWS SDK for .NET that use log4net for logging.
* **AWS.Logger.AspNetCore (3.5.3)**
* Updated to use latest version of AWS.Logger.Core
* **AWS.Logger.Log4net (3.5.3)**
* Updated to use latest version of AWS.Logger.Core
* **AWS.Logger.NLog (3.3.4)**
* Updated to use latest version of AWS.Logger.Core
* **AWS.Logger.SeriLog (3.4.3)**
* Updated to use latest version of AWS.Logger.Core

### Release 2024-05-15
* **AWS.Logger.NLog (3.3.3)**
* PR [#263](https://github.com/aws/aws-logging-dotnet/pull/263), fixes issue of using layout logic for AuthenticationRegion. Thanks [Rolf Kristensen](https://github.com/snakefoot).
Expand Down

0 comments on commit 5dc612f

Please sign in to comment.