testcontainers / testcontainers-rs-modules-community

Community maintained modules for Testcontainers for Rust
https://docs.rs/crate/testcontainers-modules/
MIT License
90 stars 43 forks source link

chore(deps): update clickhouse requirement from 0.11.6 to 0.13.1 #240

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

Updates the requirements on clickhouse to permit the latest version.

Changelog

Sourced from clickhouse's changelog.

[0.13.1] - 2024-10-21

Added

  • query/cursor: add RowCursor::{decoded_bytes,received_bytes} methods (#169).

Changed

  • query/cursor: improve performance of RowCursor::next() (#169).

Fixed

  • mock: work with the advanced time via tokio::time::advance() (#165).

#165: ClickHouse/clickhouse-rs#165 #169: ClickHouse/clickhouse-rs#169

[0.13.0] - 2024-09-27

Added

  • query: add Query::sql_display() (#155).
  • client: add Client::with_product_info() (#135).
  • client: add the User-Agent header to all requests (#135).

Changed

  • MSRV is now 1.70 due to changes in [hyper-rustls v0.27.3].
  • tls: revise HTTPS-related features, see README for details (#140,#141,#156).
  • query: support ?? for escaping the ? symbol in SQL (#154).

Fixed

  • insert: don't panic on empty inserts (#139).
  • uuid: serialization in human-readable formats (#76).

#76: ClickHouse/clickhouse-rs#76 #135: ClickHouse/clickhouse-rs#135 #139: ClickHouse/clickhouse-rs#139 #140: ClickHouse/clickhouse-rs#140 #141: ClickHouse/clickhouse-rs#141 #154: ClickHouse/clickhouse-rs#154 #155: ClickHouse/clickhouse-rs#155 #156: ClickHouse/clickhouse-rs#156 [hyper-rustls v0.27.3]: https://github.com/rustls/hyper-rustls/releases/tag/v%2F0.27.3

[0.12.2] - 2024-08-20

Changed

  • Now this crate is pure Rust, no more C/C++ dependencies.
  • insert: increase max size of frames to improve throughput (#130).
  • compression: replace lz4 sys binding with lz4-flex (pure Rust).
  • compression: replace clickhouse-rs-cityhash-sys sys binding with cityhash-rs (pure Rust) (#107).

Deprecated

  • compression: Compression::Lz4Hc is deprecated and becomes an alias to Compression::Lz4.

#130: ClickHouse/clickhouse-rs#130 #107: ClickHouse/clickhouse-rs#107

... (truncated)

Commits


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 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)
dependabot[bot] commented 3 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.