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.1 #98

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

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

Full Changelog: v3.54.2...v3.54.3

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

Full Changelog: v3.54.1...v3.54.2

v3.54.1

  • Fixed inconsistent labels in metrics

... (truncated)

Changelog

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

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.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
  • Bumped golang.org/x/sync to v0.3.0
  • Bumped google.golang.org/protobuf to v1.31.0
  • Bumped google.golang.org/grpc to v1.57.1
  • Allowed grpc status error as arg in internal/xerrors.TransportError(err)
  • Added interanl/xtest.CurrentFileLine() helper for table tests
  • Added internal/credentials.IsAccessError(err) helper for check access errors
  • Changed period for re-fresh static credentials token from 1/2 to 1/10 to expiration time

... (truncated)

Commits
  • e11e78e Release v3.56.1
  • 99de26e Merge pull request #1041 Fixed fixenv usage
  • d56891c Fixed fixenv usage
  • 77a53be Release v3.56.0
  • b650d4d Merge pull request #1040 Fixed topic writer hand up on server temporary error
  • ac9f8b4 Merge branch 'master' into issue-1007-hangup-topic-writer
  • 62ab80c reproduce error in mock test
  • e3bb72e Merge pull request #1039 update golang version to 1.21-1.22
  • 37db19a reproduce error in mock test
  • 85caddf Merge branch 'master' into issue-1007-hangup-topic-writer
  • 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.1.
- [Release notes](https://github.com/ydb-platform/ydb-go-sdk/releases)
- [Changelog](https://github.com/ydb-platform/ydb-go-sdk/blob/v3.56.1/CHANGELOG.md)
- [Commits](ydb-platform/ydb-go-sdk@v3.48.4...v3.56.1)

---
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 13, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0a713ca) 78.41% compared to head (3cebcef) 78.41%.
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #98   +/-   ##
=======================================
  Coverage   78.41%   78.41%           
=======================================
  Files           5        5           
  Lines         542      542           
=======================================
  Hits          425      425           
  Misses         84       84           
  Partials       33       33           
Flag Coverage Δ
go-1.18.x ?
go-1.19.x ?
go-1.20.x 78.41% <ø> (ø)
integration 58.48% <ø> (ø)
macOS 45.57% <ø> (ø)
ubuntu 45.57% <ø> (ø)
unit 45.57% <ø> (ø)
windows 45.57% <ø> (ø)
ydb-22.5 58.48% <ø> (ø)
ydb-23.1 58.48% <ø> (ø)
ydb-23.2 58.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 27, 2024

Superseded by #99.

@dependabot dependabot bot closed this Feb 27, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ydb-platform/ydb-go-sdk/v3-3.56.1 branch February 27, 2024 01:22
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