Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.92.6
- Fixed string representation of
TzTimestamp
,TzDatetime
andTzDate
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
- Avoid retrying requests finished with 'UNAUTHORIZED' errors
Full Changelog: v3.92.4...v3.92.5
v3.92.4
- Fixed connections pool leak on closing
Full Changelog: v3.92.3...v3.92.4
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.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