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 2 updates #760

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gomod group with 2 updates in the / directory: github.com/ClickHouse/clickhouse-go/v2 and github.com/ydb-platform/ydb-go-sdk/v3.

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.17.1 to 2.23.2

Release notes

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

v2.23.2

What's Changed

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.23.1...v2.23.2

v2.23.1

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.23.0...v2.23.1

v2.23.0

What's Changed

Enhancements 🎉

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.22.4...v2.23.0

v2.22.4

What's Changed

Fixes 🐛

Other Changes 🛠

... (truncated)

Changelog

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

v2.23.2, 2024-04-25

What's Changed

Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.23.1...v2.23.2

v2.23.1, 2024-04-15

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.23.0...v2.23.1

v2.23.0, 2024-03-27

What's Changed

Enhancements 🎉

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.22.4...v2.23.0

v2.22.4, 2024-03-25

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.22.3...v2.22.4

... (truncated)

Commits

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.55.1 to 3.66.1

Release notes

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

v3.66.1

  • Added flush messages from buffer before close topic writer
  • Added Flush method for topic writer

Full Changelog: v3.66.0...v3.66.1

v3.66.0

  • Added experimental package retry/budget for limit second and subsequent retry attempts
  • Refactored internals for enabling containedctx linter
  • Fixed the hanging semaphore issue on coordination session reconnect

Full Changelog: v3.65.3...v3.66.0

v3.65.3

  • Fixed data race in internal/conn.grpcClientStream

Full Changelog: v3.65.2...v3.65.3

v3.65.2

  • Fixed data race using log.WithNames

Full Changelog: v3.65.1...v3.65.2

v3.65.1

  • Updated dependency ydb-go-genproto
  • Added processing of Ydb.StatusIds_EXTERNAL_ERROR in retry.Retry

Full Changelog: v3.65.0...v3.65.1

v3.65.0

  • Supported OAuth 2.0 Token Exchange credentials provider

Full Changelog: v3.64.0...v3.65.0

v3.64.0

  • Supported table.Session.RenameTables method
  • Fixed out of range panic if next query result set part is empty
  • Updated the indirect dependencies golang.org/x/net to v0.17.0 and golang.org/x/sys to v0.13.0 due to vulnerability issue

Full Changelog: v3.63.0...v3.64.0

v3.63.0

  • Added versioning policy

Full Changelog: v3.62.0...v3.63.0

v3.62.0

  • Restored WithSessionPoolKeepAliveMinSize and WithSessionPoolKeepAliveTimeout for backward compatibility.
  • Fixed leak timers
  • Changed default StartTime (time of retries for connect to server) for topic writer from 1 minute to infinite (can be overrided by WithWriterStartTimeout topic option)

... (truncated)

Changelog

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

v3.66.1

  • Added flush messages from buffer before close topic writer
  • Added Flush method for topic writer

v3.66.0

  • Added experimental package retry/budget for limit second and subsequent retry attempts
  • Refactored internals for enabling containedctx linter
  • Fixed the hanging semaphore issue on coordination session reconnect

v3.65.3

  • Fixed data race in internal/conn.grpcClientStream

v3.65.2

  • Fixed data race using log.WithNames

v3.65.1

  • Updated dependency ydb-go-genproto
  • Added processing of Ydb.StatusIds_EXTERNAL_ERROR in retry.Retry

v3.65.0

  • Supported OAuth 2.0 Token Exchange credentials provider

v3.64.0

  • Supported table.Session.RenameTables method
  • Fixed out of range panic if next query result set part is empty
  • Updated the indirect dependencies golang.org/x/net to v0.17.0 and golang.org/x/sys to v0.13.0 due to vulnerability issue

v3.63.0

  • Added versioning policy

v3.62.0

  • Restored WithSessionPoolKeepAliveMinSize and WithSessionPoolKeepAliveTimeout for backward compatibility.
  • Fixed leak timers
  • Changed default StartTime (time of retries for connect to server) for topic writer from 1 minute to infinite (can be overrided by WithWriterStartTimeout topic option)
  • Added Struct support for Variant in ydb.ParamsBuilder()
  • Added go with anonymous function case in gstack

v3.61.2

  • Changed default transaction control to NoTx for execute query through query service client

v3.61.1

  • Renamed db.Coordination().CreateSession() to db.Coordination().Session() for compatibility with protos

v3.61.0

  • Added Tuple support for Variant in ydb.ParamsBuilder()

v3.60.1

  • Added additional traces for coordination service client internals

v3.60.0

... (truncated)

Commits
  • d6ceff7 Release v3.66.1
  • b59f008 Merge pull request #1214 Writer flush messages before close from ydb-platform...
  • 859a140 Fix tests hungup
  • 6cc59c7 Writer flush messages before close
  • a74511b Writer flush messages before close
  • 43d8e33 Merge pull request #864 Introduce topicwriter Writer.Flush() method from zvez...
  • e7f9e27 fix compile and linter errors
  • db11c88 Merge branch 'master' into fork/issues/850/flush
  • d063e33 Merge pull request #1171 Enable funlen linter (part 2) from brojeg/master
  • 013a60c fix coverage
  • 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 2 updates in the / directory: [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) and [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk).


Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.17.1 to 2.23.2
- [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.17.1...v2.23.2)

Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.55.1 to 3.66.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.55.1...v3.66.1)

---
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
...

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

dependabot bot commented on behalf of github May 3, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 3, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-de5f8e9a67 branch May 3, 2024 13:26
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