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 a3f8596 commit 750d0bfCopy full SHA for 750d0bf
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.15.4\n
2
- Added `KeepAlivePingTimeout`, with a default value of 10 seconds.
3
- Added `KeepAlivePingDelay`, with a default value of 10 seconds.
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 = 15;
7
- public const uint Patch = 3;
+ public const uint Patch = 4;
8
}
0 commit comments