Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.48.5
- Removed
log.Secret
helper as unnessesarry in public API after refactoring logging subsystem - Enriched the error with important details from initial discovery
- Added
internal.{secret,stack}
packages - Implemented
fmt.Stringer
interface in credential types
Full Changelog: v3.48.4...v3.48.5
v3.48.4
- Added
ydb.IsOperationErrorTransactionLocksInvalidated(err)
helper for checksTLI
flag in err
Full Changelog: v3.48.3...v3.48.4
v3.48.3
- Added
table/types.IsOptional()
helper
Full Changelog: v3.48.2...v3.48.3
v3.48.2
- Refactored tests
Full Changelog: v3.48.1...v3.48.2
v3.48.1
- Added
sugar.Is{Entry,ColumnTable}Exists
helper
Full Changelog: v3.48.0...v3.48.1
v3.48.0
- Fixed stopping topic reader by grpc stream shutdown
- Fixed
database/sql
driver for get and parse container ydb types - Changed
table/scanner.scanner.Any()
behaviour: for non-primitive types returns rawtable/types.Value
instead nil from previous behaviour - Added
table/types.{ListItems,VariantValue,DictValues}
helpers for get internal content of abstracttable/types.Value
- Marked as deprecated
table/types.DictFields
(usetable/types.DictValues
instead)
Full Changelog: v3.47.5...v3.48.0
v3.47.5
- Added
scheme.Entry.IsColumnTable()
helper
Full Changelog: v3.47.4...v3.47.5
v3.47.4
- Disabled check of node exists with
balancers.SingleConn
- Improved code with
go-critic
linter - Added session info into
database/sql
eventconnected
Full Changelog: v3.47.3...v3.47.4
v3.47.3
- Added
table/options.Description.Tiering
field
Full Changelog: v3.47.2...v3.47.3
v3.47.2
- Refactored
internal/cmd/gtrace
tool (prefer pointers instead trace struct copies) for bust performance - Fixed usage of generated traces in code
Full Changelog: v3.47.1...v3.47.2