Skip to content

Commit 388b1ff

Browse files
Update CHANGELOG.md
1 parent bbdef73 commit 388b1ff

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/Ydb.Sdk/CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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.
68

79
## v0.18.3
810

0 commit comments

Comments
 (0)