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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gomod group with 2 updates: 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.0

Release notes

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

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 🐛

New Contributors

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

Changelog

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

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

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

Commits
  • 4e11dd1 Update release notes
  • 37afb6f Fix panic on nil map append (#1383)
  • 94623b9 Deprecate Go 1.21 ended support and require Go 1.22 (#1378)
  • fae3668 Fix support custom serialization in Nested type (#1381)
  • 2a5fcd1 Make sure non-secure port is used during readiness check (#1382)
  • 6ce41c3 Remove JSON type use from a context use example (#1379)
  • 9b995de Fix Enum column definition parse logic to match ClickHouse spec (#1380)
  • a192162 Remove test coverage for deprecated Object('JSON') type (#1377)
  • a2fde5f Update release notes
  • dc05f5e Optimize Date/Date32 scan (#1374)
  • Additional commits viewable in compare view

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 <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: [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.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.27.1...v2.28.0)

Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.76.5 to 3.77.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.76.5...v3.77.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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Aug 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 31, 2024

Superseded by #819.

@dependabot dependabot bot closed this Aug 31, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-2c5384486f branch August 31, 2024 00:56
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