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.54.2 #84

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

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

Release notes

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

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

Full Changelog: v3.54.0...v3.54.1

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
  • Added table.SnapshotReadOnlyTxControl() helper for get transaction control with snapshot read-only

Full Changelog: v3.53.4...v3.54.0

v3.53.4

  • Downgrade golang.org/x/net from 0.17.0 to 0.15.0
  • Downgrade golang.org/x/sys from v0.13.0 to v0.12.0
  • Downgrade golang.org/x/crypto from v0.14.0 to v0.13.0

Full Changelog: v3.53.3...v3.53.4

v3.53.3

  • Refactored credentials options (from funcs to interfaces and types)
  • Fixed stringification of credentials object

Full Changelog: v3.53.2...v3.53.3

v3.53.2

  • Fixed panic when try to unwrap values with more than 127 columns with custom ydb unmarshaler

Full Changelog: v3.53.1...v3.53.2

v3.53.1

  • Bumps github.com/ydb-platform/ydb-go-genproto for support query service
  • Bumps golang.org/x/net from 0.7.0 to 0.17.0

... (truncated)

Changelog

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

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
  • Added table.SnapshotReadOnlyTxControl() helper for get transaction control with snapshot read-only

v3.53.4

  • Downgrade golang.org/x/net from 0.17.0 to 0.15.0
  • Downgrade golang.org/x/sys from v0.13.0 to v0.12.0
  • Downgrade golang.org/x/crypto from v0.14.0 to v0.13.0

v3.53.3

  • Refactored credentials options (from funcs to interfaces and types)
  • Fixed stringification of credentials object

v3.53.2

  • Fixed panic when try to unwrap values with more than 127 columns with custom ydb unmarshaler

v3.53.1

  • Bumps github.com/ydb-platform/ydb-go-genproto for support query service
  • Bumps golang.org/x/net from 0.7.0 to 0.17.0
  • Bumps golang.org/x/sys from v0.5.0 to v0.13.0
  • Bumps golang.org/x/text from v0.7.0 to v0.13.0

v3.53.0

  • Removed internal/backoff.Backoff.Wait interface method for exclude resource leak with bug-provoked usage of time.After method
  • Marked as deprecated retry.WithDoRetryOptions and retry.WithDoTxRetryOptions
  • Added receiving first result set on construct internal/table/scanner.NewStream()
  • Added experimental package metrics with SDK metrics
  • Fixed redundant trace call for finished database/sql transactions
  • Added repeater event type to wake-up func context
  • Refactored default logger format
  • Refactored internal/conn.coonError format

... (truncated)

Commits
  • 952811d Release v3.54.2
  • ab8a871 Merge pull request #891 from ydb-platform/xsql-traces
  • 427661d revert changes of public API of traces
  • 1ba3a4d Merge pull request #892 from ydb-platform/added-dropped
  • e3e3bd5 added Added and Dropped fields into balancer update done info
  • 6373d76 Merge pull request #890 from ydb-platform/balancer-config-name
  • d485a07 balancer config name
  • 4e5ae05 Merge pull request #889 from ydb-platform/fix
  • 1add019 Added function id into database/sql traces (start info's)
  • 13c5744 Merge pull request #887 from ydb-platform/tracing
  • 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.54.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.54.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 Dec 5, 2023
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0a713ca) 78.41% compared to head (7c31f9f) 45.57%.
Report is 6 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

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

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 Dec 29, 2023

Superseded by #90.

@dependabot dependabot bot closed this Dec 29, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ydb-platform/ydb-go-sdk/v3-3.54.2 branch December 29, 2023 02:00
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