Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.64.0

09 Apr 15:43
Compare
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
Compare
Choose a tag to compare
  • Added versioning policy

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

v3.62.0

04 Apr 13:24
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Added Tuple support for Variant in ydb.ParamsBuilder()

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

v3.60.1

26 Mar 02:40
Compare
Choose a tag to compare
  • Added additional traces for coordination service client internals

Full Changelog: v3.60.0...v3.60.1

v3.60.0

25 Mar 19:52
Compare
Choose a tag to compare
  • Added experimental support of semaphores over coordination service client

Full Changelog: v3.59.3...v3.60.0

v3.59.3

24 Mar 18:51
Compare
Choose a tag to compare
  • Fixed gstack logic for parsing ast.BlockStmt

Full Changelog: v3.59.2...v3.59.3

v3.59.2

24 Mar 17:24
Compare
Choose a tag to compare
  • Added internal gstack codegen tool for filling stack.FunctionID with value from call stack

Full Changelog: v3.59.1...v3.59.2