Skip to content

Commit

Permalink
Add Serilog.Sinks.PeriodicBatching breaking change in changelog (#195)
Browse files Browse the repository at this point in the history
* Add Serilog.Sinks.PeriodicBatching breaking change in changelog

* Update CHANGELOG.md

Co-authored-by: Ivan Maximov <[email protected]>

---------

Co-authored-by: Ivan Maximov <[email protected]>
  • Loading branch information
ArieGato and sungam3r authored Mar 17, 2024
1 parent affd247 commit 87714ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ The SSL support has been improved. Now all properties are used when creating the
- Renamed `LoggerConfigurationRabbitMqExtension` to `LoggerConfigurationRabbitMQExtensions`.
- Renamed `hostname` to `hostnames` in configuration.
- Default text formatter is `CompactJsonFormatter`. The `RawFromatter` was removed from Serilog.
- Requires `Serilog.Sinks.PeriodicBatching` `4.0`. This could break other sinks that inherit from `PeriodicBatchingSink` from this package. This was obsolete code and it has been removed. See [release notes](https://github.com/serilog/serilog-sinks-periodicbatching/releases/tag/v4.0.0) for more information.

## 8.0.0

0 comments on commit 87714ad

Please sign in to comment.