We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c697584 commit b273d39Copy full SHA for b273d39
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.15.1
2
- Fixed Writer: possible creation of a session after `DisposeAsync()`, which this could happen when there are canceled tasks in `InFlightMessages`.
3
- Dev: `Writer.MoveNext()` changed exception on cancelToken from `WriterException` to `TaskCanceledException`.
4
- Dev: changed log level from `Warning` to `Information` in `(Reader / Writer).Initialize()` when it is disposed.
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 = 0;
+ public const uint Patch = 1;
8
}
0 commit comments