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
- ADO.NET: session is now deactivated when cancelled.
- Fixed bug ADO.NET: throws an `InvalidOperationException` if the connection is broken during the next invocation.
- Fixed bug `YdbCommand`: `Execute*` methods now propagate the cancellation token only for initializing YdbDataReader; the token is not passed to the server stream.
- `YdbCommand`: Improved cancellation token propagation in `Execute*` methods.
- `YdbConnection`: Added cancellation token propagation support in `OpenAsync`.
- `YdbDataReader`: Added cancellation token propagation support in `ReadAsync` and `NextResultAsync`.
- Added `CreateSessionTimeout` option to ADO.NET session creation; default is 5 seconds.
Copy file name to clipboardExpand all lines: src/Ydb.Sdk/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
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.
8
+
1
9
## v0.18.3
2
10
3
11
- Added `ConnectTimeout`: time to wait (in seconds) while trying to establish a connection.
0 commit comments