Releases: ydb-platform/ydb-go-sdk
Releases · ydb-platform/ydb-go-sdk
v3.89.2
- Returned log.XXX methods for create fields, removed from public at v3.85.0
Full Changelog: v3.89.1...v3.89.2
v3.89.1
- Added option
ydb.WithSharedBalancer(*Driver)
for child drivers
Full Changelog: v3.89.0...v3.89.1
v3.89.0
- Fixed send optional arguments to the server with
ydb.ParamsBuilder
Full Changelog: v3.88.0...v3.89.0
v3.88.0
- Removed UUID methods from ydb.ParamsBuilder()
Full Changelog: v3.87.0...v3.88.0
v3.87.0
- BREAK OLD STYLE WORK WITH UUID. See #1501 for details.
At the version you must explicit choose way for work with uuid: old with bug or new (fixed).
Full Changelog: v3.86.1...v3.87.0
v3.86.1
- Fixed scan to optional uuid
Full Changelog: v3.86.0...v3.86.1
v3.86.0
- Add workaround for bug in uuid send/receive from server. It is migration version. All native code and most database sql code worked with uuid continue to work.
Full Changelog: v3.85.3...v3.86.0
v3.85.3
- Renamed
query.WithPoolID()
intoquery.WithResourcePool()
Full Changelog: v3.85.2...v3.85.3
v3.85.2
- Added
query.WithPoolID()
execute option
Full Changelog: v3.85.1...v3.85.2
v3.85.1
- Added
spans.Retry
constructor oftrace.Retry
Full Changelog: v3.85.0...v3.85.1