Closed muzarski closed 1 month ago
https://github.com/scylladb/cpp-rust-driver/pull/183 needs to be merged first!
Rebased on main. Updated changelogs - added new entry for recently merged PR:
clang-format
checks for integration tests directory (src
). (#176)Rebased on main. Updated changelogs - added new entry for recently merged PR:
* Extended CI by `clang-format` checks for integration tests directory (`src`). ([#176](https://github.com/scylladb/cpp-rust-driver/pull/176))
Have you updated the commit stats?
Rebased on main. Updated changelogs - added new entry for recently merged PR:
* Extended CI by `clang-format` checks for integration tests directory (`src`). ([#176](https://github.com/scylladb/cpp-rust-driver/pull/176))
Have you updated the commit stats?
Yes, sorry - forgot to mention that as well.
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:
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!