Skip to content

Commit

Permalink
Merge pull request #246 from aws/dev
Browse files Browse the repository at this point in the history
Update RELEASE.CHANGELOG.md
  • Loading branch information
ashovlin authored Apr 9, 2024
2 parents 0dd5835 + a9d58c3 commit 1db97e6
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-04-09
* **AWS.Logger.Core (3.3.0)**
* Adds a new `LogStreamName` setting, which allows configuring the full log stream name. When this is set `LogStreamNamePrefix` and `LogStreamNameSuffix` will be ignored.
* **AWS.Logger.AspNetCore (3.5.0)**
* Adds a new `LogStreamName` setting, which allows configuring the full log stream name. When this is set `LogStreamNamePrefix` and `LogStreamNameSuffix` will be ignored.
* **AWS.Logger.Log4net (3.5.0)**
* Adds a new `LogStreamName` setting, which allows configuring the full log stream name. When this is set `LogStreamNamePrefix` and `LogStreamNameSuffix` will be ignored.
* **AWS.Logger.NLog (3.3.0)**
* Adds a new `LogStreamName` setting, which allows configuring the full log stream name. When this is set `LogStreamNamePrefix` and `LogStreamNameSuffix` will be ignored.
* **AWS.Logger.SeriLog (3.4.0)**
* Adds a new `LogStreamName` setting, which allows configuring the full log stream name. When this is set `LogStreamNamePrefix` and `LogStreamNameSuffix` will be ignored.

### 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).
Expand Down

0 comments on commit 1db97e6

Please sign in to comment.