Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.113.6

13 Aug 14:17

Choose a tag to compare

  • Removed experimental label from retry.DoWithResult and retry.DoTxWithResult

Full Changelog: v3.113.5...v3.113.6

v3.113.5

05 Aug 09:55

Choose a tag to compare

  • Fixed incorrect string conversion of Uint64Value values greater than int64 max value

Full Changelog: v3.113.4...v3.113.5

v3.113.4

04 Aug 14:03

Choose a tag to compare

  • Added original error to listValue and setValue cast error

Full Changelog: v3.113.3...v3.113.4

v3.113.3

31 Jul 10:45

Choose a tag to compare

  • Marked as non-retryable operation error ABORTED with internal issue 200509 ("Datashard program size limit exceeded")

Full Changelog: v3.113.2...v3.113.3

v3.113.2

22 Jul 13:43

Choose a tag to compare

  • Fixed panic in database/sql traces

Full Changelog: v3.113.1...v3.113.2

v3.113.1

21 Jul 15:25

Choose a tag to compare

  • Fixed several issues in database/sql error handling
  • Improved context management for query result streams.

Full Changelog: v3.113.0...v3.113.1

v3.113.0

17 Jul 14:56

Choose a tag to compare

  • Added experimental config.WithDisableOptimisticUnban option to disable fast node unban after pessimization
  • Fixed respect start offset from topicoptions.WithReaderGetPartitionStartOffset for commit messages
  • Added query.AllowImplicitSessions() option for execute queries through query.Client.{Exec,Query,QueryResultSet,QueryRow} without explicit sessions

Full Changelog: v3.112.0...v3.113.0

v3.112.0

06 Jul 19:59

Choose a tag to compare

  • Added support for the json.Unmarshaler interface in the CastTo function for use in scanners, such as the ScanStruct method
  • Fixed the support of server-side session balancing in database/sql driver
  • Added ydb.WithDisableSessionBalancer() driver option for disable server-side session balancing on table and query clients

Full Changelog: v3.111.3...v3.112.0

v3.111.3

30 Jun 09:13

Choose a tag to compare

  • Fixed session closing in ydb.WithExecuteDataQueryOverQueryClient(true) scenario

Full Changelog: v3.111.2...v3.111.3

v3.111.2

27 Jun 13:49

Choose a tag to compare

  • Changed discovery and dns resolving log level to DEBUG

Full Changelog: v3.111.1...v3.111.2