pressly / goose

A database migration tool. Supports SQL migrations and Go functions.
http://pressly.github.io/goose/
Other
7.16k stars 523 forks source link

build(deps): bump the gomod group across 1 directory with 2 updates #819

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.1...v2.28.2

v2.28.1

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.0...v2.28.1

v2.28.0

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/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: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.1...v2.28.2

v2.28.1, 2024-08-27

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.0...v2.28.1

v2.28.0, 2024-08-23

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/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.77.1

Release notes

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

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

v3.76.6

  • Replaced requirements from go1.22 + experimantal flag to go1.23 for experimental range-over interface

Full Changelog: v3.76.5...v3.76.6

Changelog

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

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
  • b32f0d9 Release v3.77.1
  • 5bf49ba Merge pull request #1426 from ydb-platform/operation-list
  • 1734076 splitted operation.List to five list operations `operation.List{BuildIndex,...
  • c25594d Merge pull request #1424 Added write topic writer ack
  • 7cc86b9 Added write topic writer ack
  • d10ca1b Release v3.77.0
  • 784c576 Merge pull request #1421 from ydb-platform/async-create-session
  • 62ccd7b fix
  • 725d8dc fix
  • 081b6ae internal/pool async create and close item
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 2 months ago

Superseded by #821.