Skip to content

v3.135.9

Choose a tag to compare

@ydb-platform-bot ydb-platform-bot released this 02 May 21:35
· 91 commits to master since this release
  • Implemented driver.Validator on the SDK's database/sql driver connection so that database/sql discards invalidated sessions before reusing connections from its pool
  • Fixed query.Session.Begin to return BAD_SESSION immediately for dead lazy-tx sessions instead of silently creating a transaction that would fail on the next server call
  • Fixed Rollback to signal driver.ErrBadConn to database/sql when the session is no longer alive after a rollback, ensuring the dead connection is discarded

Full Changelog: v3.135.8...v3.135.9