Skip to content

Releases: serilog-mssql/serilog-sinks-mssqlserver

v8.2.2

11 Jul 18:50
144ad39
Compare
Choose a tag to compare

Merge pull request #630 from serilog-mssql/dev Release 8.2.2 * Fixed issue Security issue in dependency Microsoft.Identity.Client #624: Enforce new version of transient dependency to fix vulnerability and avoid nuget.org version de-listing until SqlClient 6.1 is released.

v8.2.1

04 Jul 22:04
c9fde46
Compare
Choose a tag to compare
  • Updated SqlClient to 5.2.3 (thanks to @cancakar35)
  • Fixes in .editorconfig (thanks to @cancakar35)
  • Convert AppConfigDemo to SDK style (thanks to @cancakar35)
  • Removed obsolete SourceLink package references
  • Small code style fixes

v8.2.0

23 Mar 19:50
4e618c4
Compare
Choose a tag to compare
  • Added ConnectionConfiguration sink option to customize SqlConnection before use (thanks to @nhart12)

v8.1.1

15 Mar 22:22
2bf5519
Compare
Choose a tag to compare

Fixed concurrency issue #607 in audit sink

v8.1.0

06 Dec 07:37
f7fb888
Compare
Choose a tag to compare
  • Implemented #542: Column option ResolveHierarchicalPropertyName to force non-hierarchical handling
  • Removed unnecessary exception handlers and let Serilog Core do the SelfLog()
  • Refactoring and performance optimizations in batched and audit sink
  • Create perftest result on release
  • Updated issue template
  • Updated editorconfig
  • Added specific documentation about when SQL SELECT permission is not required

v8.0.0

05 Nov 05:10
73ef762
Compare
Choose a tag to compare
  • Updated to .NET 8
  • Updated nearly all dependencies
  • Improved build script (build samples, fail on vulns, ...)
  • Removed some obsolete vulnerability fix dependencies
  • Fixed missing dependency in AppConfigDemo sample

v7.0.2

18 Oct 23:18
23d1596
Compare
Choose a tag to compare
  • Fixed issue #580: Removed deprecated transitive dependency on Microsoft.NETCore.Targets by removing runtime identifier (thanks to @david-brink-talogy)
  • Fixed issues #540 and #541 in README
  • Added performance tests including a GitHub actions workflow
  • Minor cleanups and fixes

v7.0.1

20 Sep 13:43
45d7349
Compare
Choose a tag to compare
  • Fixed issue #567: .NET Framework assemblies were not built properly
  • Consolidated PR validation action workflows and updated some task versions

v7.0.0

09 Sep 13:43
57110e6
Compare
Choose a tag to compare
  • Fixed issue #543: Update to Serilog v4, remove reference to Serilog.Sinks.PeriodicBatching (thanks to @cancakar35)
  • Full automatic release and run on ubuntu-latest agent
  • Added developer documentation
  • Enabled .NET package validation

v6.7.1

29 Aug 12:38
9f9641b
Compare
Choose a tag to compare