Skip to content

Commit

Permalink
chore: Update RELEASE.CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashovlin committed May 22, 2024
1 parent 5f92855 commit cff7425
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 cff7425

Please sign in to comment.