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 across 1 directory with 5 updates #804

Merged
merged 1 commit into from
Aug 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2024

Bumps the gomod group with 5 updates in the / directory:

Package From To
github.com/ClickHouse/clickhouse-go/v2 2.26.0 2.27.1
github.com/sethvargo/go-retry 0.2.4 0.3.0
github.com/ydb-platform/ydb-go-sdk/v3 3.74.5 3.76.4
golang.org/x/sync 0.7.0 0.8.0
modernc.org/sqlite 1.30.1 1.32.0

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.26.0 to 2.27.1

Release notes

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

v2.27.1

What's Changed

Fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.27.0...v2.27.1

v2.27.0

Breaking change notice

v2.25.0 was released with a breaking change in ClickHouse/clickhouse-go#1306. Please review your implementation.

What's Changed

Enhancements 🎉

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.26.0...v2.27.0

Changelog

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

v2.27.1, 2024-08-05

What's Changed

Fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.27.0...v2.27.1

v2.27.0, 2024-08-01

Breaking change notice

v2.25.0 was released with a breaking change in ClickHouse/clickhouse-go#1306. Please review your implementation.

What's Changed

Enhancements 🎉

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.26.0...v2.27.0

Commits

Updates github.com/sethvargo/go-retry from 0.2.4 to 0.3.0

Release notes

Sourced from github.com/sethvargo/go-retry's releases.

v0.3.0

What's Changed

Full Changelog: sethvargo/go-retry@v0.2.4...v0.3.0

Commits

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.74.5 to 3.76.4

Release notes

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

v3.76.4

  • Added traces and logs for read messages from topic within transaction
  • Changed result type of query.Session.NodeID() from int64 to uint32 for compatibility with table session and discovery
  • Removed experimental method query.Result.Err()
  • Added the finishing reading the grpc stream on query.Result.Close() call
  • Renamed experimental method query.Result.Range() to query.Result.ResultSets()
  • Renamed experimental method query.ResultSet.Range() to query.ResultSet.Rows()
  • Removed support of go1.20
  • Added PopMessages from topic within transaction

Full Changelog: v3.76.3...v3.76.4

v3.76.3

  • Changed interface table.TransactionIdentifier (added private method) for prohibition of any implementations outside ydb-go-sdk

Full Changelog: v3.76.2...v3.76.3

v3.76.2

  • Fixed bug with nil pointer dereference on trace callback from query.createSession
  • Fixed test message builder, now all method return itself pointer
  • Fixed handle reconnection timeout error
  • Fixed experimental topic listener handle stop partition event

Full Changelog: v3.76.1...v3.76.2

v3.76.1

  • Fixed query.WithCommit() flag behaviour for tx.Execute in query service
  • OAuth 2.0 token exchange: allowed multiple resource parameters in according to https://www.rfc-editor.org/rfc/rfc8693

Full Changelog: v3.76.0...v3.76.1

v3.76.0

  • Added experimental topic listener implementation
  • Fixed internal/xstrings.Buffer() leak without call buffer.Free()
  • Removed double quotas from goroutine labels background workers for prevent problem with pprof

Full Changelog: v3.75.2...v3.76.0

v3.75.2

  • Fixed build for go1.20

Full Changelog: v3.75.1...v3.75.2

v3.75.1

  • Fixed return more than one row error if real error raised on try read next row
  • Fixed checking errors for session must be deleted
  • Changed signature of filter func in balancers (replaced argument from conn.Conn type to endpoint.Info)

Full Changelog: v3.75.0...v3.75.1

... (truncated)

Changelog

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

v3.76.4

  • Added traces and logs for read messages from topic within transaction
  • Changed result type of query.Session.NodeID() from int64 to uint32 for compatibility with table session and discovery
  • Removed experimental method query.Result.Err()
  • Added the finishing reading the grpc stream on query.Result.Close() call
  • Renamed experimental method query.Result.Range() to query.Result.ResultSets()
  • Renamed experimental method query.ResultSet.Range() to query.ResultSet.Rows()
  • Removed support of go1.20
  • Added PopMessages from topic within transaction

v3.76.3

  • Changed interface table.TransactionIdentifier (added private method) for prohibition of any implementations outside ydb-go-sdk

v3.76.2

  • Fixed bug with nil pointer dereference on trace callback from query.createSession
  • Fixed test message builder, now all method return itself pointer
  • Fixed handle reconnection timeout error
  • Fixed experimental topic listener handle stop partition event

v3.76.1

  • Fixed query.WithCommit() flag behaviour for tx.Execute in query service
  • OAuth 2.0 token exchange: allowed multiple resource parameters in according to https://www.rfc-editor.org/rfc/rfc8693

v3.76.0

  • Added experimental topic listener implementation
  • Fixed internal/xstrings.Buffer() leak without call buffer.Free()
  • Removed double quotas from goroutine labels background workers for prevent problem with pprof

v3.75.2

  • Fixed build for go1.20

v3.75.1

  • Fixed return more than one row error if real error raised on try read next row
  • Fixed checking errors for session must be deleted
  • Changed signature of filter func in balancers (replaced argument from conn.Conn type to endpoint.Info)

v3.75.0

  • Improve config validation before start topic reader
  • Added metrics over db.Table().Do() and db.Table().DoTx()
  • Added method ydb.ParamsBuilder().Param(name).Any(value) to add custom types.Value
  • Upgraded dependencies:
    • google.golang.org/grpc - from v1.57.1 to v1.62.1
    • github.com/google/uuid - from v1.3.0 to v1.6.0
    • golang.org/x/sync - from v0.3.0 to v0.6.0
  • Fixed goroutine leak on close reader
  • Fixed topic reader and writer WaitInit hunging on unretriable connection error
  • Added query.Client.Stats() method
  • Added query.Result.Stats() method
  • Added query.ResultSet.Index() method
  • Support loading OAuth 2.0 token exchange credentials provider from config file

... (truncated)

Commits
  • 782946e Release v3.76.4
  • 4dc77d6 Merge pull request #1403 Traces and logs for read messages within transaction
  • df037b5 Merge branch 'master' into transactions-topic-query
  • e51dc72 Merge pull request #1404 from ydb-platform/table-session-node-id
  • b8b465c fixed bytes alignment of struct query.Session
  • ec8c4ac regenerate topic traces
  • 2aefaf3 Merge branch 'master' into transactions-topic-query
  • 2d131c1 * Changed result type of query.Session.NodeID() from int64 to uint32 fo...
  • e0a097e * Added traces and logs for read messages from topic within transaction
  • 8666a77 Merge pull request #1396 from ydb-platform/query-result
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.7.0 to 0.8.0

Commits

Updates modernc.org/sqlite from 1.30.1 to 1.32.0

Commits
  • 32d5dd2 Merge branch 'feature/fcntl-persist-wal' into 'master'
  • 61f61b2 Add support for setting SQLITE_FCNTL_PERSIST_WAL
  • b0354f7 fix documentation
  • 34bc99b vendor libsqlite3@v1.5.2 /n
  • 2708c0b vendor libsqlite3@v1.5.2
  • 53acf59 builder.json: disable autotag
  • d9a0871 revert to v1.30.1
  • 8496be5 windows adjustments /n
  • 77dde24 windows adjustments
  • 15d87fe move func_test.go into repo root
  • Additional commits viewable in compare view

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

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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.26.0` | `2.27.1` |
| [github.com/sethvargo/go-retry](https://github.com/sethvargo/go-retry) | `0.2.4` | `0.3.0` |
| [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) | `3.74.5` | `3.76.4` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.7.0` | `0.8.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.30.1` | `1.32.0` |



Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.26.0 to 2.27.1
- [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.26.0...v2.27.1)

Updates `github.com/sethvargo/go-retry` from 0.2.4 to 0.3.0
- [Release notes](https://github.com/sethvargo/go-retry/releases)
- [Commits](sethvargo/go-retry@v0.2.4...v0.3.0)

Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.74.5 to 3.76.4
- [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.74.5...v3.76.4)

Updates `golang.org/x/sync` from 0.7.0 to 0.8.0
- [Commits](golang/sync@v0.7.0...v0.8.0)

Updates `modernc.org/sqlite` from 1.30.1 to 1.32.0
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.30.1...v1.32.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/sethvargo/go-retry
  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: golang.org/x/sync
  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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Aug 10, 2024
@mfridman mfridman merged commit 2c0baef into master Aug 11, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-7166314a26 branch August 11, 2024 16:41
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