Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.102.0

14 Mar 15:32

Choose a tag to compare

  • Supported wide Date32, Datetime64 and Timestamp64 types

Full Changelog: v3.101.4...v3.102.0

v3.101.4

14 Mar 12:29

Choose a tag to compare

  • Switched internal type of result ydb.Driver.Query() from *internal/query.Client to query.Client interface

Full Changelog: v3.101.3...v3.101.4

v3.101.3

14 Mar 11:59

Choose a tag to compare

  • Added query.TransactionActor type alias to query.TxActor for compatibility with table.Client API's
  • Removed comment experimental from ydb.ParamsBuilder and ydb.ParamsFromMap
  • Fixed panic on closing internal/query/sessionCore.done channel twice
  • Fixed hangup when try to send batch of messages with size more, then grpc limits from topic writer internals

Full Changelog: v3.101.2...v3.101.3

v3.101.2

13 Mar 08:42

Choose a tag to compare

  • Added a new metric ydb_go_sdk_ydb_info with the current version of the SDK

Full Changelog: v3.101.1...v3.101.2

v3.101.1

12 Mar 19:12

Choose a tag to compare

  • Changed allowBanned=false for preferred node connections

Full Changelog: v3.101.0...v3.101.1

v3.101.0

07 Mar 19:17

Choose a tag to compare

  • Added table.Client.ReadRows method with internal retries

Full Changelog: v3.100.3...v3.101.0

v3.100.3

04 Mar 12:44

Choose a tag to compare

  • Fixed bug with concurrent rewrites source slice of grpc.DialOption on dial step

Full Changelog: v3.100.2...v3.100.3

v3.100.2

28 Feb 22:14

Choose a tag to compare

  • Fixed bug in internal/xcontext.WithDone (not listening chan done)

Full Changelog: v3.100.1...v3.100.2

v3.100.1

28 Feb 19:19

Choose a tag to compare

  • Refactored behaviour on retry.Retryable error for retry object (such as session, connection or transaction)

Full Changelog: v3.100.0...v3.100.1

v3.100.0

27 Feb 13:33

Choose a tag to compare

  • Added table.DescribeTable.StoreType to table description result from table.Session.DescribeTable request

Full Changelog: v3.99.13...v3.100.0