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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 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.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.82.0

Release notes

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

v3.82.0

  • Fixed error on experimental TopicListener.Close
  • Disabled reporting of ydb_go_sdk_query_session_count when metrics are disabled
  • Disabled reporting of ydb_go_sdk_ydb_query_session_create_latency histogram metrics when metrics are disabled
  • Allowed skip column for ScanStruct by tag -

Full Changelog: v3.81.4...v3.82.0

v3.81.4

  • Returned topicwriter.ErrQueueLimitExceed, accidental removed at v3.81.0

Full Changelog: v3.81.3...v3.81.4

v3.81.3

  • Fixed tracing details check for some metrics

Full Changelog: v3.81.2...v3.81.3

v3.81.2

  • Removed experimantal comment for query service client

Full Changelog: v3.81.1...v3.81.2

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.

... (truncated)

Changelog

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

v3.82.0

  • Fixed error on experimental TopicListener.Close
  • Disabled reporting of ydb_go_sdk_query_session_count when metrics are disabled
  • Disabled reporting of ydb_go_sdk_ydb_query_session_create_latency histogram metrics when metrics are disabled
  • Allowed skip column for ScanStruct by tag -

v3.81.4

  • Returned topicwriter.ErrQueueLimitExceed, accidental removed at v3.81.0

v3.81.3

  • Fixed tracing details check for some metrics

v3.81.2

  • Removed experimantal comment for query service client

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

... (truncated)

Commits
  • e5f377a Release v3.82.0
  • 96ddb14 Merge pull request #1485 fix-listener-close
  • 896a012 linter
  • 030ae6b Merge branch 'master' into fix-listener-close
  • 792d24d removed wait finish of background worker for finish same (loop wait, deadlock...
  • 28775df fixed msg
  • e43e5e5 Merge pull request #1496 from ydb-platform/fix_query_session_count_metrics
  • d5b856c Update CHANGELOG.md
  • d7525b8 added log messages about read and write RPS
  • 883bd5d Merge branch 'master' into fix-listener-close
  • 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:/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.82.0
- [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.82.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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 12, 2024

Superseded by #835.

@dependabot dependabot bot closed this Oct 12, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-1ed5a35005 branch October 12, 2024 00:36
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