Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.92.6

19 Nov 09:18
Compare
Choose a tag to compare
  • Fixed string representation of TzTimestamp, TzDatetime and TzDate type values
  • Added database/sql/driver.Value as type destination for almost ydb values

Full Changelog: v3.92.5...v3.92.6

v3.92.5

18 Nov 13:52
Compare
Choose a tag to compare
  • Avoid retrying requests finished with 'UNAUTHORIZED' errors

Full Changelog: v3.92.4...v3.92.5

v3.92.4

15 Nov 14:01
Compare
Choose a tag to compare
  • Fixed connections pool leak on closing

Full Changelog: v3.92.3...v3.92.4

v3.92.3

14 Nov 22:10
Compare
Choose a tag to compare
  • Fixed error with incompleted data returen from transaction.ReadQueryResult method
  • Added option query/WithResponsePartLimitSizeBytes(...) for queries with query service

Full Changelog: v3.92.2...v3.92.3

v3.92.2

14 Nov 07:04
Compare
Choose a tag to compare
  • Added table/options.WithShardNodesInfo() experimental option to get shard nodeId for describe table call

Full Changelog: v3.92.1...v3.92.2

v3.92.1

13 Nov 10:41
Compare
Choose a tag to compare
  • Added sugar.WithUserPassword(user,password) option for sugar.DSN() helper
  • Added sugar.WithSecure(bool) option for sugar.DSN() helper
  • Small breaking change: sugar.DSN have only two required parameters (endpoint and database) from now on.
    Third parameter secure must be passed as option sugar.WithSecure(bool)

Full Changelog: v3.92.0...v3.92.1

v3.92.0

12 Nov 11:36
Compare
Choose a tag to compare
  • Added experimental ydb.ParamsFromMap and ydb.MustParamsFromMap for build query parameters
  • Refactored coordination traces
  • gRPC connection will be forcefully closed on DNS resolver errors from now on

Full Changelog: v3.91.0...v3.92.0

v3.91.0

08 Nov 17:30
Compare
Choose a tag to compare
  • Added ydb.WithPreferredNodeID(ctx, nodeID) context modifier for trying to execute queries on given nodeID

Full Changelog: v3.90.2...v3.91.0

v3.90.2

08 Nov 15:24
Compare
Choose a tag to compare
  • Set the pick_first balancer for short-lived grpc connection inside ydb cluster discovery attempt

Full Changelog: v3.90.1...v3.90.2

v3.90.1

06 Nov 17:37
Compare
Choose a tag to compare
  • Small broken change: added method ID() into spans.Span interface (need to implement in adapter)
  • Fixed traceparent header for tracing grpc requests

Full Changelog: v3.90.0...v3.90.1