Releases: BrammyS/Serilog.Sinks.Mongodb.TimeSeries
Releases · BrammyS/Serilog.Sinks.Mongodb.TimeSeries
v2.1.3 - Breaking bug fix
- Fix: Writing message to wrong
StringWriter
.
v2.1.2 - Minor bug fixes
- Fix: Writing the log template instead of the log message.
- Fix: missing BSON config for Severity field
v2.1.1 - Fixed small typo
- Fixed small typo in documentation for
MongoDbTimeSeriesSink
methods
v2.1.0 - Added extra config methods
- Added new config method that needs a
IMongoDatabase
and aPeriodicBatchingSinkOptions
v2.0.0 - New log severity in LogDocument
Breaking changes
- Replaced int32 log level to a string log level to improve readability.
v1.0.0 - Initial release
Added improved readme
v1.0.0-alpha - First test release
- Added basis for the mongodb time series sink.