Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.65.3

18 Apr 20:55

Choose a tag to compare

  • Fixed data race in internal/conn.grpcClientStream

Full Changelog: v3.65.2...v3.65.3

v3.65.2

18 Apr 12:22

Choose a tag to compare

  • Fixed data race using log.WithNames

Full Changelog: v3.65.1...v3.65.2

v3.65.1

16 Apr 14:18

Choose a tag to compare

  • Updated dependency ydb-go-genproto
  • Added processing of Ydb.StatusIds_EXTERNAL_ERROR in retry.Retry

Full Changelog: v3.65.0...v3.65.1

v3.65.0

12 Apr 13:30

Choose a tag to compare

  • Supported OAuth 2.0 Token Exchange credentials provider

Full Changelog: v3.64.0...v3.65.0

v3.64.0

09 Apr 15:43

Choose a tag to compare

  • Supported table.Session.RenameTables method
  • Fixed out of range panic if next query result set part is empty
  • Updated the indirect dependencies golang.org/x/net to v0.17.0 and golang.org/x/sys to v0.13.0 due to vulnerability issue

Full Changelog: v3.63.0...v3.64.0

v3.63.0

08 Apr 10:28

Choose a tag to compare

  • Added versioning policy

Full Changelog: v3.62.0...v3.63.0

v3.62.0

04 Apr 13:24

Choose a tag to compare

  • Restored WithSessionPoolKeepAliveMinSize and WithSessionPoolKeepAliveTimeout for backward compatibility.
  • Fixed leak timers
  • Changed default StartTime (time of retries for connect to server) for topic writer from 1 minute to infinite (can be overrided by WithWriterStartTimeout topic option)
  • Added Struct support for Variant in ydb.ParamsBuilder()
  • Added go with anonymous function case in gstack

Full Changelog: v3.61.2...v3.62.0

v3.61.2

26 Mar 15:58

Choose a tag to compare

  • Changed default transaction control to NoTx for execute query through query service client

Full Changelog: v3.61.1...v3.61.2

v3.61.1

26 Mar 13:35

Choose a tag to compare

  • Renamed db.Coordination().CreateSession() to db.Coordination().Session() for compatibility with protos

Full Changelog: v3.61.0...v3.61.1

v3.61.0

26 Mar 09:22

Choose a tag to compare

  • Added Tuple support for Variant in ydb.ParamsBuilder()

Full Changelog: v3.60.1...v3.61.0