Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.48.5

06 Jul 07:24
Compare
Choose a tag to compare
  • Removed log.Secret helper as unnessesarry in public API after refactoring logging subsystem
  • Enriched the error with important details from initial discovery
  • Added internal.{secret,stack} packages
  • Implemented fmt.Stringer interface in credential types

Full Changelog: v3.48.4...v3.48.5

v3.48.4

28 Jun 11:43
Compare
Choose a tag to compare
  • Added ydb.IsOperationErrorTransactionLocksInvalidated(err) helper for checks TLI flag in err

Full Changelog: v3.48.3...v3.48.4

v3.48.3

20 Jun 21:44
Compare
Choose a tag to compare
  • Added table/types.IsOptional() helper

Full Changelog: v3.48.2...v3.48.3

v3.48.2

16 Jun 15:40
Compare
Choose a tag to compare
  • Refactored tests

Full Changelog: v3.48.1...v3.48.2

v3.48.1

16 Jun 14:06
Compare
Choose a tag to compare
  • Added sugar.Is{Entry,ColumnTable}Exists helper

Full Changelog: v3.48.0...v3.48.1

v3.48.0

09 Jun 12:04
Compare
Choose a tag to compare
  • Fixed stopping topic reader by grpc stream shutdown
  • Fixed database/sql driver for get and parse container ydb types
  • Changed table/scanner.scanner.Any() behaviour: for non-primitive types returns raw table/types.Value instead nil from previous behaviour
  • Added table/types.{ListItems,VariantValue,DictValues} helpers for get internal content of abstract table/types.Value
  • Marked as deprecated table/types.DictFields (use table/types.DictValues instead)

Full Changelog: v3.47.5...v3.48.0

v3.47.5

06 Jun 12:43
Compare
Choose a tag to compare
  • Added scheme.Entry.IsColumnTable() helper

Full Changelog: v3.47.4...v3.47.5

v3.47.4

06 Jun 11:25
Compare
Choose a tag to compare
  • Disabled check of node exists with balancers.SingleConn
  • Improved code with go-critic linter
  • Added session info into database/sql event connected

Full Changelog: v3.47.3...v3.47.4

v3.47.3

28 May 17:25
Compare
Choose a tag to compare
  • Added table/options.Description.Tiering field

Full Changelog: v3.47.2...v3.47.3

v3.47.2

23 May 10:38
Compare
Choose a tag to compare
  • Refactored internal/cmd/gtrace tool (prefer pointers instead trace struct copies) for bust performance
  • Fixed usage of generated traces in code

Full Changelog: v3.47.1...v3.47.2