Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.123.0
- Moved
internal/decimalpackage topkg/decimalfor public usage
Full Changelog: v3.122.0...v3.123.0
v3.122.0
- Added
trace.NodeHintInfofield for OnPoolGet trace callback which stores info for node hint misses - Added
ydb_go_sdk_ydb_table_pool_node_hint_missandydb_go_sdk_ydb_query_pool_node_hint_missmetrics for node hint misses
Full Changelog: v3.121.1...v3.122.0
v3.121.1
- Added support for
Timestamp64type invalue.Anyconverter - Masked the sensitive credential data in the connection string (DSN, data source name) from error messages for security reasons
- Fixed issue with topic offsets update in transactions
Full Changelog: v3.121.0...v3.121.1
v3.121.0
- Changed internal pprof label to pyroscope supported format
- Added
query.ImplicitTxControl()transaction control (the same asquery.NoTx()andquery.EmptyTxControl()). See more about implicit transactions on ydb.tech - Added
SnapshotReadWriteisolation mode support todatabase/sqldriver usingsql.TxOptions{Isolation: sql.LevelSnapshot, ReadOnly: false} - Move
internal/ratelimiter/optionstoratelimiter/optionsfor public usage
Full Changelog: v3.120.0...v3.121.0
v3.120.0
- Added support of
SnapshotReadWriteisolation mode into query and table clients
Full Changelog: v3.119.0...v3.120.0
v3.119.0
- Made error "Request exceeded a limit on the number of schema operations, try again later" retryable
- Fixed deadlock in
Endpoint.String()method - Added the
AvailabilityPeriodto the Consumer type in topics
Full Changelog: v3.118.3...v3.119.0
v3.118.3
- Fixed
contextchecking inydb.Open
Full Changelog: v3.118.2...v3.118.3
v3.118.2
- Fixed checking GRPC transport error in
discovery
Full Changelog: v3.118.1...v3.118.2
v3.118.1
- Fixed connection timeout issue in topics writer
- Supported
sql.Null*fromdatabase/sqlas query params intoValuefunc
Full Changelog: v3.118.0...v3.118.1
v3.118.0
- Added support for nullable
Date32,Datetime64,Timestamp64, andInterval64types in theoptionalparameter builder - Added method
query.WithIssuesHandlerto get query issues
Full Changelog: v3.117.2...v3.118.0