Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.115.1
- Added
ydb.Param.Range()range iterator
Full Changelog: v3.115.0...v3.115.1
v3.115.0
- Added public package
pkg/xtestwith test helpers
Full Changelog: v3.114.1...v3.115.0
v3.114.1
- Fixed depth for
pkg/xerrors.WithStackTrace()error
Full Changelog: v3.114.0...v3.114.1
v3.114.0
- Added public packages:
pkg/xerrors- helpers for wrap errors with stacktrace and join errorspkg/xslices- helpers for work with slicespkg/xstring- helpers for work with strings
- Added
table.Client.DescribeTable()helper method - Added
table/types/IsNull()andtable/types/Unwrap()methods for work with optional values
Full Changelog: v3.113.6...v3.114.0
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