serilog-contrib / serilog-sinks-splunk

A Serilog sink that writes to Splunk
https://splunk.com
Apache License 2.0
46 stars 47 forks source link

Update Serilog.Sinks.PeriodicBatching to Version 4.1.0 #201

Closed FrankBirkmann closed 5 months ago

FrankBirkmann commented 5 months ago

Hello,

we have a problem with memory leaks when using Serilog.Sinks.Splunk because there is a bug in Serilog.Sinks.PeriodicBatching 4.0.x (see https://github.com/serilog/serilog-sinks-periodicbatching/issues/76). A version with a corresponding bug fix has already been published there.

Could you please update the package reference to the new version 4.1.0? Or should i do a PR?

EEParker commented 5 months ago

https://github.com/serilog-contrib/serilog-sinks-splunk/pull/202

EEParker commented 5 months ago

https://github.com/serilog-contrib/serilog-sinks-splunk/releases/tag/4.1.0

https://www.nuget.org/packages/Serilog.Sinks.Splunk/4.1.0

This has been released to nuget. Thanks for the reminder :D