Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2024

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

Release notes

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

v3.92.5

  • Avoid retrying requests finished with 'UNAUTHORIZED' errors

Full Changelog: v3.92.4...v3.92.5

v3.92.4

  • Fixed connections pool leak on closing

Full Changelog: v3.92.3...v3.92.4

v3.92.3

  • Fixed error with incompleted data returen from transaction.ReadQueryResult method
  • Added option query/WithResponsePartLimitSizeBytes(...) for queries with query service

Full Changelog: v3.92.2...v3.92.3

v3.92.2

  • Added table/options.WithShardNodesInfo() experimental option to get shard nodeId for describe table call

Full Changelog: v3.92.1...v3.92.2

v3.92.1

  • Added sugar.WithUserPassword(user,password) option for sugar.DSN() helper
  • Added sugar.WithSecure(bool) option for sugar.DSN() helper
  • Small breaking change: sugar.DSN have only two required parameters (endpoint and database) from now on. Third parameter secure must be passed as option sugar.WithSecure(bool)

Full Changelog: v3.92.0...v3.92.1

v3.92.0

  • Added experimental ydb.ParamsFromMap and ydb.MustParamsFromMap for build query parameters
  • Refactored coordination traces
  • gRPC connection will be forcefully closed on DNS resolver errors from now on

Full Changelog: v3.91.0...v3.92.0

v3.91.0

  • Added ydb.WithPreferredNodeID(ctx, nodeID) context modifier for trying to execute queries on given nodeID

Full Changelog: v3.90.2...v3.91.0

v3.90.2

  • Set the pick_first balancer for short-lived grpc connection inside ydb cluster discovery attempt

Full Changelog: v3.90.1...v3.90.2

v3.90.1

  • Small broken change: added method ID() into spans.Span interface (need to implement in adapter)
  • Fixed traceparent header for tracing grpc requests

... (truncated)

Changelog

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

v3.92.5

  • Avoid retrying requests finished with 'UNAUTHORIZED' errors

v3.92.4

  • Fixed connections pool leak on closing

v3.92.3

  • Fixed error with incompleted data returen from transaction.ReadQueryResult method
  • Added option query/WithResponsePartLimitSizeBytes(...) for queries with query service

v3.92.2

  • Added table/options.WithShardNodesInfo() experimental option to get shard nodeId for describe table call

v3.92.1

  • Added sugar.WithUserPassword(user,password) option for sugar.DSN() helper
  • Added sugar.WithSecure(bool) option for sugar.DSN() helper
  • Small breaking change: sugar.DSN have only two required parameters (endpoint and database) from now on. Third parameter secure must be passed as option sugar.WithSecure(bool)

v3.92.0

  • Added experimental ydb.ParamsFromMap and ydb.MustParamsFromMap for build query parameters
  • Refactored coordination traces
  • gRPC connection will be forcefully closed on DNS resolver errors from now on

v3.91.0

  • Added ydb.WithPreferredNodeID(ctx, nodeID) context modifier for trying to execute queries on given nodeID

v3.90.2

  • Set the pick_first balancer for short-lived grpc connection inside ydb cluster discovery attempt

v3.90.1

  • Small broken change: added method ID() into spans.Span interface (need to implement in adapter)
  • Fixed traceparent header for tracing grpc requests

v3.90.0

  • Fixed closing of child driver with shared balancer

v3.89.6

  • Refactored database/sql driver internals for query-service client support in the future

v3.89.5

  • Fixed nil pointer dereference in metabalancer initialization

v3.89.4

  • Changed behaviour on re-discovery: always open new grpc connection for discovery request

v3.89.3

  • Wrapped internal balancer with metadata middleware

v3.89.2

... (truncated)

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 <dependency name> 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)

Bumps [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) from 3.81.4 to 3.92.5.
- [Release notes](https://github.com/ydb-platform/ydb-go-sdk/releases)
- [Changelog](https://github.com/ydb-platform/ydb-go-sdk/blob/master/CHANGELOG.md)
- [Commits](ydb-platform/ydb-go-sdk@v3.81.4...v3.92.5)

---
updated-dependencies:
- dependency-name: github.com/ydb-platform/ydb-go-sdk/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2024

Superseded by #147.

@dependabot dependabot bot closed this Nov 20, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ydb-platform/ydb-go-sdk/v3-3.92.5 branch November 20, 2024 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants