Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@ydb-platform-bot ydb-platform-bot released this 16 Jan 04:41
· 2 commits to main since this release
  • Fixed bug in Topic Writer: race condition when session fails, then write operation starts on previous session and new session is created. Messages may be lost.
  • Supported in ADO.NET GetSchema(Async). CollectionNames:
    • Tables
    • TablesWithCollections
    • DataSourceInformation
    • MetaDataCollections
    • Restrictions
  • Rename field _onStatus -> _onNotSuccessStatus in YdbDataReader
  • If session is not active, do not invoke DeleteNotActiveSession(session)
  • AttachStream: connect stream using NodeId
  • PoolManager: change pool properties on field
  • Delete *Settings.DefaultInstance because it's a singleton object that's changed by tasks when NodeId is set
  • DbConnection.Session.OnStatus(status) in YdbTransaction

Full Changelog: v0.9.4...v0.10.0