Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.64.0
- Supported
table.Session.RenameTables
method - Fixed out of range panic if next query result set part is empty
- Updated the indirect dependencies
golang.org/x/net
tov0.17.0
andgolang.org/x/sys
tov0.13.0
due 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
WithSessionPoolKeepAliveMinSize
andWithSessionPoolKeepAliveTimeout
for 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
Struct
support forVariant
inydb.ParamsBuilder()
- Added
go
with anonymous function case ingstack
Full Changelog: v3.61.2...v3.62.0
v3.61.2
- Changed default transaction control to
NoTx
for 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
Tuple
support forVariant
inydb.ParamsBuilder()
Full Changelog: v3.60.1...v3.61.0
v3.60.1
- Added additional traces for coordination service client internals
Full Changelog: v3.60.0...v3.60.1
v3.60.0
- Added experimental support of semaphores over coordination service client
Full Changelog: v3.59.3...v3.60.0
v3.59.3
- Fixed
gstack
logic for parsingast.BlockStmt
Full Changelog: v3.59.2...v3.59.3
v3.59.2
- Added internal
gstack
codegen tool for fillingstack.FunctionID
with value from call stack
Full Changelog: v3.59.1...v3.59.2