Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.104.0
- Added binding
ydb.WithWideTimeTypes()
which interpretstime.Time
andtime.Duration
asTimestamp64
andInterval64
YDB types
Full Changelog: v3.103.0...v3.104.0
v3.103.0
- Supported wide
Interval64
type
Full Changelog: v3.102.0...v3.103.0
v3.102.0
- Supported wide
Date32
,Datetime64
andTimestamp64
types
Full Changelog: v3.101.4...v3.102.0
v3.101.4
- Switched internal type of result
ydb.Driver.Query()
from*internal/query.Client
toquery.Client
interface
Full Changelog: v3.101.3...v3.101.4
v3.101.3
- Added
query.TransactionActor
type alias toquery.TxActor
for compatibility withtable.Client
API's - Removed comment
experimental
fromydb.ParamsBuilder
andydb.ParamsFromMap
- Fixed panic on closing
internal/query/sessionCore.done
channel 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_info
with 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.ReadRows
method with internal retries
Full Changelog: v3.100.3...v3.101.0
v3.100.3
- Fixed bug with concurrent rewrites source slice of
grpc.DialOption
on 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