We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a04645f + b8d1732 commit e05b610Copy full SHA for e05b610
CHANGES.md
@@ -1,3 +1,9 @@
1
+# 5.6.0
2
+* Fixed issue #191: Added option `EagerlyEmitFirstEvent` by implementing new PeriodicBatchingSink API.
3
+* Replaced `SinkOptions` with `MSSqlServerSinkOptions` and cleaned up namespaced (thanks to @jonorossi for the contribution).
4
+* Target .NET Core 2.1 (LTS) instead of 2.2
5
+* Fixed issue #312: Data conversion issue causes logging to silently fail.
6
+
7
# 5.5.1
8
* Fixed issue #300 Support DateTime2 data type for TimeStamp column (thanks to @stedel for the contribution).
9
* Added Sourcelink support and publish symbols to nuget.org which allows consumers of the package to debug into the sink code.
0 commit comments