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 97a05c5 commit 03f0be8Copy full SHA for 03f0be8
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.6.1
2
- Check status of the transport or server for an invalidated session
3
- Fixed NPE in DescribeTable
4
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 = 6;
7
- public const uint Patch = 0;
+ public const uint Patch = 1;
8
}
0 commit comments