Skip to content

Commit 5e76cf1

Browse files
author
robot
committed
Release v0.9.4
1 parent 91869c1 commit 5e76cf1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v0.9.4
12
- Do not pessimize the node on Grpc.Core.StatusCode.Cancelled and Grpc.Core.StatusCode.DeadlineExceeded.
23
- Dispose of WriterSession using dispose CancellationToken.
34
- BidirectionalStream is internal class.

src/Ydb.Sdk/src/Version.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ public static class Version
44
{
55
public const uint Major = 0;
66
public const uint Minor = 9;
7-
public const uint Patch = 3;
7+
public const uint Patch = 4;
88
}

0 commit comments

Comments
 (0)