Skip to content

Releases: serilog-mssql/serilog-sinks-mssqlserver

v6.7.0

19 Aug 23:32
e5050e8
Compare
Choose a tag to compare
  • Fixed some of the vulnerabilities referenced in issue #544 by updating SqlClient dependency to 5.2.1
  • Update codeql-action to v3 before deprecation

v6.6.1

28 May 22:20
499950a
Compare
Choose a tag to compare
  • Fixed issue #515: Cannot use .AuditTo with SpanId or TraceId (thanks to @Kolthor and @vui611)
  • Fixed issue #530: Document default value of AllowNull
  • Fixed issue #528: Wrong period in README.md sample

v6.6.0

23 Feb 23:41
8feab2d
Compare
Choose a tag to compare
  • Fixed issue #509: Add SqlInsertStatementWriter which uses INSERT statements instead of SqlBulkCopy (thanks to @BrettJaner)

v6.5.2

15 Feb 07:20
5ba23fc
Compare
Choose a tag to compare

v6.5.1

29 Jan 10:40
b1d8553
Compare
Choose a tag to compare

v6.5.0

04 Dec 17:58
7311915
Compare
Choose a tag to compare
  • Implemented #488: Support OpenTelemetry TraceId and SpanId as provided by Serilog core
  • Include README in NuGet package

v6.4.0

25 Nov 00:27
bf1f5e6
Compare
Choose a tag to compare
  • Implemented #436: Truncate additional columns (thanks to @nhart12)
  • Fixed issue #489: allow varchar on standard columns (thanks to @nhart12)

v6.3.0

19 Mar 20:14
Compare
Choose a tag to compare
  • Implemented #360: Automatic DB creation

v6.2.0

19 Jan 13:06
bbd4479
Compare
Choose a tag to compare
  • Implemented #454: LoggingLevelSwitch support to allows log level manipulation at runtime.
  • Fixed issue #458: Error if enrich nullable int columns by null value
  • Added CodeQL code scanning
  • Generate code coverage file when running tests in Build.ps1

v6.1.0

30 Dec 00:31
Compare
Choose a tag to compare

Commits

  • 050f99a: Bumped version to 6.0.1 (Christian Kadluba) #447
  • 33f0485: Set InternalsVisibleTo in csproj file (Christian Kadluba) #447
  • fdfea7d: Reorganization in tests project (Christian Kadluba) #447
  • bf60005: Use NuGet central package management (Christian Kadluba) #447
  • a55daf1: Code analysis fixes (Christian Kadluba) #447
  • a131a45: Hierarchical property name support in SqlColumn class (Christian Kadluba) #447
  • eb4f43b: Resolve hierarchical property expressions for additional columns (Christian Kadluba) #447
  • aa2c116: Added documentation of hierachical property expressions in README (Christian Kadluba) #447
  • bea1891: Added an integration test. (Christian Kadluba) #447
  • 659374a: Added a sample of hierachical property expressions in WorkerServiceDemo (Christian Kadluba) #447
  • cd2d62b: Bumped version to 6.1 (Christian Kadluba) #447
  • 191b5b3: Fixed typo after review. Thanks @jonorossi! ;) (Christian Kadluba) #447
  • cf6588e: Added PR code scanning (Christian Kadluba) #447
  • 5a30ddc: Code QL PR analysis (Christian Kadluba) #447
  • dc53566: SelfLog full exception info (Christian Kadluba) #447
  • de063b8: Enabled EnforceCodeStyleInBuild. (Christian Kadluba) #447
  • 79e4041: Rethrow general exception in SqlBulkBatchWriter. (Christian Kadluba) #447
  • 82bd5da: Made a filed read only. (Christian Kadluba) #447
  • 11ed7fb: Fixed GiHub action warning (Christian Kadluba) #447
  • 1a173c1: Updated CHANGES.md (Christian Kadluba) #447

What's Changed

  • Fixed issues #207, #435, #419#292: Resolve hierarchical property expressions for additional columns
  • Fixed issue #432: Write full exception info to SelfLog
  • Use NuGet central package management
  • Added PR code security scanning (CodeQL & DevSkim)
  • Reorganizations & small fixes