Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.65.3
- Fixed data race in
internal/conn.grpcClientStream
Full Changelog: v3.65.2...v3.65.3
v3.65.2
- Fixed data race using
log.WithNames
Full Changelog: v3.65.1...v3.65.2
v3.65.1
- Updated dependency
ydb-go-genproto - Added processing of
Ydb.StatusIds_EXTERNAL_ERRORinretry.Retry
Full Changelog: v3.65.0...v3.65.1
v3.65.0
- Supported OAuth 2.0 Token Exchange credentials provider
Full Changelog: v3.64.0...v3.65.0
v3.64.0
- Supported
table.Session.RenameTablesmethod - Fixed out of range panic if next query result set part is empty
- Updated the indirect dependencies
golang.org/x/nettov0.17.0andgolang.org/x/systov0.13.0due to vulnerability issue
Full Changelog: v3.63.0...v3.64.0
v3.63.0
- Added versioning policy
Full Changelog: v3.62.0...v3.63.0
v3.62.0
- Restored
WithSessionPoolKeepAliveMinSizeandWithSessionPoolKeepAliveTimeoutfor backward compatibility. - Fixed leak timers
- Changed default StartTime (time of retries for connect to server) for topic writer from 1 minute to infinite (can be overrided by WithWriterStartTimeout topic option)
- Added
Structsupport forVariantinydb.ParamsBuilder() - Added
gowith anonymous function case ingstack
Full Changelog: v3.61.2...v3.62.0
v3.61.2
- Changed default transaction control to
NoTxfor execute query through query service client
Full Changelog: v3.61.1...v3.61.2
v3.61.1
- Renamed
db.Coordination().CreateSession()todb.Coordination().Session()for compatibility with protos
Full Changelog: v3.61.0...v3.61.1
v3.61.0
- Added
Tuplesupport forVariantinydb.ParamsBuilder()
Full Changelog: v3.60.1...v3.61.0