fix(deps): update rust crate clickhouse to 0.13.0 #124
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11.5
->0.13.0
0.11.6
->0.13.0
Release Notes
ClickHouse/clickhouse-rs (clickhouse)
v0.13.1
Added
RowCursor::{decoded_bytes,received_bytes}
methods (#169).Changed
RowCursor::next()
(#169).Fixed
tokio::time::advance()
(#165).v0.13.0
Compare Source
Added
Query::sql_display()
(#155).Client::with_product_info()
(#135).User-Agent
header to all requests (#135).Changed
??
for escaping the?
symbol in SQL (#154).Fixed
v0.12.2
Compare Source
Changed
lz4
sys binding withlz4-flex
(pure Rust).clickhouse-rs-cityhash-sys
sys binding withcityhash-rs
(pure Rust) (#107).Deprecated
Compression::Lz4Hc
is deprecated and becomes an alias toCompression::Lz4
.v0.12.1
Compare Source
Added
Option
inquery.bind(arg)
(#119, #120).Client::with_header()
to provide custom headers (#98, #108).Query::with_option()
similar toClient::with_option()
(#123).Insert::with_option()
similar toClient::with_option()
(#123).Inserter::with_option()
similar toClient::with_option()
(#123).Changed
Insert::write
call instead ofInsert::new
(#123).v0.12.0
Compare Source
Added
serde::skip_deserializing
(#83).Inserter::with_max_bytes()
.Inserter::pending()
to get stats about still being inserted data.Inserter::force_commit()
to commit and insert immediately.Default
instance forMock
.Changed
tls
feature withnative-tls
andrustls-tls
that must be enabled explicitly now.HttpClient
API is changed due to moving to hyper v1.inserter
feature.Inserter::write
is synchronous now.entries
torows
.wa-37420
feature.provide()
,watch()
andwatch_only_events()
now accept iterators instead of streams.quanta
.Fixed
Query::bind()
calls (#103).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.