Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.104.4
- Fixed bug with session query latency metric collector
Full Changelog: v3.104.3...v3.104.4
v3.104.3
- Changed argument types in
table.Client.ReadRowsto public types for compatibility with mock-generation
Full Changelog: v3.104.2...v3.104.3
v3.104.2
- Added bindings options into
ydb.ParamsFromMapfor bind wide time types - Changed
ydb.WithWideTimeTypes(bool)for allow boolean argument
Full Changelog: v3.104.1...v3.104.2
v3.104.1
- Added export of advanced metric information for QueryService calls
Full Changelog: v3.104.0...v3.104.1
v3.104.0
- Added binding
ydb.WithWideTimeTypes()which interpretstime.Timeandtime.DurationasTimestamp64andInterval64YDB types
Full Changelog: v3.103.0...v3.104.0
v3.103.0
- Supported wide
Interval64type
Full Changelog: v3.102.0...v3.103.0
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