Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.49.0
- Added
table.Session.ReadRowsmethod for getting rows by keys - Added
table/options.ChangefeedFormatDynamoDBStreamsJSONformat ofDynamoDBchange feeds
Full Changelog: v3.48.8...v3.49.0
v3.48.8
- Fixed
sugar.RemoveRecursive()for column table type
Full Changelog: v3.48.7...v3.48.8
v3.48.7
- Added
sugar.StackRecord()helper for stringification of current file path and line - Updated
google.golang.org/grpcfromv1.49.0tov1.53.0due to vulnerability - Updated
google.golang.org/protobuffromv1.28.0tov1.28.1due to vulnerability - Implemented implicit standard interface
driver.RowsColumnTypeNullableininternal/xsql.rows - Upgraded errors description from
retry.Retrywith attempts info
Full Changelog: v3.48.6...v3.48.7
v3.48.6
- Added builder for topic reader message (usable for tests)
Full Changelog: v3.48.5...v3.48.6
v3.48.5
- Removed
log.Secrethelper 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.Stringerinterface in credential types
Full Changelog: v3.48.4...v3.48.5
v3.48.4
- Added
ydb.IsOperationErrorTransactionLocksInvalidated(err)helper for checksTLIflag 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}Existshelper
Full Changelog: v3.48.0...v3.48.1
v3.48.0
- Fixed stopping topic reader by grpc stream shutdown
- Fixed
database/sqldriver for get and parse container ydb types - Changed
table/scanner.scanner.Any()behaviour: for non-primitive types returns rawtable/types.Valueinstead 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.DictValuesinstead)
Full Changelog: v3.47.5...v3.48.0