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 Rust Driver 0.4.0, an API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for the Rust driver. It will fully replace the CPP driver, which is already reaching its End of Life.
We are also happy to announce, that starting from this release, the driver version can be considered Beta:
Some minor features still need to be included. See Limitations section in README.md.
The underlying Rust driver used version: 1.1.0.
Changes
Implemented API functions:
cass_table_meta_column
(#228)cass_iterator_type
(#230)cass_value_get_bytes
- extended the support for remaining CQL types. (#236)New features / enhancements
1.1.0
. (#237)cass_value_get_bytes
method. (#213, #236)Bug fixes:
CI / developer tool improvements:
NamedParametersTests
suite and introduced new test cases to the suite. (#187)lib
to crate-type list inCargo.toml
. This is to enable thedoctests
during CI. (#227)unsafe-op-in-unsafe-fn
compiler lint. (#232)3.15
(#233)apt
instead ofsnap
. (#248)Cargo.lock
file to build the library with latest dependencies. (#250)Documentation:
sphinx-scylladb-theme
version multiple times (current version is1.8.6
). (#217, #219, #234)Others:
lazy_static
usages withLazyLock
, which was stabilized in Rust 1.80. Removedlazy_static
dependency altogether. (#212)WHERE key='local'
clause to all queries tosystem.local
table. (#221)README.md
. (#246)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: