Skip to content

Releases: serilog-mssql/serilog-sinks-mssqlserver

v5.6.1

20 Sep 13:06
55645b5
Compare
Choose a tag to compare
  • Added support for reserved columns (thanks to @susanneschuster).
  • Fixes in README.

v5.6.0

06 Nov 23:34
70c3787
Compare
Choose a tag to compare
  • Fixed issue #191: Added option EagerlyEmitFirstEvent by implementing new PeriodicBatchingSink API.
  • Replaced SinkOptions with MSSqlServerSinkOptions and cleaned up namespaced (thanks to @jonorossi for the contribution).
  • Target .NET Core 2.1 (LTS) instead of 2.2
  • Fixed issue #312: Data conversion issue causes logging to silently fail.

v5.5.1

29 Jul 09:18
fa57d29
Compare
Choose a tag to compare
  • Fixed issue #300 Support DateTime2 data type for TimeStamp column (thanks to @stedel for the contribution).
  • Added Sourcelink support and publish symbols to nuget.org which allows consumers of the package to debug into the sink code.
  • Added troubleshooting tip in README with workaround for SqlClient issue regarding missing Microsoft.Data.SqlClient.Sni.dll in .NET Framework apps and updated samples\AppConfigDemo accordingly.
  • Added information in README about batched sink SqlBulkCopy behavior according to issue #209.

v5.5.0

09 Jun 10:25
64dc4d5
Compare
Choose a tag to compare
  • Implemented enhancement #208: use Microsoft.Data.SqliClient for all platforms except net452 to enable Column Encryption (thanks to @mungk for the contribution).
  • Fixed issue #290 MissingMethodException with .NET Standard 2.0.
  • Added .NET Standard 2.0 sample program.
  • Minor bug fixes.
  • Completed overall refactoring and added unit tests for all refactored code.

v5.4.0

05 May 08:44
5dabed5
Compare
Choose a tag to compare
  • Added support for Azure Managed Identities for Resources authentication (thanks to @darrenschwarz for the contribution).
  • New interface using SinkOptions parameter. Marked old interfaces obsolete.
  • Implemented Enhancement #182: configurable property names for custom columns (thanks to @rocknet for the contribution).
  • Lots of refactoring and new unit tests.

v5.3.0

20 Apr 12:50
1dd9048
Compare
Choose a tag to compare

Code quality release.

  • Added code analysis and editorconfig rules based on Microsoft standards.
  • Fixed code analysis errors where possible and added justified suppressions the few remainig.
  • Use Visual Studio 2019 for AppVeyor builds
  • Updated some dependencies.
  • Added CombinedConfigDemo sample program showing how to combine config and code based sink intitialization.
  • Added a lot of unit tests.

v5.2.0

27 Mar 21:26
7be4936
Compare
Choose a tag to compare
  • Enhancement #232: Allow to override formatter for rendering LogEvent column.
  • Fixed #187 (again - still an exception when using logevent column with TimeStamp column type DateTimeOffset).
  • Added sample programs.

v5.1.4

10 Mar 10:26
9a978c4
Compare
Choose a tag to compare
  • Fixed #187 Support datetimeoffset as a column type for default column TimeStamp.
  • Fixed #229 Slight issue with documentation.

v5.1.3

11 Oct 07:08
Compare
Choose a tag to compare
  • Support binary data type, support specify data length in column config, support specify allow null column
  • Also build on unit-test commits
  • Added issue templase
  • Hybrid config implementation
  • Bugfixes

v191

21 Apr 11:57
6b42835
Compare
Choose a tag to compare
Update README.md