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 #821

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 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.27.1 to 2.28.2

Release notes

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

v2.28.2

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.1...v2.28.2

v2.28.1

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.0...v2.28.1

v2.28.0

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.27.2...v2.28.0

v2.27.2

What's Changed

Enhancements 🎉

Fixes 🐛

... (truncated)

Changelog

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

v2.28.2, 2024-08-30

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.1...v2.28.2

v2.28.1, 2024-08-27

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.0...v2.28.1

v2.28.0, 2024-08-23

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.27.2...v2.28.0

v2.27.2, 2024-08-20

What's Changed

Enhancements 🎉

Fixes 🐛

New Contributors

... (truncated)

Commits

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.76.5 to 3.80.0

Release notes

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

v3.80.0

  • Replaced internal table client pool entities to internal/pool

Full Changelog: v3.79.2...v3.80.0

v3.79.2

  • Enabled by default usage of internal/pool in internal/query.Client

Full Changelog: v3.79.1...v3.79.2

v3.79.1

  • Changed trace.Table and trace.Query traces
  • Implemented internal/pool the same as table client pool from internal/table.Client

Full Changelog: v3.79.0...v3.79.1

v3.79.0

  • Added commit messages for topic listener
  • EOF error in RecvMsg is no longer logged

Full Changelog: v3.78.0...v3.79.0

v3.78.0

  • Changed result type of method query.Executor.QueryResultSet from query.ResultSet to query.ClosableResultSet
  • Added table/types.DecimalValueFromString decimal type constructor

Full Changelog: v3.77.1...v3.78.0

v3.77.1

  • Added log topic writer ack
  • Replaced operation.Client.List to five methods for listing operations operation.List{BuildIndex,ImportFromS3,ExportToS3,ExportToYT,ExecuteQuery}

Full Changelog: v3.77.0...v3.77.1

v3.77.0

  • Changed log message about send topic message
  • Added experimental support for executing scripts over query service client (query.Client.ExecuteScript and query.CLient.FetchScriptResults)
  • Removed tx result from query.Session.Execute (tx can be obtained from query.Session.Begin)
  • Changed behaviour of query.Session.Begin to noop for lazy initialization with first call query.TxActor.Execute
  • Splitted experimental method query.Client.Execute to methods query.Client.Exec without result and query.Client.Query with result
  • Splitted experimental method query.TxActor.Execute to methods query.TxActor.Exec without result and query.TxActor.Query with result
  • Renamed experimental method query.Client.ReadResultSet to query.Client.QueryResultSet
  • Renamed experimental method query.Client.ReadRow to query.Client.QueryRow
  • Removed experimental methods query.Session.ReadResultSet and query.Session.ReadRows
  • Removed experimental methods query.TxActor.ReadResultSet and query.TxActor.ReadRows
  • Removed experimental method query.Client.Stats
  • Option query.WithIdempotent() allowed for query.Client.{Exec,Query,QueryResultSet,QueryRow} methods now
  • Added experimental support for operation service client through db.Operation() method (supports methods Get, List, Cancel and Forget)

Full Changelog: v3.76.6...v3.77.0

... (truncated)

Changelog

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

v3.80.0

  • Replaced internal table client pool entities to internal/pool

v3.79.2

  • Enabled by default usage of internal/pool in internal/query.Client

v3.79.1

  • Changed trace.Table and trace.Query traces
  • Implemented internal/pool the same as table client pool from internal/table.Client

v3.79.0

  • Added commit messages for topic listener
  • EOF error in RecvMsg is no longer logged

v3.78.0

  • Changed result type of method query.Executor.QueryResultSet from query.ResultSet to query.ClosableResultSet
  • Added table/types.DecimalValueFromString decimal type constructor

v3.77.1

  • Added log topic writer ack
  • Replaced operation.Client.List to five methods for listing operations operation.List{BuildIndex,ImportFromS3,ExportToS3,ExportToYT,ExecuteQuery}

v3.77.0

  • Changed log message about send topic message
  • Added experimental support for executing scripts over query service client (query.Client.ExecuteScript and query.CLient.FetchScriptResults)
  • Removed tx result from query.Session.Execute (tx can be obtained from query.Session.Begin)
  • Changed behaviour of query.Session.Begin to noop for lazy initialization with first call query.TxActor.Execute
  • Splitted experimental method query.Client.Execute to methods query.Client.Exec without result and query.Client.Query with result
  • Splitted experimental method query.TxActor.Execute to methods query.TxActor.Exec without result and query.TxActor.Query with result
  • Renamed experimental method query.Client.ReadResultSet to query.Client.QueryResultSet
  • Renamed experimental method query.Client.ReadRow to query.Client.QueryRow
  • Removed experimental methods query.Session.ReadResultSet and query.Session.ReadRows
  • Removed experimental methods query.TxActor.ReadResultSet and query.TxActor.ReadRows
  • Removed experimental method query.Client.Stats
  • Option query.WithIdempotent() allowed for query.Client.{Exec,Query,QueryResultSet,QueryRow} methods now
  • Added experimental support for operation service client through db.Operation() method (supports methods Get, List, Cancel and Forget)

v3.76.6

  • Replaced requirements from go1.22 + experimantal flag to go1.23 for experimental range-over interface
Commits
  • 4fe4bff Release v3.80.0
  • 4830171 Merge pull request #1447 from ydb-platform/table-pool-replacement
  • f36b8f5 replaced table client pool to internal/pool
  • 2b869c5 removed pool stub
  • 0a6d3b7 Release v3.79.2
  • 1e5b2fa Merge pull request #1446 from ydb-platform/query-pool-default
  • 68f04d3 * Enabled by default usage of internal/pool in internal/query.Client
  • e563693 Release v3.79.1
  • 082b514 Merge pull request #1423 from ydb-platform/pool-from-table
  • b973c9c internal pool implementation from table pool
  • 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.27.1 to 2.28.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.27.1...v2.28.2)

Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.76.5 to 3.80.0
- [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.76.5...v3.80.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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Sep 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2024

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

@dependabot dependabot bot closed this Sep 12, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-27c460236d branch September 12, 2024 11:12
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