Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.113.1

21 Jul 15:25
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Changed discovery and dns resolving log level to DEBUG

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

v3.111.1

26 Jun 15:21
Compare
Choose a tag to compare
  • Replaced minimal requirements of go from 1.23 to 1.22
  • Migrated golangci-lint to version v2.1.6

Full Changelog: v3.111.0...v3.111.1

v3.111.0

23 Jun 12:31
Compare
Choose a tag to compare
  • Added sugar.PrintErrorWithoutStack helper for remove stack records from error string
  • Added sugar.UnwrapError helper for unwrap source error to root errors

Full Changelog: v3.110.1...v3.111.0

v3.110.1

16 Jun 14:24
Compare
Choose a tag to compare
  • Added the ability to send BulkRequest exceeding the GrpcMaxMessageSize

Full Changelog: v3.110.0...v3.110.1

v3.110.0

10 Jun 19:57
Compare
Choose a tag to compare
  • Added read partitions in parallel for topic listener.

Full Changelog: v3.109.0...v3.110.0

v3.109.0

05 Jun 08:54
Compare
Choose a tag to compare
  • Added control plane fields for split-merge topics (Create,Alter,Describe)

Full Changelog: v3.108.5...v3.109.0