Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.92.1
- Added
sugar.WithUserPassword(user,password)
option forsugar.DSN()
helper - Added
sugar.WithSecure(bool)
option forsugar.DSN()
helper - Small breaking change:
sugar.DSN
have only two required parameters (endpoint and database) from now on.
Third parametersecure
must 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_first
balancer 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.Span
interface (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/sql
driver 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
v3.89.4
- Changed behaviour on re-discovery: always open new grpc connection for discovery request
Full Changelog: v3.89.3...v3.89.4
v3.89.3
- Wrapped internal balancer with metadata middleware
Full Changelog: v3.89.2...v3.89.3