Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.102.0
- Supported wide
Date32,Datetime64andTimestamp64types
Full Changelog: v3.101.4...v3.102.0
v3.101.4
- Switched internal type of result
ydb.Driver.Query()from*internal/query.Clienttoquery.Clientinterface
Full Changelog: v3.101.3...v3.101.4
v3.101.3
- Added
query.TransactionActortype alias toquery.TxActorfor compatibility withtable.ClientAPI's - Removed comment
experimentalfromydb.ParamsBuilderandydb.ParamsFromMap - Fixed panic on closing
internal/query/sessionCore.donechannel twice - Fixed hangup when try to send batch of messages with size more, then grpc limits from topic writer internals
Full Changelog: v3.101.2...v3.101.3
v3.101.2
- Added a new metric
ydb_go_sdk_ydb_infowith the current version of the SDK
Full Changelog: v3.101.1...v3.101.2
v3.101.1
- Changed allowBanned=false for preferred node connections
Full Changelog: v3.101.0...v3.101.1
v3.101.0
- Added
table.Client.ReadRowsmethod with internal retries
Full Changelog: v3.100.3...v3.101.0
v3.100.3
- Fixed bug with concurrent rewrites source slice of
grpc.DialOptionon dial step
Full Changelog: v3.100.2...v3.100.3
v3.100.2
- Fixed bug in
internal/xcontext.WithDone(not listening chan done)
Full Changelog: v3.100.1...v3.100.2
v3.100.1
- Refactored behaviour on
retry.Retryableerror for retry object (such as session, connection or transaction)
Full Changelog: v3.100.0...v3.100.1
v3.100.0
- Added
table.DescribeTable.StoreTypeto table description result fromtable.Session.DescribeTablerequest
Full Changelog: v3.99.13...v3.100.0