ydb-platform / gorm-driver

GORM YDB driver
Apache License 2.0
6 stars 2 forks source link

build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.81.4 to 3.88.0 #134

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps github.com/ydb-platform/ydb-go-sdk/v3 from 3.81.4 to 3.88.0.

Release notes

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's releases.

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 ydb-platform/ydb-go-sdk#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() into query.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 of trace.Retry

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

v3.85.0

  • 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

  • Added session info into trace.TableSessionBulkUpsertStartInfo

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

v3.84.0

  • Added meta.WithTraceParent context modifier for explicit putting traceparent header into grpc calls

... (truncated)

Changelog

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's changelog.

v3.88.0

  • Removed UUID methods from ydb.ParamsBuilder()

v3.87.0

  • BREAK OLD STYLE WORK WITH UUID. See ydb-platform/ydb-go-sdk#1501 for details. At the version you must explicit choose way for work with uuid: old with bug or new (fixed).

v3.86.1

  • Fixed scan to optional uuid

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. Dedicated version for migrate code for workaround/fix uuid bug. See ydb-platform/ydb-go-sdk#1501 for details.

v3.85.3

  • Renamed query.WithPoolID() into query.WithResourcePool()

v3.85.2

  • Added experimental query.WithPoolID() execute option for define resource pool for execute query

v3.85.1

  • Added spans.Retry constructor of trace.Retry

v3.85.0

  • 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)

v3.84.1

  • Added session info into trace.TableSessionBulkUpsertStartInfo

v3.84.0

  • Added meta.WithTraceParent context modifier for explicit putting traceparent header into grpc calls

v3.83.0

  • Supported db.Table().BulkUpsert() from scv, arrow and ydb rows formats

v3.82.0

  • Fixed error on experimental TopicListener.Close
  • Disabled reporting of ydb_go_sdk_query_session_count when metrics are disabled
  • Disabled reporting of ydb_go_sdk_ydb_query_session_create_latency histogram metrics when metrics are disabled
  • Allowed skip column for ScanStruct by tag -
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 weeks ago

Superseded by #135.