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.84.1 to 3.89.2 in the gomod group #847

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2024

Bumps the gomod group with 1 update: github.com/ydb-platform/ydb-go-sdk/v3.

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.84.1 to 3.89.2

Release notes

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

v3.89.2

  • Returned log.XXX methods for create fields, removed from public at v3.85.0

Full Changelog: v3.89.1...v3.89.2

v3.89.1

  • Added option ydb.WithSharedBalancer(*Driver) for child drivers

Full Changelog: v3.89.0...v3.89.1

v3.89.0

  • Fixed send optional arguments to the server with ydb.ParamsBuilder

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

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

... (truncated)

Changelog

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

v3.89.2

  • Returned log.XXX methods for create fields, removed from public at v3.85.0

v3.89.1

  • Added option ydb.WithSharedBalancer(*Driver) for child drivers

v3.89.0

  • Fixed send optional arguments to the server with ydb.ParamsBuilder

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)
Commits
  • b0897e0 Release v3.89.2
  • d09736f Merge pull request #1531 returned field methods to public
  • c5fb45e returned field methods to public
  • 25a0667 Release v3.89.1
  • fca922c Merge pull request #1530 from ydb-platform/use_common_balancer_in_shared_drivers
  • 8b810e4 fix error check
  • 49287c9 Move WithSharedBalancer option upper
  • b895142 rollback code
  • da0f282 Apply suggestions from code review
  • ae32ddb Apply suggestions from code review
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/ydb-platform/ydb-go-sdk/v3 [>= 3.57.a, < 3.58]

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod group with 1 update: [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk).


Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.84.1 to 3.89.2
- [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.84.1...v3.89.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 26, 2024
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.

1 participant