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
- Fixed bug `Reader`: unhandled exception in `TryReadRequestBytes(long bytes)`.
- Handle `YdbException` on `DeleteSession`.
- Do not invoke `DeleteSession` if the session is not active.
- `YdbException`: Added cancellation token propagation support in `CommitAsync` and `RollbackAsync`.
- Deleted legacy exceptions: Driver.TransportException, StatusUnsuccessfulException and InitializationFailureException.
- Fixed bug: Unhandled exception System.Net.Http.HttpIOException has now been converted to YdbException ([grpc-dotnet issue](grpc/grpc-dotnet#2638)).
Copy file name to clipboardExpand all lines: src/Ydb.Sdk/CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
-
- Added 'x-ydb-client-pid' header to any RPC calls
1
+
- Fixed bug `Reader`: unhandled exception in `TryReadRequestBytes(long bytes)`.
2
+
- Handle `YdbException` on `DeleteSession`.
3
+
- Do not invoke `DeleteSession` if the session is not active.
4
+
-`YdbException`: Added cancellation token propagation support in `CommitAsync` and `RollbackAsync`.
5
+
- Deleted legacy exceptions: Driver.TransportException, StatusUnsuccessfulException and InitializationFailureException.
6
+
- Fixed bug: Unhandled exception System.Net.Http.HttpIOException has now been converted to YdbException ([grpc-dotnet issue](https://github.com/grpc/grpc-dotnet/issues/2638)).
7
+
- Added 'x-ydb-client-pid' header to any RPC calls.
2
8
- Added DisableServerBalancer option to ADO.NET session creation; default false.
0 commit comments