Update all non-major dependencies to 1.7.0#187
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.6→1.7.0Release Notes
scylladb/scylla-rust-driver (scylla)
v1.7.0: Release 1.7.0Compare Source
The ScyllaDB team is pleased to announce ScyllaDB Rust Driver 1.7.0,
an asynchronous CQL driver for Rust, optimized for ScyllaDB, but also compatible with Apache Cassandra!
Some interesting statistics:
Changes
New features / enhancements:
Sessiondirectly (#1658).ClusterStateto get node by host id (#1646).ClusterState(#1666).scyllacrateVectorIteratorand other Vector-related types (#1650).get_tracing_infonow waits for the request duration to be available (#1652).size_hint) and traits (ExactSizeIterator) for our iterators (#1664).CqlValue::Vector(#1705).Bug fixes:
SERIAL/LOCAL_SERIALconsistency are now treated as LWT for routing, reducing Paxos contention (#1647).metadata/readeroccurring on runtime shutdown (#1644).HostFilter(#1654).REUSEADDRis used (#1622).read_inetport conversion (#1649).first_tablet < last_tabletwhen parsing tablet hint from the server (#1660).system_traces.sessions(#1698).RequiredHostAbsenterror, which always displayed host id0(#1700).Internal refactors:
scylla-cqlcrate that is exposed inscyllacrate's public API into a newscylla-cql-corecrate, which is now a dependency ofscylla-cql. This allows us to make breaking changes inscylla-cqlfrom now on, without affecting thescyllacrate's public API. (#1604, #1609, #1593).scyllacrate's dependencies (scylla-cql-core,scylla-cql) to specific versions, to prevent resolving incompatible dependencies. Now users will no longer suffer from incompability ofscyllawithscylla-cql[-core](#1715).Documentation:
DefaultRetryPolicydecision matrix (#1633).connection_addresssemantics inCoordinator(#1651).CI / developer tool improvements:
many_connectionstest to prevent file descriptor exhaustion (#1621).test_schema_await_required_host_absent(#1709).Others:
Congrats 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: (UTC)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.