Skip to content

Releases: BrammyS/Serilog.Sinks.Mongodb.TimeSeries

v2.3.5 - Minor changes

04 Aug 22:55
Compare
Choose a tag to compare
  • The generated documentations now exclude the Unit Test projects.
  • Fix: Set LogEventExtensions to internal.

v2.3.4 - Minor changes

04 Aug 22:33
Compare
Choose a tag to compare
  • Added missing XML documentation for some public APIs.
  • Made MongoDbTimeSeriesSinkConfig init only.

v2.3.3 - Minor bug fix

01 Aug 23:26
Compare
Choose a tag to compare

Changelogs

  • Fix: Only adding ScalarValue properties to the log document

v2.3.2 - Better LogDocument & configs

28 Jul 12:18
Compare
Choose a tag to compare
  • 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

28 Jul 11:58
Compare
Choose a tag to compare
  • Fix: Unable to covert DateTimeOffset to a BsonValue

v2.3.2-alpha - Attempt to fix writing value issue

28 Jul 11:30
Compare
Choose a tag to compare
Added try catch for testing

v2.3.1-beta - improved LogDocument

28 Jul 11:04
Compare
Choose a tag to compare
Pre-release
  • Removed unnecessary ObjectId.
  • Added support for more log property types.

v2.3.0-beta - added better configs

27 Jul 21:36
Compare
Choose a tag to compare
Pre-release
  • 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

26 Jul 18:05
Compare
Choose a tag to compare
  • 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

25 Jul 17:42
Compare
Choose a tag to compare
  • Added the ability to supply culture specific formatting that will be used to render the log message.