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.2.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:
cass_cluster_set_request_timeout
(#151)cass_cluster_set_tcp_keepalive
(#169)CassStatement:
cass_statement_reset_parameters
(#171)CassCollection: (#143)
cass_collection_new_from_data_type
cass_collection_data_type
Token awareness: (#170)
cass_cluster_set_token_aware_routing_shuffle_replicas
cass_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_id
cass_session_get_client_id
Duration CQL type support: (#135)
cass_statement_bind_duration_*
cass_user_type_set_duration_*
cass_tuple_set_duration
cass_value_get_duration
cass_value_is_duration
cass_collection_append_duration
Decimal CQL type support: (#146)
cass_statement_bind_decimal_*
cass_user_type_set_decimal_*
cass_tuple_set_decimal
cass_value_get_decimal
cass_value_is_decimal
cass_collection_append_decimal
Misc:
cass_consistency_string
(#165)cass_write_type_string
(#166)New features / enhancements
Bug fixes:
ntest
dependency version to 0.9.3, sorust-analyzer
is not confused for functions marked with both#[tokio::test]
and#[ntest::timeout()]
. (#137)cassandra.h
documentation: (#151)CI / developer tool improvements:
Makefile
that can be used to mimic CI behaviour locally. (#159, #174)testing_unimplemented.cpp
(#161)ConfigTests
suite. (#163)scylla-ccm
which does not support--force
flag forccm <node> decommission command
. Enabled the tests fixed due to this change. (#180)ConsistencyTwoNodeClusterTests
suite. (#181)clang-format
checks 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:
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: