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.3.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.
The current driver version should be considered Alpha.
Some minor features still need to be included. See Limitations section in README.md.
The underlying Rust driver used version: 0.15.0.
Currently, the cpp-rust-driver does not fully utilize lazy deserialization mechanism introduced in rust-driver 0.15.0. The support for lazy deserialization, and all features
that depend on it are going to be introduced in some future release.
Changes
Starting from this release, features that are not part of original
cpp-driver
, but are implemented incpp-rust-driver
as an extension to original API, will be labeled as 🚀 [Extension].Implemented API functions:
cass_prepared_parameter_name
cass_prepared_parameter_data_type
cass_prepared_parameter_data_type_by_name[_n]
cass_result_column_type
cass_result_column_data_type
cass_cluster_set_connection_heartbeat_interval
cass_cluster_set_connection_idle_timeout
cass_cluster_set_max_schema_wait_time
cass_cluster_set_schema_agreement_interval
🚀 [Extension]cass_cluster_set_load_balance_rack_aware[_n]
cass_execution_profile_set_load_balance_rack_aware[_n]
New features / enhancements
Bug fixes:
cass_result_first_row
implementation. Previously, it would panic forRESULT:Rows
response with empty rows. (#136)to
cass_session_prepare
. We decided to inherit this behaviour for compatibility reasons. (#194)cassandra.h
. (#193)CI / developer tool improvements:
SerialConsistencyTests
suite. (#186)NullStringApiArgsTest
suite. (#194)HeartbeatTests
suite. (#202)AlterDoesntUpdateColumnCount
test in favor ofAlterProperlyUpdatesColumnCount
. It is related to the bug fix regarding prepared statement's result metadata. (#205)Documentation:
docs
directory with a sample docs site. Work on the documentation will continue in the near future. (#134)Others:
build.rs
, so bindgen generates definitions for numeric types automatically. Created modules for each source file generated bybindgen
. (#188)cassandra.h
file inscylla-rust-wrapper
. (#196)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: