Releases: serilog-contrib/serilog-sinks-splunk
Releases · serilog-contrib/serilog-sinks-splunk
5.1.0
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
What's Changed
Dependencies 👒
- Bump the xunit group with 2 updates by @dependabot in #214
- Bump Serilog.Settings.Configuration from 8.0.1 to 8.0.2 by @dependabot in #215
- Bump Serilog.Enrichers.HttpContext from 8.0.6 to 8.0.8 by @dependabot in #216
- Bump Serilog from 4.0.0 to 4.0.1 by @dependabot in #217
Full Changelog: 5.0.0...5.0.1
5.0.0
What's Changed
Major Update 🛸
- Bump Serilog from 3.1.1 to 4.0.0 by @dependabot in #210
Dependencies 👒
- Update dotnet SDK 8.0.300 by @EEParker in #204
- Bump Serilog.Enrichers.HttpContext from 8.0.4 to 8.0.6 by @dependabot in #203
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #206
- Bump the xunit group with 2 updates by @dependabot in #208
- Bump Serilog.Sinks.PeriodicBatching from 4.1.0 to 4.1.1 by @dependabot in #209
- Bump Serilog.Settings.Configuration from 8.0.0 to 8.0.1 by @dependabot in #212
- Bump Serilog.Sinks.Console from 5.0.1 to 6.0.0 by @dependabot in #213
Bugfixes 🐛
Full Changelog: 4.1.0...5.0.0
4.1.0
What's Changed
Dependencies 👒
- Bump the xunit group with 2 updates by @dependabot in #200
- Bump Serilog.Sinks.PeriodicBatching from 4.0.1 to 4.1.0 by @dependabot in #202
Full Changelog: 4.0.4...4.1.0
4.0.4
What's Changed
New Features 🎉
Dependencies 👒
- Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 by @dependabot in #193
- Bump xunit from 2.7.0 to 2.7.1 by @dependabot in #194
Full Changelog: 4.0.3...4.0.4
4.0.3
4.0.2
What's Changed
Bugfixes 🐛
- Fix for #183 Local TimeZone offsets being incorrectly applied @EEParker in #185 thanks @MatthewHays
Other
- Streamline nuget package versions
Full Changelog: 4.0.1...4.0.2
4.0.1
What's Changed
New Features 🎉
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
What's Changed
Major Update 🛸
- Dotnet 8.0 updates by @EEParker in #171
- Required dependency
- Serilog (>= 3.1.1)
- Serilog.Sinks.PeriodicBatching (>= 4.0.1)
New Features 🎉
- #161 subsecond decimals by @EEParker in #172
- Set up GitHub Actions by @nblumhardt in #174
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
- Feat async sinks by @EngRajabi in #149
- fix bug dispose by @EngRajabi in #153
- Splunk 9.1 + .NET 6 by @Havagan in #166
- Update to serilog periodic batching 4.x by @jpfifer in #168
- Filter branches that push to nuget by @EEParker in #177
New Contributors
- @dependabot made their first contribution in #147
- @EngRajabi made their first contribution in #149
- @Havagan made their first contribution in #166
- @jpfifer made their first contribution in #168
Full Changelog: v334...4.0.0
v3.7.0
3.7.0 Release (#150) * Bumps to System.Net.Http * add default batch config * Update expired GitHub Key * fix bug dispose (#153) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mohsen Rajabi <m.kabir8895@gmail.com>