Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.113.6
- Removed experimental label from
retry.DoWithResultandretry.DoTxWithResult
Full Changelog: v3.113.5...v3.113.6
v3.113.5
- Fixed incorrect string conversion of
Uint64Valuevalues greater thanint64max value
Full Changelog: v3.113.4...v3.113.5
v3.113.4
- Added original error to
listValueandsetValuecast error
Full Changelog: v3.113.3...v3.113.4
v3.113.3
- Marked as non-retryable operation error
ABORTEDwith internal issue200509("Datashard program size limit exceeded")
Full Changelog: v3.113.2...v3.113.3
v3.113.2
- Fixed panic in
database/sqltraces
Full Changelog: v3.113.1...v3.113.2
v3.113.1
- Fixed several issues in
database/sqlerror handling - Improved context management for query result streams.
Full Changelog: v3.113.0...v3.113.1
v3.113.0
- Added experimental
config.WithDisableOptimisticUnbanoption to disable fast node unban after pessimization - Fixed respect start offset from
topicoptions.WithReaderGetPartitionStartOffsetfor commit messages - Added
query.AllowImplicitSessions()option for execute queries throughquery.Client.{Exec,Query,QueryResultSet,QueryRow}without explicit sessions
Full Changelog: v3.112.0...v3.113.0
v3.112.0
- Added support for the
json.Unmarshalerinterface in theCastTofunction for use in scanners, such as theScanStructmethod - Fixed the support of server-side session balancing in
database/sqldriver - Added
ydb.WithDisableSessionBalancer()driver option for disable server-side session balancing on table and query clients
Full Changelog: v3.111.3...v3.112.0
v3.111.3
- Fixed session closing in
ydb.WithExecuteDataQueryOverQueryClient(true)scenario
Full Changelog: v3.111.2...v3.111.3
v3.111.2
- Changed discovery and dns resolving log level to DEBUG
Full Changelog: v3.111.1...v3.111.2