Skip to content

v0.19.0

Compare
Choose a tag to compare
@ydb-platform-bot ydb-platform-bot released this 24 Jun 12:46
· 23 commits to main since this release
  • 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.

Full Changelog: v0.18.3...v0.19.0