Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.108.0
- Added
query.EmptyTxControl()for empty transaction control (server-side defines transaction control by internal logic) - Marked as deprecated
query.NoTx()because this is wrong name for server-side transaction control inference
Full Changelog: v3.107.0...v3.108.0
v3.107.0
- Refactored internal client balancer: added singleton for getting gRPC-connection (auto dial and auto reconnect on non-ready state) for use in discovery attempts
- Added
topicoptions.IncludePartitionStats()forTopic().Describe()in order to get partition stats from server
Full Changelog: v3.106.1...v3.107.0
v3.106.1
- Dropped
internal/allocatorpackage and all usages of it for further switch (test) protobuf opaque API
Full Changelog: v3.106.0...v3.106.1
v3.106.0
- Added option WithReaderSupportSplitMergePartitions for topic manage support of split-merge partitions on client side (enabled by default).
- Allowed overflow queue limit for one goroutine at time for topic writer
- Removed delay before send commit in sync mode of a topic reader
Full Changelog: v3.105.2...v3.106.0
v3.105.2
- Improved the
ydb.WithSessionPoolSessionUsageLimitoption for allowtime.Durationas argument type for limit max session time to live since create time
Full Changelog: v3.105.1...v3.105.2
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