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

Update clickhouse requirement from 0.11 to 0.12 #9

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2024

Updates the requirements on clickhouse to permit the latest version.

Changelog

Sourced from clickhouse's changelog.

[0.12.0] - 2024-07-16

Added

  • derive: support serde::skip_deserializing (#83).
  • insert: apply options set on the client (#90).
  • inserter: can be limited by size, see Inserter::with_max_bytes().
  • inserter: Inserter::pending() to get stats about still being inserted data.
  • inserter: Inserter::force_commit() to commit and insert immediately.
  • mock: impl Default instance for Mock.

Changed

  • BREAKING bump MSRV to 1.67.
  • BREAKING replace the tls feature with native-tls and rustls-tls that must be enabled explicitly now.
  • BREAKING http: HttpClient API is changed due to moving to hyper v1.
  • BREAKING inserter: move under the inserter feature.
  • BREAKING inserter: there is no default limits anymore.
  • BREAKING inserter: Inserter::write is synchronous now.
  • BREAKING inserter: rename entries to rows.
  • BREAKING drop the wa-37420 feature.
  • BREAKING remove deprecated items.
  • BREAKING mock: provide(), watch() and watch_only_events() now accept iterators instead of streams.
  • inserter: improve performance of time measurements by using quanta.
  • inserter: improve performance if the time limit isn't used.
  • derive: move to syn v2.
  • mock: return a request if no handler is installed (#89, #91).

Fixed

  • watch: support a new syntax.
  • uuid: possible unsoundness.
  • query: avoid panics during Query::bind() calls (#103).

#103: loyd/clickhouse.rs#103 #102: loyd/clickhouse.rs#102 #91: loyd/clickhouse.rs#91 #90: loyd/clickhouse.rs#90 #89: loyd/clickhouse.rs#89 #83: loyd/clickhouse.rs#83

[0.11.6] - 2023-09-27

Fixed

  • client: accept HTTPs urls if tls feature is enabled (#58).

#58: loyd/clickhouse.rs#56

[0.11.5] - 2023-06-12

Changed

  • inserter: start new insert only when the first row is provided (#68, #70).

#70: loyd/clickhouse.rs#70 #68: loyd/clickhouse.rs#68

... (truncated)

Commits
  • 869b217 chore: release 0.12.0
  • 040b69e chore: bump derive to v0.2
  • 65829d3 feat(mock): return a request if no handler is installed
  • 034a125 fix(query): avoid panics during Query::bind() calls
  • 781f5a4 chore(ci): run clippy with tls features
  • c51b6ad docs(CHANGELOG): note about #102
  • e93e4be feat(tls): support rustls (#102)
  • b5de870 docs: fix broken links
  • d7696bb chore(ci): bump MSRV, check it and docs in CI
  • 3ac1876 chore: move lints to Cargo.toml
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [clickhouse](https://github.com/loyd/clickhouse.rs) to permit the latest version.
- [Changelog](https://github.com/loyd/clickhouse.rs/blob/master/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-rs@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: clickhouse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from jovezhong as a code owner July 17, 2024 14:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 17, 2024
@jovezhong jovezhong merged commit 1e45cd3 into main Jul 18, 2024
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/clickhouse-0.12 branch July 18, 2024 01:49
@github-actions github-actions bot mentioned this pull request Jul 18, 2024
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant