v0.19.0
- ADO.NET: session is now deactivated when cancelled.
- Fixed bug ADO.NET: throws an
InvalidOperationExceptionif 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 inExecute*methods.YdbConnection: Added cancellation token propagation support inOpenAsync.YdbDataReader: Added cancellation token propagation support inReadAsyncandNextResultAsync.- Added
CreateSessionTimeoutoption to ADO.NET session creation; default is 5 seconds.
Full Changelog: v0.18.3...v0.19.0