Skip to content

v3.58.0

Choose a tag to compare

@ydb-platform-bot ydb-platform-bot released this 16 Mar 16:40
· 2307 commits to master since this release
  • Changed List constructor from ydb.ParamsBuilder().List().Build().Build() to ydb.ParamsBuilder().BeginList().EndList().Build()
  • Changed Set constructor from ydb.ParamsBuilder().Set().Build().Build() to ydb.ParamsBuilder().BeginSet().EndSet().Build()
  • Changed Dict constructor from ydb.ParamsBuilder().Dict().Build().Build() to ydb.ParamsBuilder().BeginDict().EndDict().Build()
  • Changed Optional constructor from ydb.ParamsBuilder().Set().Build().Build() to ydb.ParamsBuilder().BeginOptional().EndOptional().Build()
  • Added events into trace.Query trace
  • Rewrote internal/pool to buffered channel
  • Added internal/xcontext.WithDone()
  • Added internal/xsync.{OnceFunc,OnceValue}
  • Updated google.golang.org/protobuf from v1.31.0 to v.33.0
  • Added ydb.ParamsBuilder().Pg().{Value,Int4,Int8,Unknown} for postgres arguments

Full Changelog: v3.57.4...v3.58.0