Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.115.7

10 Sep 09:31

Choose a tag to compare

  • Added support for PartitionBy in DescribeTable results

Full Changelog: v3.115.6...v3.115.7

v3.115.6

08 Sep 15:19

Choose a tag to compare

  • Fixed context cancellation issues in the QueryService stream results

Full Changelog: v3.115.5...v3.115.6

v3.115.5

05 Sep 13:20

Choose a tag to compare

  • Fixed error logging in topic.UpdateOffsetsInTransaction

Full Changelog: v3.115.4...v3.115.5

v3.115.4

02 Sep 17:22

Choose a tag to compare

  • Supported reusing one IP address and host name after nodes restart

Full Changelog: v3.115.3...v3.115.4

v3.115.3

27 Aug 09:48

Choose a tag to compare

  • Fixed error catching in retry.DoTxWithResult

Full Changelog: v3.115.2...v3.115.3

v3.115.2

27 Aug 04:45

Choose a tag to compare

  • Fixed bug with wrong literal YQL representation for signed integer YDB types

Full Changelog: v3.115.1...v3.115.2

v3.115.1

26 Aug 07:33

Choose a tag to compare

  • Added ydb.Param.Range() range iterator

Full Changelog: v3.115.0...v3.115.1

v3.115.0

17 Aug 15:25

Choose a tag to compare

  • Added public package pkg/xtest with test helpers

Full Changelog: v3.114.1...v3.115.0

v3.114.1

17 Aug 14:08

Choose a tag to compare

  • Fixed depth for pkg/xerrors.WithStackTrace() error

Full Changelog: v3.114.0...v3.114.1

v3.114.0

14 Aug 16:01

Choose a tag to compare

  • Added public packages:
    • pkg/xerrors - helpers for wrap errors with stacktrace and join errors
    • pkg/xslices - helpers for work with slices
    • pkg/xstring - helpers for work with strings
  • Added table.Client.DescribeTable() helper method
  • Added table/types/IsNull() and table/types/Unwrap() methods for work with optional values

Full Changelog: v3.113.6...v3.114.0