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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Release notes

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

v2.29.0

What's Changed

Enhancements 🎉

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.28.3...v2.29.0

Changelog

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

v2.29.0, 2024-09-24

What's Changed

Enhancements 🎉

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.28.3...v2.29.0

Commits

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.80.2 to 3.81.1

Release notes

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

v3.81.1

  • Fixed nil pointer dereference panic on failed ydb.Open
  • Added ip discovery. Server can show own ip address and target hostname in the ListEndpoint message. These fields are used to bypass DNS resolving.

Full Changelog: v3.81.0...v3.81.1

v3.81.0

  • Added error ErrMessagesPutToInternalQueueBeforeError to topic writer
  • Added write to topics within transactions

Full Changelog: v3.80.10...v3.81.0

v3.80.10

  • Added ydb.WithSessionPoolSessionUsageLimit() option for limitation max count of session usage
  • Refactored experimental topic iterators in topicsugar package

Full Changelog: v3.80.9...v3.80.10

v3.80.9

  • Fixed bug in experimental api: ydb.ParamsBuilder().Param().Optional() receive pointer and really produce optional value.

Full Changelog: v3.80.8...v3.80.9

v3.80.8

  • Added ydb.WithLazyTx(bool) option for create lazy transactions on query.Session.Begin call
  • Added initial experimental topic and cdc-helpers, see examples in tests/integration/topic_helpers_test.go
  • Added experimental sugar.UnmarshalRows for user unmarshaller structs in own code in go 1.23, change example for use the iterator.
  • Added ydb_go_sdk_ydb_query_pool_size_index metrics

Full Changelog: v3.80.7...v3.80.8

v3.80.7

  • Doesn't rollback a the transaction on the operation error in table service

Full Changelog: v3.80.6...v3.80.7

v3.80.6

  • Fixed concurrent map writes in metrics
  • Renamed method at experimental API reader.PopBatchTx to reader.PopMessagesBatchTx

Full Changelog: v3.80.5...v3.80.6

v3.80.5

  • Fixed connections pool leak on failed ydb.Open call

Full Changelog: v3.80.4...v3.80.5

v3.80.4

  • Fixed panic on usage metrics package from prometheus adapter on trace.Driver.OnNewStream callback

... (truncated)

Changelog

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

v3.81.1

  • Fixed nil pointer dereference panic on failed ydb.Open
  • Added ip discovery. Server can show own ip address and target hostname in the ListEndpoint message. These fields are used to bypass DNS resolving.

v3.81.0

  • Added error ErrMessagesPutToInternalQueueBeforeError to topic writer
  • Added write to topics within transactions

v3.80.10

  • Added ydb.WithSessionPoolSessionUsageLimit() option for limitation max count of session usage
  • Refactored experimental topic iterators in topicsugar package

v3.80.9

  • Fixed bug in experimental api: ydb.ParamsBuilder().Param().Optional() receive pointer and really produce optional value.

v3.80.8

  • Added ydb.WithLazyTx(bool) option for create lazy transactions on query.Session.Begin call
  • Added initial experimental topic and cdc-helpers, see examples in tests/integration/topic_helpers_test.go
  • Added experimental sugar.UnmarshalRows for user unmarshaller structs in own code in go 1.23, change example for use the iterator.
  • Added ydb_go_sdk_ydb_query_pool_size_index metrics

v3.80.7

  • Fixed bug with doesn't rollback the transaction on the operation error in table service

v3.80.6

  • Fixed concurrent map writes in metrics
  • Renamed method at experimental API reader.PopBatchTx to reader.PopMessagesBatchTx

v3.80.5

  • Fixed connections pool leak on failed ydb.Open call

v3.80.4

  • Fixed panic on usage metrics package from prometheus adapter on trace.Driver.OnNewStream callback

v3.80.3

  • Added option ydb.WithSessionPoolSessionIdleTimeToLive for restrict idle time of query sessions
  • Fixed bug with leak of query transactions
  • Changed ydb_go_sdk_ydb_driver_conn_requests metrics splitted to ydb_go_sdk_ydb_driver_conn_request_statuses and ydb_go_sdk_ydb_driver_conn_request_methods
  • Fixed metadata for operation service connection
  • Fixed composing query traces in call db.Query.Do[Tx] using option query.WithTrace
Commits

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:/ClickHouse/clickhouse-go) and [github.com/ydb-platform/ydb-go-sdk/v3](https:/ydb-platform/ydb-go-sdk).


Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.28.3 to 2.29.0
- [Release notes](https:/ClickHouse/clickhouse-go/releases)
- [Changelog](https:/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.28.3...v2.29.0)

Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.80.2 to 3.81.1
- [Release notes](https:/ydb-platform/ydb-go-sdk/releases)
- [Changelog](https:/ydb-platform/ydb-go-sdk/blob/master/CHANGELOG.md)
- [Commits](ydb-platform/ydb-go-sdk@v3.80.2...v3.81.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 Pull requests that update Go code labels Sep 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 5, 2024

Superseded by #832.

@dependabot dependabot bot closed this Oct 5, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-d3d968bcff branch October 5, 2024 00: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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant