Releases: BrammyS/Serilog.Sinks.Mongodb.TimeSeries
Releases · BrammyS/Serilog.Sinks.Mongodb.TimeSeries
v2.3.5 - Minor changes
- The generated documentations now exclude the Unit Test projects.
- Fix: Set
LogEventExtensions
to internal.
v2.3.4 - Minor changes
- Added missing XML documentation for some public APIs.
- Made
MongoDbTimeSeriesSinkConfig
init only.
v2.3.3 - Minor bug fix
Changelogs
- Fix: Only adding
ScalarValue
properties to the log document
v2.3.2 - Better LogDocument & configs
- Added
BatchSizeLimit
to configs. - Added
QueueLimit
to configs. - Added
CollectionName
to configs. - Added
EagerlyEmitFirstEvent
to configs. - Added
SyncingPeriod
to configs. - Added
TimeSeriesGranularity
to configs. - Added
MaxCollectionSize
to configs. - Added
MaxLogsAmount
to configs. - Added
LogsExpireAfter
to configs. - Removed unnecessary ObjectId.
- Added support for more log property types.
- Added ignoreIfNull to exception property.
v2.3.2-beta - Fixed log writing exceptions
- Fix: Unable to covert
DateTimeOffset
to aBsonValue
v2.3.2-alpha - Attempt to fix writing value issue
Added try catch for testing
v2.3.1-beta - improved LogDocument
- Removed unnecessary ObjectId.
- Added support for more log property types.
v2.3.0-beta - added better configs
- Added
BatchSizeLimit
to configs. - Added
QueueLimit
to configs. - Added
CollectionName
to configs. - Added
EagerlyEmitFirstEvent
to configs. - Added
SyncingPeriod
to configs. - Added
TimeSeriesGranularity
to configs. - Added
MaxCollectionSize
to configs. - Added
MaxLogsAmount
to configs. - Added
LogsExpireAfter
to configs. - Slightly improved memory and performance with the new document mapper.
v2.2.1 - Minor changes
- Added better default periodic batching options.
- Removed some unnecessary dependencies.
- Added exclude for the documentation for test projects.
v2.2.0 - Added culture specific formatting
- Added the ability to supply culture specific formatting that will be used to render the log message.