We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91869c1 commit 5e76cf1Copy full SHA for 5e76cf1
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.9.4
2
- Do not pessimize the node on Grpc.Core.StatusCode.Cancelled and Grpc.Core.StatusCode.DeadlineExceeded.
3
- Dispose of WriterSession using dispose CancellationToken.
4
- BidirectionalStream is internal class.
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 = 3;
+ public const uint Patch = 4;
8
}
0 commit comments