Releases: serilog-contrib/serilog-sinks-applicationinsights
Releases · serilog-contrib/serilog-sinks-applicationinsights
Release list
v5.0.1
v5.0.0
What's Changed
- Test on .NET 10 and upgrade deps by @hangy in #238
- Fix link to Azure Application Insights docs about flushing data by @DigitalDreamNL in #241
- feat: Make ambient
Activitytracing opt-in and enhance mapping config by @hangy in #237
New Contributors
- @DigitalDreamNL made their first contribution in #241
Full Changelog: v4.1.0...v5.0.0
v4.1.0
v4.0.0
Breaking changes
- #194 - switch from
instrumentationKeytoconnectionString(@zyofeng) - #185 - rename namespace
Serilog.Sinks.ApplicationInsights.Sinks.ApplicationInsights.TelemetryConverterstoSerilog.Sinks.ApplicationInsights.TelemetryConverters; JSON configuration will need to be updated (@nblumhardt)
To migrate, change any references to instrumentationKey to connectionString instead (including in JSON configuration). Discussion in #163.
Other changes
- #160 - update README with information about deprecated
TelemetryConfiguration.Active(@dglozano, @vany0114 ) - #169 - build and packaging updates (@nblumhardt)
- #171 - point build badge to
dev(@nblumhardt) - #148 - update Application Insights dependency (@RiverPhillips)
- #185, #199 - CI/publishing updates (@nblumhardt)
- #159 -
LoggingLevelSwitchsupport (@jotabe-net) - #186 - fix string escaping (@cmeeren)
- #187 - update to C# 10 (@nblumhardt)
- #188 - don't JSON-encode the contents of string literal properties (@nblumhardt)
- #190 - add tests verifying property formatting (@cmeeren)
- #193 - updated README to clarify Azure Functions usage (@zyofeng)
Thanks
Extra thanks to everyone who contributed to this release! It's been a rather drawn-out and awkward one, with a lot of changes sitting on dev for an extended period of time while we figured out the way forwards (and thanks also to everyone who had input into that!).
v3.1.0
v3.0.4
Update the Microsoft.ApplicationInsights dependency from version 2.10…
v3.0.3
v3.0.2
Adding support for using the active TelemetryConfiguration