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.85.0 #132

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

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

Release notes

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

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

Full Changelog: v3.83.0...v3.84.0

v3.83.0

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

Full Changelog: v3.82.0...v3.83.0

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 -

Full Changelog: v3.81.4...v3.82.0

Changelog

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

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 3 weeks ago

Superseded by #133.