The ScyllaDB team is pleased to announce ScyllaDB CPP Rust Driver 0.2.0, an API-compatible rewrite of GitHub - scylladb/cpp-driver: Scylla C/C++ 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.14.0.
Changes
Implemented API functions:
-
CassFuture:
cass_future_wait_timed(#147)
-
CassDataType:
cass_data_type_is_frozen(#141)
-
CassExecProfile:
cass_execution_profile_set_no_speculative_execution_policy(#150)
-
CassCluster:
-
CassStatement:
cass_statement_reset_parameters(#171)
-
CassCollection: (#143)
cass_collection_new_from_data_typecass_collection_data_type
-
Token awareness: (#170)
cass_cluster_set_token_aware_routing_shuffle_replicascass_execution_profile_set_token_aware_routing_shuffle_replicas
-
Client’s identity: (#167)
cass_cluster_set_application_name[_n]cass_cluster_set_application_version[_n]cass_cluster_set_client_idcass_session_get_client_id
-
Duration CQL type support: (#135)
cass_statement_bind_duration_*cass_user_type_set_duration_*cass_tuple_set_durationcass_value_get_durationcass_value_is_durationcass_collection_append_duration
-
Decimal CQL type support: (#146)
cass_statement_bind_decimal_*cass_user_type_set_decimal_*cass_tuple_set_decimalcass_value_get_decimalcass_value_is_decimalcass_collection_append_decimal
-
Misc:
New features / enhancements
- Adjusted cpp-rust-driver to new serialization framework introduced in rust-driver 0.11.0. (#138, #152)
- Bumped rust-driver dependency version to 0.14.0. (#160)
- Introduced typechecks logic to the driver. (#143)
Bug fixes:
- Bumped
ntestdependency version to 0.9.3, sorust-analyzeris not confused for functions marked with both#[tokio::test]and#[ntest::timeout()]. (#137) - Adjusted default default request client timeout according to
cassandra.hdocumentation: (#151)
CI / developer tool improvements:
- Extended cmake file, so now it can build packages next to the regular builds. (#129)
- Introduced top-level
Makefilethat can be used to mimic CI behaviour locally. (#159, #174) - Enabled tests against multiple Scylla/Cassandra versions in CI. (#159, #168)
- Fixed clippy lints. (#145)
- Fixed an issue that caused some tests against Scylla be unnecessarily skipped. (#155)
- Removed some implemented functions from
testing_unimplemented.cpp(#161) - Fixed and enabled
ConfigTestssuite. (#163) - Added a CI step that updates rust toolchain. (#175)
- Adjusted integration tests logic to
scylla-ccmwhich does not support--forceflag forccm <node> decommission command. Enabled the tests fixed due to this change. (#180) - Fixed and enabled
ConsistencyTwoNodeClusterTestssuite. (#181) - Introduced CI workflows responsible for verifying that package builds work as expected. (#183)
- Extended CI by
clang-formatchecks for integration tests directory (src). (#176)
Congrats to all contributors and thanks everyone for using our driver!
The source code of the driver can be found here:
- https://github.com/scylladb/cpp-rust-driver/
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:
| commits | author |
|---|---|
| 124 | Mikołaj Uzarski |
| 17 | Dmitry Kropachev |
| 7 | Karol Baryła |
| 3 | Takuya ASADA |
| 2 | Wojciech Przytuła |