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 the gomod group with 3 updates #632

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2023

Bumps the gomod group with 3 updates: github.com/ClickHouse/clickhouse-go/v2, github.com/ydb-platform/ydb-go-sdk/v3 and modernc.org/sqlite.

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.14.3 to 2.15.0

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.15.0

What's Changed

Enhancements 🎉

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.14.3...v2.15.0

Commits
  • 3d3d8b3 Cleanup examples/std/compression.go (#1036)
  • 25571c8 Support scan of custom types implementing sql.Scanner into array/tuple column...
  • 5f681e8 Bump github.com/andybalholm/brotli from 1.0.5 to 1.0.6 (#1120)
  • b755d88 Bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#1131)
  • 74f4e2d reflection-free AppendRow for plain arrays (#1130)
  • cdbdd90 drop unneeded bytes to str convertion (#1126)
  • c329393 Fix type match condition using reflection for autogen types (#1125)
  • e382437 Fix zero/nil values for net.IP (#1118)
  • dcf2b3f Add context watchdog for batch send cancellation
  • See full diff in compare view

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.53.4 to 3.54.1

Release notes

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

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

Changelog

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

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
Commits
  • c5cd3f1 Release v3.54.1
  • b281da3 Merge pull request #883 from ydb-platform/fix-metrics
  • cafc3d2 * Fixed inconsistent labels in metrics
  • f9eb62c Release v3.54.0
  • 5a37f51 Merge pull request #882 from ydb-platform/LevelSerializable
  • da83f91 * Allowed sql.LevelSerializable isolation level in read-write mode in `data...
  • 4ae0dcb Merge pull request #881 from ydb-platform/asmyasnikov-patch-3
  • ae440c9 Update CHANGELOG.md
  • 7e6371f Merge pull request #860 from ydb-platform/metrics
  • 72a0f51 * Refactored traces and metrics
  • Additional commits viewable in compare view

Updates modernc.org/sqlite from 1.26.0 to 1.27.0

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/ClickHouse/clickhouse-go/v2 [>= 2.4.a, < 2.5]

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 3 updates: [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go), [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite).


Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.14.3 to 2.15.0
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.14.3...v2.15.0)

Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.53.4 to 3.54.1
- [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.53.4...v3.54.1)

Updates `modernc.org/sqlite` from 1.26.0 to 1.27.0
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.26.0...v1.27.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Nov 4, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 4, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-e657f0ed40 branch November 4, 2023 01:46
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant