Skip to content

v3.121.0

Latest

Choose a tag to compare

@ydb-platform-bot ydb-platform-bot released this 01 Dec 10:36
· 1 commit to master since this release
  • Changed internal pprof label to pyroscope supported format
  • Added query.ImplicitTxControl() transaction control (the same as query.NoTx() and query.EmptyTxControl()). See more about implicit transactions on ydb.tech
  • Added SnapshotReadWrite isolation mode support to database/sql driver using sql.TxOptions{Isolation: sql.LevelSnapshot, ReadOnly: false}
  • Move internal/ratelimiter/options to ratelimiter/options for public usage

Full Changelog: v3.120.0...v3.121.0