DataDog / serilog-sinks-datadog-logs

Serilog Sink that sends log events to Datadog https://www.datadoghq.com/
Apache License 2.0
60 stars 41 forks source link

Dependency Serilog.Sinks.PeriodicBatching breaks legacy code with v3.0.0 #97

Closed ChadyG closed 3 months ago

ChadyG commented 1 year ago

See: https://github.com/serilog/serilog-sinks-periodicbatching/pull/58 v3.0.0 of PeriodicBatching has breaking API changes that other dependencies do not yet adhere to. Moving dependent version to 3.1.0 solves potential dependency conflicts until other codebases can be updated.

It's easy enough for individual projects to target this 3.1.0 release themselves, but avoiding the 3.0.0 version if possible solves this headache for anyone that comes across it and isn't familiarized with the issue.