Skip to content

Releases: ydb-platform/ydb-go-sdk

v3.89.0

25 Oct 05:28
Compare
Choose a tag to compare
  • Fixed send optional arguments to the server with ydb.ParamsBuilder

Full Changelog: v3.88.0...v3.89.0

v3.88.0

23 Oct 16:43
Compare
Choose a tag to compare
  • Removed UUID methods from ydb.ParamsBuilder()

Full Changelog: v3.87.0...v3.88.0

v3.87.0

23 Oct 12:13
Compare
Choose a tag to compare
  • 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

23 Oct 11:13
Compare
Choose a tag to compare
  • Fixed scan to optional uuid

Full Changelog: v3.86.0...v3.86.1

v3.86.0

23 Oct 07:43
Compare
Choose a tag to compare
  • 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

22 Oct 22:16
Compare
Choose a tag to compare
  • Renamed query.WithPoolID() into query.WithResourcePool()

Full Changelog: v3.85.2...v3.85.3

v3.85.2

22 Oct 18:48
Compare
Choose a tag to compare
  • Added query.WithPoolID() execute option

Full Changelog: v3.85.1...v3.85.2

v3.85.1

22 Oct 14:10
Compare
Choose a tag to compare
  • Added spans.Retry constructor of trace.Retry

Full Changelog: v3.85.0...v3.85.1

v3.85.0

21 Oct 16:03
Compare
Choose a tag to compare
  • Added experimental package spans with tracing adapter interfaces for OpenTelemetry, OpenTracing, etc.
  • Added db.Topic().DescribeTopicConsumer() method for displaying consumer information
  • Marked as deprecated options ydb.WithDatabase(database) and ydb.WithEndpoint(endpoint)

Full Changelog: v3.84.1...v3.85.0

v3.84.1

08 Oct 09:34
Compare
Choose a tag to compare
  • Added session info into trace.TableSessionBulkUpsertStartInfo

Full Changelog: v3.84.0...v3.84.1