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.48.4 to 3.56.2 #99

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2024

Bumps github.com/ydb-platform/ydb-go-sdk/v3 from 3.48.4 to 3.56.2.

Release notes

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

v3.56.2

  • Fixed return private error for commit to stopped partition in topic reader.
  • Stopped wrapping err error as transport error at topic streams (internals)

Full Changelog: v3.56.1...v3.56.2

3.56.1

  • Fixed fixenv usage (related to tests only)

Full Changelog: v3.56.0...v3.56.1

v3.56.0

  • Fixed handle of operational errors in topic streams
  • The minimum version of Go in ydb-go-sdk has been raised to go1.21
  • Fixed topic writer infinite reconnections in some cases
  • Refactored nil on err internal/grpcwrapper/rawydb/issues.go, when golangci-lint nilerr enabled
  • Refactored nil on err internal/grpcwrapper/rawtopic/describe_topic.go, when golangci-lint nilerr enabled

Full Changelog: v3.55.2...v3.56.0

v3.55.3

  • Fixed handle of operational errors in topic streams (backported fix only)

Full Changelog: v3.55.2...v3.55.3

v3.55.2

  • Fixed init info in topic writer, when autoseq num turned off.

Full Changelog: v3.55.1...v3.55.2

v3.55.1

  • Supported column name prefix __discard_column_ for discard columns in result sets
  • Made StatusIds_SESSION_EXPIRED retriable for idempotent operations

Full Changelog: v3.55.0...v3.55.1

v3.55.0

  • Refactored internal/value/intervalValue.Yql()
  • The minimum version of Go in ydb-go-sdk has been raised to go1.20

Full Changelog: v3.54.3...v3.55.0

v3.54.3

  • Added per message metadata support for topic api
  • Context for call options now have same lifetime as driver (previous - same lifetime as context for call Open function).
  • Extended metrics (fill database.sql callbacks, recognize TLI error)
  • Refactored config prefix in metrics
  • Removed excess status labels from metrics
  • Implement fmt.Stringer interface for Driver struct

... (truncated)

Changelog

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

v3.56.2

  • Fixed return private error for commit to stopped partition in topic reader.
  • Stopped wrapping err error as transport error at topic streams (internals)

v3.56.1

  • Fixed fixenv usage (related to tests only)

v3.56.0

  • Fixed handle of operational errors in topic streams
  • The minimum version of Go in ydb-go-sdk has been raised to go1.21
  • Fixed topic writer infinite reconnections in some cases
  • Refactored nil on err internal/grpcwrapper/rawydb/issues.go, when golangci-lint nilerr enabled
  • Refactored nil on err internal/grpcwrapper/rawtopic/describe_topic.go, when golangci-lint nilerr enabled

v3.55.3

  • Fixed handle of operational errors in topic streams (backported fix only)

v3.55.2

  • Fixed init info in topic writer, when autoseq num turned off.

v3.55.1

  • Supported column name prefix __discard_column_ for discard columns in result sets
  • Made StatusIds_SESSION_EXPIRED retriable for idempotent operations

v3.55.0

  • Refactored internal/value/intervalValue.Yql()
  • The minimum version of Go in ydb-go-sdk has been raised to go1.20

v3.54.3

  • Added per message metadata support for topic api
  • Context for call options now have same lifetime as driver (previous - same lifetime as context for call Open function).
  • Extended metrics (fill database.sql callbacks, recognize TLI error)
  • Refactored config prefix in metrics
  • Removed excess status labels from metrics
  • Implement fmt.Stringer interface for Driver struct

v3.54.2

  • Added context to some internal methods for better tracing
  • Added trace.FunctionID helper and FunctionID field to trace start info's
  • Replaced lazy initialization of ydb clients (table, topic, etc.) to explicit initialization on ydb.Open step

v3.54.1

  • Fixed inconsistent labels in metrics

v3.54.0

  • Allowed sql.LevelSerializable isolation level in read-write mode in database/sql transactions
  • Refactored traces and metrics
  • Added {retry,table}.WithLabel options for mark retriers calls
  • Added ydb.WithTraceRetry option
  • Moved internal/allocator.Buffers to package internal/xstring

... (truncated)

Commits
  • fe6b521 Release v3.56.2
  • fae706b Merge pull request #1057 return ErrCommitToExpiredSession for commit to stopp...
  • 879358e return ErrCommitToExpiredSession for commit to stopped partitions
  • 3a7fe1c Merge pull request #1056 Stopped wrapping err error as transport error at top...
  • bd34f31 Update CHANGELOG.md
  • 587b250 Handle EOF error when reading stream.
  • 491e36d Merge pull request #1053 from ydb-platform/move-types
  • dd7cfff separate types into internal/types package
  • 7d5e6a0 Merge pull request #1051 from ydb-platform/mockgen-version
  • be1dacc Merge pull request #1052 from ydb-platform/operation-status
  • Additional commits viewable in compare view

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.48.4 to 3.56.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.48.4...v3.56.2)

---
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 Feb 27, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 16, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ydb-platform/ydb-go-sdk/v3-3.56.2 branch May 16, 2024 15:01
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