Skip to content

Releases: serilog-contrib/serilog-sinks-splunk

5.2.0

24 Mar 20:37

Choose a tag to compare

What's Changed

Updates

  • Add .NET 10 support
  • Migrate samples to .NET Aspire
  • Update CI to GitHub Actions with .NET 8/9/10 SDKs
  • Bump Serilog to 4.2.0
  • #165 Add includeHost option to automatically set the host metadata field from the machine name
  • #159 Add default constructor to CustomField for configuration deserialization
  • Fix JSON injection in custom fields serialization
  • Add IDisposable to EventCollectorSink for proper HTTP resource cleanup
  • Add IDisposable to UdpSink for proper socket cleanup
  • Fix URL path detection in EventCollectorRequest to avoid false hostname matches
  • Fix FixedSizeQueue.Count return type from decimal to int
  • Enable TreatWarningsAsErrors on TCP and UDP projects

Dependencies 👒

  • Bump Newtonsoft.Json and Microsoft.NET.Test.Sdk by @dependabot[bot] in #231
  • Bump Serilog from 4.1.0 to 4.2.0 by @dependabot[bot] in #232
  • Bump Serilog and Serilog.Extensions.Hosting by @dependabot[bot] in #233
  • Bump Serilog and Serilog.Settings.Configuration by @dependabot[bot] in #234
  • Bump Destructurama.Attributed and Serilog by @dependabot[bot] in #235
  • Bump coverlet.msbuild from 6.0.2 to 6.0.3 by @dependabot[bot] in #237
  • Bump coverlet.collector from 6.0.2 to 6.0.3 by @dependabot[bot] in #236
  • Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in the xunit group by @dependabot[bot] in #238
  • Bump Destructurama.Attributed and Serilog by @dependabot[bot] in #240
  • Bump the xunit group with 2 updates by @dependabot[bot] in #241
  • Bump Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Hosting by @dependabot[bot] in #242
  • Bump coverlet.collector from 6.0.3 to 6.0.4 by @dependabot[bot] in #243
  • Bump coverlet.msbuild from 6.0.3 to 6.0.4 by @dependabot[bot] in #244
  • Bump xunit.runner.visualstudio from 3.0.1 to 3.0.2 in the xunit group by @dependabot[bot] in #246
  • Bump Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Hosting by @dependabot[bot] in #245
  • Bump Microsoft.Extensions.Configuration.Json from 9.0.2 to 9.0.3 by @dependabot[bot] in #247
  • Bump Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Hosting by @dependabot[bot] in #248
  • Bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #250
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #249
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #252
  • Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #251

Full Changelog: 5.1.0...5.2.0 @EEParker

5.1.0

13 Nov 17:19
94eb405

Choose a tag to compare

What's Changed

New Features 🎉

Dependencies 👒

  • Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 by @dependabot in #218
  • Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 by @dependabot in #219
  • Bump xunit from 2.9.0 to 2.9.1 in the xunit group by @dependabot in #220
  • Bump xunit from 2.9.1 to 2.9.2 in the xunit group by @dependabot in #221
  • Bump Serilog from 4.0.1 to 4.0.2 by @dependabot in #222
  • Bump Microsoft.Extensions.Configuration.Json from 8.0.0 to 8.0.1 by @dependabot in #224
  • Bump Serilog.Settings.Configuration from 8.0.2 to 8.0.4 by @dependabot in #225
  • Bump Microsoft.Extensions.Hosting from 8.0.0 to 8.0.1 by @dependabot in #226
  • Bump Serilog from 4.0.2 to 4.1.0 by @dependabot in #227
  • Bump Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Hosting by @dependabot in #229

Bugfixes 🐛

Full Changelog: 5.0.1...5.1.0

5.0.1

17 Aug 02:02
af0846e

Choose a tag to compare

What's Changed

Dependencies 👒

Full Changelog: 5.0.0...5.0.1

5.0.0

12 Jun 12:18
4bce1b2

Choose a tag to compare

What's Changed

Major Update 🛸

Dependencies 👒

Bugfixes 🐛

Full Changelog: 4.1.0...5.0.0

4.1.0

03 May 21:47
df1fc19

Choose a tag to compare

What's Changed

Dependencies 👒

Full Changelog: 4.0.4...4.1.0

4.0.4

19 Apr 15:53
a78df28

Choose a tag to compare

What's Changed

New Features 🎉

Dependencies 👒

Full Changelog: 4.0.3...4.0.4

4.0.3

09 Apr 16:58
33f1601

Choose a tag to compare

What's Changed

Dependencies 👒

Bugfixes 🐛

  • Fix for PackageIconUrl deprecation by @EEParker in #189
  • Fix for StrongName signing

Full Changelog: 4.0.2...4.0.3

4.0.2

05 Apr 19:26
96af969

Choose a tag to compare

What's Changed

Bugfixes 🐛

Other

  • Streamline nuget package versions

Full Changelog: 4.0.1...4.0.2

4.0.1

03 Apr 19:18
aaa9e96

Choose a tag to compare

What's Changed

New Features 🎉

  • Updates for UDP and TCP sinks for periodic batching changes by @EEParker in #181

NOTE: there are no significant differences for Serilog.Sinks.Splunk between 4.0.0 and 4.0.1.

Full Changelog: 4.0.0...4.0.1

4.0.0

03 Apr 16:20
f680a28

Choose a tag to compare

What's Changed

Major Update 🛸

New Features 🎉

Dependencies 👒

  • Bump System.Net.Http from 4.3.0 to 4.3.4 in /src/Serilog.Sinks.UDP by @dependabot in #147
  • Bump System.Net.Http from 4.3.3 to 4.3.4 in /test/Serilog.Sinks.Splunk.Tests by @dependabot in #146
  • Bump System.Net.Http from 4.3.0 to 4.3.4 in /src/Serilog.Sinks.Splunk by @dependabot in #145
  • Bump System.Net.Http from 4.3.3 to 4.3.4 in /sample/Sample by @dependabot in #144
  • Security Policy, scanning and dependency updates by @EEParker in #176

Other Changes

New Contributors

Full Changelog: v334...4.0.0