Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.47.5

06 Jun 12:43

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

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

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

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

v3.47.1

15 May 09:19

Choose a tag to compare

  • Removed test artifacts from repository

Full Changelog: v3.47.0...v3.47.1

v3.47.0

12 May 15:55

Choose a tag to compare

  • Added table/types.ToDecimal() converter from table/types.Value to table/types.Decimal

Full Changelog: v3.46.1...v3.47.0

v3.46.1

12 May 14:56

Choose a tag to compare

  • Implemented internal/xcontext.With{Cancel,Timeout} with stack record and switched all usages from standard context.With{Cancel,Timeout}

Full Changelog: v3.46.0...v3.46.1

v3.46.0

05 May 17:03

Choose a tag to compare

  • Refactored package log for support typed fields in log messages

Full Changelog: v3.45.0...v3.46.0

v3.45.0

26 Apr 10:39

Choose a tag to compare

  • Added table/options.WithPartitions for configure partitioning policy
  • Marked as deprecated table/options.WithPartitioningPolicy{UniformPartitions,ExplicitPartitions} (use With{UniformPartitions,ExplicitPartitions} instead)

Full Changelog: v3.44.3...v3.45.0

v3.44.3

25 Apr 16:30

Choose a tag to compare

  • Fixed bug of processing endpoint with node_id=0
  • Refactored of checking node ID in cluster discovery before Get and during in Put of session into session pool

Full Changelog: v3.44.2...v3.44.3