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.
1 parent 2c5c7bd commit 6095807Copy full SHA for 6095807
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.9.3
2
- Fixed bug in Topic Writer: worker is stopped by disposeCts
3
- Fixed bug in sql parser ADO.NET: deduplication declare param in YQL query
4
- Deleted property BufferOverflowRetryTimeoutMs
src/Ydb.Sdk/src/Version.cs
@@ -4,5 +4,5 @@ public static class Version
{
5
public const uint Major = 0;
6
public const uint Minor = 9;
7
- public const uint Patch = 2;
+ public const uint Patch = 3;
8
}
0 commit comments