Skip to content

Latest commit

 

History

History
93 lines (71 loc) · 3.9 KB

CHANGES.md

File metadata and controls

93 lines (71 loc) · 3.9 KB

3.6.0

3.5.0

3.4.0

3.3.0

  • Correct issues relating to #76 and signing.
  • Bump version to 3.3 for core Sink.
  • Bump version to 1.2 for UDP Sink.
  • Bump version to 1.2 for TCP Sink.

3.2.0

  • Remove TravisCI for Linux builds
  • Add AppVeyor for Linux Builds
  • #76

3.1.0

3.0.0

  • #76 Add strong naming/signing to Serilog.Sinks.Splunk.
  • #88 Split Sinks into separate packages for maintainability.
  • NOTE Breaking changes. TCP & UDP Sinks moved to new packages
    • Serilog.Sinks.Splunk (3.0.x)
    • Serilog.Sinks.Splunk.TCP (1.0.x)
    • Serilog.Sinks.Splunk.UDP (1.0.x)

2.5.0

  • #78 Update System.Net.Http references to match other similar sinks.
  • #79 Addition of optional LoggingLevelSwitch param to EventCollector sink.

2.4.0

  • #62 Default fields added by Serilog to splunk
  • #63 Possible thread leak when ILogger instances are disposed

2.3.0

2.2.1

2.1.3

  • #45 - Deadlock fix on UI thread.

2.1.2

  • #43 - Extend sink & static configuration to allow for custom JSON formatter.

2.1.1

  • #38 - Fix for HttpEventlogCollector and sourceType
  • Clean up of sample app using examples of host, sourcetype, source override

2.1.0

  • Change to use a standalone formatter
  • Resolves - #32 & - #26 by exposing HttpMessageHandler
  • Resolves - #30 by ignoring OSX build and including tests in build.sh for TravisCI

2.0

  • Support for DotNet Core
  • Event Collector fluent interface changed to .WriteTo.EventCollector
  • Event Collector Sink targeting core
  • TCP/UDP Sinks targeting 4.5 ONLY
  • Updated Event Collector HTTP Client to add URI endpoint to host: "services/collector/event" if not included.
  • Event Collector changed to use epoch time #15

1.8

  • Event Collector changed to use epoch time #15

1.7

  • Better support for formatting including #578
  • Cleanup on Event Collector

1.6.50

  • Streaming support for Event Collector

1.6.42

  • Added support for Splunk 6.3 Event Collector
  • Deprecated Splunk HTTP Sink using Management Port/API

1.5.30

  • Added switch for template rendering

1.5.0