bump version to 0.2.0 #184
Merged
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_typecass_collection_data_typeToken awareness: (#170)
cass_cluster_set_token_aware_routing_shuffle_replicascass_execution_profile_set_token_aware_routing_shuffle_replicasClient's identity: (#167)
cass_cluster_set_application_name[_n]cass_cluster_set_application_version[_n]cass_cluster_set_client_idcass_session_get_client_idDuration 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_durationDecimal 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_decimalMisc:
cass_consistency_string(#165)cass_write_type_string(#166)New features / enhancements
Bug fixes:
ntestdependency version to 0.9.3, sorust-analyzeris not confused for functions marked with both#[tokio::test]and#[ntest::timeout()]. (#137)cassandra.hdocumentation: (#151)CI / developer tool improvements:
Makefilethat can be used to mimic CI behaviour locally. (#159, #174)testing_unimplemented.cpp(#161)ConfigTestssuite. (#163)scylla-ccmwhich does not support--forceflag forccm <node> decommission command. Enabled the tests fixed due to this change. (#180)ConsistencyTwoNodeClusterTestssuite. (#181)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:
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: