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

chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.77.1 to 3.94.0 #395

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps github.com/ydb-platform/ydb-go-sdk/v3 from 3.77.1 to 3.94.0.

Release notes

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

v3.94.0

  • Refactored golang types mapping into ydb types using ydb.ParamsFromMap and database/sql query arguments
  • Small breaking change: type mapping for ydb.ParamsFromMap and database/sql type uuid.UUID changed from ydb type Text to ydb type UUID

Full Changelog: v3.93.3...v3.94.0

v3.93.3

  • Supported raw protobuf typed value using ydb.ParamsBuilder()

Full Changelog: v3.93.2...v3.93.3

v3.93.2

  • Removed experimental helper ydb.MustParamsFromMap
  • Changed result of experimental helper ydb.ParamsFromMap from tuple to params.Parameters only

Full Changelog: v3.93.1...v3.93.2

v3.93.1

  • Published query.ExecuteOption as alias to internal/query/options.Execute

Full Changelog: v3.93.0...v3.93.1

v3.93.0

  • Added ydb.WithStaticCredentialsLogin and ydb.WithStaticCredentialsPassword options

Full Changelog: v3.92.6...v3.93.0

v3.92.6

  • Fixed string representation of TzTimestamp, TzDatetime and TzDate type values
  • Added database/sql/driver.Value as type destination for almost ydb values

Full Changelog: v3.92.5...v3.92.6

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

... (truncated)

Changelog

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

v3.94.0

  • Refactored golang types mapping into ydb types using ydb.ParamsFromMap and database/sql query arguments
  • Small breaking change: type mapping for ydb.ParamsFromMap and database/sql type uuid.UUID changed from ydb type Text to ydb type UUID

v3.93.3

  • Supported raw protobuf *Ydb.TypedValue using ydb.ParamsBuilder()

v3.93.2

  • Removed experimental helper ydb.MustParamsFromMap
  • Changed result of experimental helper ydb.ParamsFromMap from tuple to params.Parameters only

v3.93.1

  • Published query.ExecuteOption as alias to internal/query/options.Execute

v3.93.0

  • Added ydb.WithStaticCredentialsLogin and ydb.WithStaticCredentialsPassword options

v3.92.6

  • Fixed string representation of TzTimestamp, TzDatetime and TzDate type values
  • Added database/sql/driver.Value as type destination for almost ydb values

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 return 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

... (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.77.1 to 3.94.0.
- [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.77.1...v3.94.0)

---
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 Dec 9, 2024
Copy link
Author

dependabot bot commented on behalf of github Dec 16, 2024

Superseded by #399.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ydb-platform/ydb-go-sdk/v3-3.94.0 branch December 16, 2024 18:54
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