Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.105.1
- Changed the gRPC DNS balancer policy to
round_robinfor internaldiscovery/ListEndpointscall (reverted v3.90.2 changes)
Full Changelog: v3.105.0...v3.105.1
v3.105.0
- Supported topic split merge server feature for topic reader (no api changed)
Full Changelog: v3.104.7...v3.105.0
v3.104.7
- Added public type alias
ydb.Paramstointernal/params.Parametersfor external usage
Full Changelog: v3.104.6...v3.104.7
v3.104.6
- Refactored
table.TransactionControlandquery.TransactionControlfor use single implementation ininternal/tx - Changed
ydb.WithTxControlcontext modifier for allow bothtable.TransactionControlandquery.TransactionControl
Full Changelog: v3.104.5...v3.104.6
v3.104.5
- Added query client session pool metrics: create_in_progress, in_use, waiters_queue
- Added pool item closing for not-alived item
Full Changelog: v3.104.4...v3.104.5
v3.104.4
- Fixed bug with session query latency metric collector
Full Changelog: v3.104.3...v3.104.4
v3.104.3
- Changed argument types in
table.Client.ReadRowsto public types for compatibility with mock-generation
Full Changelog: v3.104.2...v3.104.3
v3.104.2
- Added bindings options into
ydb.ParamsFromMapfor bind wide time types - Changed
ydb.WithWideTimeTypes(bool)for allow boolean argument
Full Changelog: v3.104.1...v3.104.2
v3.104.1
- Added export of advanced metric information for QueryService calls
Full Changelog: v3.104.0...v3.104.1
v3.104.0
- Added binding
ydb.WithWideTimeTypes()which interpretstime.Timeandtime.DurationasTimestamp64andInterval64YDB types
Full Changelog: v3.103.0...v3.104.0