Releases: serilog-mssql/serilog-sinks-mssqlserver
Releases · serilog-mssql/serilog-sinks-mssqlserver
v6.7.0
v6.6.1
v6.6.0
- Fixed issue #509: Add SqlInsertStatementWriter which uses INSERT statements instead of SqlBulkCopy (thanks to @BrettJaner)
v6.5.2
- Fixed issue #517: Updated Microsoft.Data.SqlClient to 5.1.5 to fix CVE-2024-21319
v6.5.1
- Fixed issue #505: NVarChar Columns with 1 data length gets their values truncated into empty strings (thanks to @Whinarn)
- Updated Microsoft.Data.SqlClient to 5.1.4 to fix CVE-2024-0056 (GHSA-98g6-xh36-x2p7)
v6.5.0
v6.4.0
v6.3.0
v6.2.0
v6.1.0
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