You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Ydb.Sdk/CHANGELOG.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
-
-`YdbCommand`: `Execute*` methods don't propagate cancellation token to the server stream, there is used only for initializing the `YdbDataReader`.
2
-
-`YdbCommand`: Cancellation token propagation in `Execute*` methods
3
-
-`YdbConnection`: Cancellation token propagation in `OpenAsync` method.
4
-
-`YdbDataReader`: Cancellation token propagation in `ReadAsync` and `NextResultAsync` methods.
5
-
- Added `CreateSessionTimeout` to ADO.NET when creating a session. (Default 5 seconds.)
1
+
- ADO.NET: session is now deactivated when cancelled.
2
+
- Fixed bug ADO.NET: throws an `InvalidOperationException` if the connection is broken during the next invocation.
3
+
- Fixed bug `YdbCommand`: `Execute*` methods now propagate the cancellation token only for initializing YdbDataReader; the token is not passed to the server stream.
4
+
-`YdbCommand`: Improved cancellation token propagation in `Execute*` methods.
5
+
-`YdbConnection`: Added cancellation token propagation support in `OpenAsync`.
6
+
-`YdbDataReader`: Added cancellation token propagation support in `ReadAsync` and `NextResultAsync`.
7
+
- Added `CreateSessionTimeout` option to ADO.NET session creation; default is 5 seconds.
0 commit comments