All Versions
59
Latest Version
Avg Release Cycle
219 days
Latest Release
1315 days ago

Changelog History
Page 5

  • v1.4.23 Changes

    • Fixed some more NuGet packaging issues (Serilog.Sinks.Splunk this time)
  • v1.4.22 Changes

    • #297 - Update loggly-csharp package dependency
  • v1.4.21 Changes

    • Fixed some NuGet packaging issues (including a return to dependency groups for Serilog.Sinks.Seq)
  • v1.4.18 Changes

    • New CI server used
    • #227 - Reduced default maximum destructuring depth and added configuration option
    • #245 - XML content escaping fixed in MSSQL sink
    • #272 - Allow underscores in property names
  • v1.4.15 Changes

    • #259 - Update loggly-sharp dependency (breaking change for Serilog.Sinks.Loggly, see PR for instructions)
    • #257 - Added Serilog.Sinks.XSockets
    • #246 - Changed target from Profile78 to (compatible but broader) Profile259
    • #250 - Allow an existing MongoDatabase instance to be used when configuring Mongo sink
  • v1.4.14 Changes

    • #253 - Added MessageTemplateFormatMethodAttribute
  • v1.4.13 Changes

    • #244 - Improvements to ElasticSearch sink, switch to just ElasticSearch.NET
    • #254 - Fix ElasticSearch dependency version
    • #249 - Track message template token indexes in parser to support tooling (binary-breaking)
  • v1.4.12 Changes

    • #240 - Update TopShelf dependency
    • #243 - Caching in AttributedDestructuringPolicy closes over first seen object of a type rather than using the passed parameter
    • #242 - Update NLogSink to map Verbose level to Trace level in NLog
    • #229 - Created net40 version of Extras Topshelf
    • #236 - Ensure dictionary keys are quoted in JSON even when they're numeric
    • #237 - When JsonFormatter formats a dictionary of <int, object>, the key should be double quoted
    • #235 - Fixed serialization of dictionary keys in ES and similar sinks
  • v1.4.11 Changes

    • #238 - Dynamic level switching
  • v1.4.10 Changes

    • #225 - Ensure Azure Tablestorage rowkey is unique
    • #224 - Use UTC to generate partitionkey
    • #219 - .NET 4.0 support for Elastic Search
    • #221 - Exponential back-off for PeriodicBatchingSink