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 04d9f85 commit 36c27eeCopy full SHA for 36c27ee
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+* PartitionSession.Stop uses committedOffset to complete commit tasks when stopPartitionSessionRequest.Graceful is true.
2
+* Changed batch type: IReadOnlyCollection<Message<TValue>> -> IReadOnlyList<Message<TValue>>.
3
+* Invoking TryReadRequestBytes before deserializing message.
4
+* Updated Ydb.Protos 1.0.6 -> 1.1.0: Updated version of the Grpc.Net.Client library to 2.67.0.
5
* Fixed: YdbDataReader.GetDataTypeName for optional values.
6
* Added support for "Columns" collectionName in YdbConnection.GetSchema(Async).
7
0 commit comments