Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.92.3
- 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
- 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
- Added
sugar.WithUserPassword(user,password)option forsugar.DSN()helper - Added
sugar.WithSecure(bool)option forsugar.DSN()helper - Small breaking change:
sugar.DSNhave only two required parameters (endpoint and database) from now on.
Third parametersecuremust be passed as optionsugar.WithSecure(bool)
Full Changelog: v3.92.0...v3.92.1
v3.92.0
- 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
- 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
- Set the
pick_firstbalancer for short-lived grpc connection inside ydb cluster discovery attempt
Full Changelog: v3.90.1...v3.90.2
v3.90.1
- Small broken change: added method
ID()intospans.Spaninterface (need to implement in adapter) - Fixed traceparent header for tracing grpc requests
Full Changelog: v3.90.0...v3.90.1
v3.90.0
- Fixed closing of child driver with shared balancer
Full Changelog: v3.89.6...v3.90.0
v3.89.6
- Refactored
database/sqldriver internals for query-service client support in the future
Full Changelog: v3.89.5...v3.89.6
v3.89.5
- Fixed nil pointer dereference in metabalancer initialization
Full Changelog: v3.89.4...v3.89.5