Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR appears to be the version-bump commit for the 1.0.0 release of the ScyllaDB CPP RS Driver, updating the Rust wrapper crate’s package version to match the release.
Changes:
- Bump
scylla-rust-wrappercrate version from0.6.0to1.0.0inCargo.toml. - Update the corresponding
scylla-rust-wrapperentry inCargo.lockto1.0.0.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
scylla-rust-wrapper/Cargo.toml |
Updates crate version metadata to 1.0.0. |
scylla-rust-wrapper/Cargo.lock |
Synchronizes lockfile crate version to 1.0.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
97bad3d to
3271645
Compare
Lorak-mmk
approved these changes
Feb 24, 2026
Also, the version in the header file was updated to 1.0.0. We cut off the old version 2.16.1, which was the last version of the original cpp-rs-driver, and we start with 1.0.0 for the new release.
3271645 to
5e39c8c
Compare
Lorak-mmk
approved these changes
Feb 24, 2026
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.
The ScyllaDB team is pleased to announce ScyllaDB CPP RS Driver 1.0.0, an API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for the Rust driver. It fully replaces the CPP driver, which has already reached its End of Life.
Some minor features still need to be included. See Limitations section in README.md.
The underlying Rust driver used version: 1.5.0.
Changes since 0.6.0:
Big changes on our way to 1.0:
Bug fixes:
Documentation:
CI / developer tool improvements:
cmaketargeting root directory (#403).make run-integration-testno longer tries to update rust (#406).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!
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: