Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.125.0
- Added
WithConcurrentResultSetsoption fordb.Query().Query() - Added
DefaultValuefield totable/options.Columnstruct
Full Changelog: v3.124.1...v3.125.0
v3.124.1
- Fixed bug with incorrect conversion of
time.DurationtoInterval64, which was previously using nanoseconds instead of microseconds
Full Changelog: v3.124.0...v3.124.1
v3.124.0
- Fixed UUID scanning with
database/sqlwhen using types implementingsql.Scannerinterface (likeuuid.UUID)
Full Changelog: v3.123.1...v3.124.0
v3.123.1
- Fixed
pool.getItem()panics, if unable to give session for preferred node ID
Full Changelog: v3.123.0...v3.123.1
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