fix(deps): update rust crate scylla to v1.1.0 - autoclosed #131
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:
1.0.0
->1.1.0
1.0.0
->1.1.0
Release Notes
scylladb/scylla-rust-driver (scylla)
v1.1.0
: Release 1.1.0Compare Source
The ScyllaDB team is pleased to announce ScyllaDB Rust Driver 1.1.0,
an asynchronous CQL driver for Rust, optimized for Scylla, but also compatible with Apache Cassandra!
Some interesting statistics:
Changes
New features / enhancements:
CloudConfig
from anyReader
. #1183Sized
requirement inSerializeRow
implementation forBox
. The constraint was implicit and unnecessary. #1277Bug fixes:
Session
'sDebug
implementation. #1301ClusterState::get_nodes_info()
). #1308API cleanups / better types:
Partitioner
pub
again, as they showed to be required by, among others,cql-stress
. The traits were sealed to prevent adding implementations by downstream crates. #1298Internal API cleanups/refactors:
Session
creation. #1306Documentation:
Query
toStatement
(those that were accidentally omitted before 1.0.0). #1278Session::await_schema_agreement
(we had forgot to update docs when the change was done). #1283--no-merges
option togit shortlog
used for count commits per author for each release. We decided that merge commits should not count as meaningful impact on the driver. #1311CI / developer tool improvements:
cargo check
, etc.). #1274session_test.rs
, which require running ScyllaDB cluster, from library (unit) tests to integration tests. This is another step on the path to make unit tests runnable without a set up cluster. (#1291)Others:
scylla-2025.1.0
) does not support tablets + materialized views combination. #1304Congrats to all contributors and thanks everyone for using our driver!
The source code of the driver can be found here:
Contributions are most welcome!
The official crates.io registry entry is here:
Thank you for your attention, please do not hesitate to contact us if you have any questions, issues, feature requests, or are simply interested in our driver!
Contributors since the last release:
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.