From 08932883569ecf1ad955c3c25e7b65aad48153b3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Oct 2018 15:58:25 +0200 Subject: v2.10.0 --- cassandra-cpp-driver.spec | 7 +- .../2.10.0-beta1_to_2.10.0/compat_report.html | 510 +++++++++++++++ compat_reports/2.9.0_to_2.10.0/compat_report.html | 682 +++++++++++++++++++++ libcassandra.xml | 2 +- 4 files changed, 1198 insertions(+), 3 deletions(-) create mode 100644 compat_reports/2.10.0-beta1_to_2.10.0/compat_report.html create mode 100644 compat_reports/2.9.0_to_2.10.0/compat_report.html diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 7621984..29fddda 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,13 +7,13 @@ # Please, preserve the changelog entries # -%global gh_commit ef8a2d300c66b4d3b5aa6bce5c899ee8efdc346c +%global gh_commit 9c6e88d52b9206564cafc9ab6dab753af94700a9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner datastax %global gh_project cpp-driver %global libname libcassandra %global soname 2 -%global prever beta1 +#global prever beta1 Name: cassandra-cpp-driver Summary: DataStax C/C++ Driver for Apache Cassandra @@ -90,6 +90,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Wed Oct 10 2018 Remi Collet - 2.10.0-1 +- update to 2.10.0 + * Mon Sep 10 2018 Remi Collet - 2.10.0~beta1-1 - update to 2.10.0-beta1 - bump dependency on libuv 1.0 diff --git a/compat_reports/2.10.0-beta1_to_2.10.0/compat_report.html b/compat_reports/2.10.0-beta1_to_2.10.0/compat_report.html new file mode 100644 index 0000000..5a1b60f --- /dev/null +++ b/compat_reports/2.10.0-beta1_to_2.10.0/compat_report.html @@ -0,0 +1,510 @@ + + + + + + + + + +libcassandra: 2.10.0-beta1 to 2.10.0 compatibility report + + + +

API compatibility report for the libcassandra library between 2.10.0-beta1 and 2.10.0 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.10.0-beta1
Version #22.10.0
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types591 / 124
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-2
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Added Symbols  2 


+cassandra.h, libcassandra.so.2.10.0
+cass_keyspace_meta_is_virtual ( CassKeyspaceMeta const* keyspace_meta )
+cass_table_meta_is_virtual ( CassTableMeta const* table_meta )
+
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.10.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.10.0-beta1
Version #22.10.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types591 / 124
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-2
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
+ +

Added Symbols  2 


+cassandra.h
+cass_keyspace_meta_is_virtual ( CassKeyspaceMeta const* keyspace_meta )
+cass_table_meta_is_virtual ( CassTableMeta const* table_meta )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


+cassandra.h
+ +[+] CASS_VERSION_SUFFIX +
+ + +
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.10.0
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/2.9.0_to_2.10.0/compat_report.html b/compat_reports/2.9.0_to_2.10.0/compat_report.html new file mode 100644 index 0000000..e17073f --- /dev/null +++ b/compat_reports/2.9.0_to_2.10.0/compat_report.html @@ -0,0 +1,682 @@ + + + + + + + + + +libcassandra: 2.9.0 to 2.10.0 compatibility report + + + +

API compatibility report for the libcassandra library between 2.9.0 and 2.10.0 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.9.0
Version #22.10.0
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types553 / 115
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-40
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-1
+ +

Added Symbols  40 


+cassandra.h, libcassandra.so.2.10.0
+cass_alloc_set_functions ( CassMallocFunction malloc_func, CassReallocFunction realloc_func, CassFreeFunction free_func )
+cass_batch_set_execution_profile ( CassBatch* batch, char const* name )
+cass_batch_set_execution_profile_n ( CassBatch* batch, char const* name, size_t name_length )
+cass_cluster_set_coalesce_delay ( CassCluster* cluster, cass_int64_t delay_us )
+cass_cluster_set_execution_profile ( CassCluster* cluster, char const* name, CassExecProfile* profile )
+cass_cluster_set_execution_profile_n ( CassCluster* cluster, char const* name, size_t name_length, CassExecProfile* profile )
+cass_cluster_set_local_address ( CassCluster* cluster, char const* name )
+cass_cluster_set_local_address_n ( CassCluster* cluster, char const* name, size_t name_length )
+cass_cluster_set_max_reusable_write_objects ( CassCluster* cluster, unsigned int num_objects )
+cass_cluster_set_max_schema_wait_time ( CassCluster* cluster, unsigned int wait_time_ms )
+cass_cluster_set_new_request_ratio ( CassCluster* cluster, cass_int32_t ratio )
+cass_cluster_set_token_aware_routing_shuffle_replicas ( CassCluster* cluster, enum cass_bool_t enabled )
+cass_execution_profile_free ( CassExecProfile* profile )
+cass_execution_profile_new ( )
+cass_execution_profile_set_blacklist_dc_filtering ( CassExecProfile* profile, char const* dcs )
+cass_execution_profile_set_blacklist_dc_filtering_n ( CassExecProfile* profile, char const* dcs, size_t dcs_length )
+cass_execution_profile_set_blacklist_filtering ( CassExecProfile* profile, char const* hosts )
+cass_execution_profile_set_blacklist_filtering_n ( CassExecProfile* profile, char const* hosts, size_t hosts_length )
+cass_execution_profile_set_consistency ( CassExecProfile* profile, CassConsistency consistency )
+cass_execution_profile_set_constant_speculative_execution_policy ( CassExecProfile* profile, cass_int64_t constant_delay_ms, int max_speculative_executions )
+cass_execution_profile_set_latency_aware_routing ( CassExecProfile* profile, enum cass_bool_t enabled )
+cass_execution_profile_set_latency_aware_routing_settings ( CassExecProfile* profile, cass_double_t exclusion_threshold, cass_uint64_t scale_ms, cass_uint64_t retry_period_ms, cass_uint64_t update_rate_ms, cass_uint64_t min_measured )
+cass_execution_profile_set_load_balance_dc_aware ( CassExecProfile* profile, char const* local_dc, unsigned int used_hosts_per_remote_dc, enum cass_bool_t allow_remote_dcs_for_local_cl )
+cass_execution_profile_set_load_balance_dc_aware_n ( CassExecProfile* profile, char const* local_dc, size_t local_dc_length, unsigned int used_hosts_per_remote_dc, enum cass_bool_t allow_remote_dcs_for_local_cl )
+cass_execution_profile_set_load_balance_round_robin ( CassExecProfile* profile )
+cass_execution_profile_set_no_speculative_execution_policy ( CassExecProfile* profile )
+cass_execution_profile_set_request_timeout ( CassExecProfile* profile, cass_uint64_t timeout_ms )
+cass_execution_profile_set_retry_policy ( CassExecProfile* profile, CassRetryPolicy* retry_policy )
+cass_execution_profile_set_serial_consistency ( CassExecProfile* profile, CassConsistency serial_consistency )
+cass_execution_profile_set_token_aware_routing ( CassExecProfile* profile, enum cass_bool_t enabled )
+cass_execution_profile_set_token_aware_routing_shuffle_replicas ( CassExecProfile* profile, enum cass_bool_t enabled )
+cass_execution_profile_set_whitelist_dc_filtering ( CassExecProfile* profile, char const* dcs )
+cass_execution_profile_set_whitelist_dc_filtering_n ( CassExecProfile* profile, char const* dcs, size_t dcs_length )
+cass_execution_profile_set_whitelist_filtering ( CassExecProfile* profile, char const* hosts )
+cass_execution_profile_set_whitelist_filtering_n ( CassExecProfile* profile, char const* hosts, size_t hosts_length )
+cass_keyspace_meta_is_virtual ( CassKeyspaceMeta const* keyspace_meta )
+cass_session_get_speculative_execution_metrics ( CassSession const* session, CassSpeculativeExecutionMetrics* output )
+cass_statement_set_execution_profile ( CassStatement* statement, char const* name )
+cass_statement_set_execution_profile_n ( CassStatement* statement, char const* name, size_t name_length )
+cass_table_meta_is_virtual ( CassTableMeta const* table_meta )
+
+to the top
+ +

Other Changes in Data Types  1 


+cassandra.h
+ +[+] enum CassError_  1  +
+ + +
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.9.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.9.0
Version #22.10.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types553 / 115
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-40
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
Other Changes
in Data Types
-1
+ +

Added Symbols  40 


+cassandra.h
+cass_alloc_set_functions ( CassMallocFunction malloc_func, CassReallocFunction realloc_func, CassFreeFunction free_func )
+cass_batch_set_execution_profile ( CassBatch* batch, char const* name )
+cass_batch_set_execution_profile_n ( CassBatch* batch, char const* name, size_t name_length )
+cass_cluster_set_coalesce_delay ( CassCluster* cluster, cass_int64_t delay_us )
+cass_cluster_set_execution_profile ( CassCluster* cluster, char const* name, CassExecProfile* profile )
+cass_cluster_set_execution_profile_n ( CassCluster* cluster, char const* name, size_t name_length, CassExecProfile* profile )
+cass_cluster_set_local_address ( CassCluster* cluster, char const* name )
+cass_cluster_set_local_address_n ( CassCluster* cluster, char const* name, size_t name_length )
+cass_cluster_set_max_reusable_write_objects ( CassCluster* cluster, unsigned int num_objects )
+cass_cluster_set_max_schema_wait_time ( CassCluster* cluster, unsigned int wait_time_ms )
+cass_cluster_set_new_request_ratio ( CassCluster* cluster, cass_int32_t ratio )
+cass_cluster_set_token_aware_routing_shuffle_replicas ( CassCluster* cluster, enum cass_bool_t enabled )
+cass_execution_profile_free ( CassExecProfile* profile )
+cass_execution_profile_new ( )
+cass_execution_profile_set_blacklist_dc_filtering ( CassExecProfile* profile, char const* dcs )
+cass_execution_profile_set_blacklist_dc_filtering_n ( CassExecProfile* profile, char const* dcs, size_t dcs_length )
+cass_execution_profile_set_blacklist_filtering ( CassExecProfile* profile, char const* hosts )
+cass_execution_profile_set_blacklist_filtering_n ( CassExecProfile* profile, char const* hosts, size_t hosts_length )
+cass_execution_profile_set_consistency ( CassExecProfile* profile, CassConsistency consistency )
+cass_execution_profile_set_constant_speculative_execution_policy ( CassExecProfile* profile, cass_int64_t constant_delay_ms, int max_speculative_executions )
+cass_execution_profile_set_latency_aware_routing ( CassExecProfile* profile, enum cass_bool_t enabled )
+cass_execution_profile_set_latency_aware_routing_settings ( CassExecProfile* profile, cass_double_t exclusion_threshold, cass_uint64_t scale_ms, cass_uint64_t retry_period_ms, cass_uint64_t update_rate_ms, cass_uint64_t min_measured )
+cass_execution_profile_set_load_balance_dc_aware ( CassExecProfile* profile, char const* local_dc, unsigned int used_hosts_per_remote_dc, enum cass_bool_t allow_remote_dcs_for_local_cl )
+cass_execution_profile_set_load_balance_dc_aware_n ( CassExecProfile* profile, char const* local_dc, size_t local_dc_length, unsigned int used_hosts_per_remote_dc, enum cass_bool_t allow_remote_dcs_for_local_cl )
+cass_execution_profile_set_load_balance_round_robin ( CassExecProfile* profile )
+cass_execution_profile_set_no_speculative_execution_policy ( CassExecProfile* profile )
+cass_execution_profile_set_request_timeout ( CassExecProfile* profile, cass_uint64_t timeout_ms )
+cass_execution_profile_set_retry_policy ( CassExecProfile* profile, CassRetryPolicy* retry_policy )
+cass_execution_profile_set_serial_consistency ( CassExecProfile* profile, CassConsistency serial_consistency )
+cass_execution_profile_set_token_aware_routing ( CassExecProfile* profile, enum cass_bool_t enabled )
+cass_execution_profile_set_token_aware_routing_shuffle_replicas ( CassExecProfile* profile, enum cass_bool_t enabled )
+cass_execution_profile_set_whitelist_dc_filtering ( CassExecProfile* profile, char const* dcs )
+cass_execution_profile_set_whitelist_dc_filtering_n ( CassExecProfile* profile, char const* dcs, size_t dcs_length )
+cass_execution_profile_set_whitelist_filtering ( CassExecProfile* profile, char const* hosts )
+cass_execution_profile_set_whitelist_filtering_n ( CassExecProfile* profile, char const* hosts, size_t hosts_length )
+cass_keyspace_meta_is_virtual ( CassKeyspaceMeta const* keyspace_meta )
+cass_session_get_speculative_execution_metrics ( CassSession const* session, CassSpeculativeExecutionMetrics* output )
+cass_statement_set_execution_profile ( CassStatement* statement, char const* name )
+cass_statement_set_execution_profile_n ( CassStatement* statement, char const* name, size_t name_length )
+cass_table_meta_is_virtual ( CassTableMeta const* table_meta )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


+cassandra.h
+ +[+] CASS_VERSION_MINOR +
+ + +
+to the top
+ +

Other Changes in Data Types  1 


+cassandra.h
+ +[+] enum CassError_  1  +
+ + +
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.9.0
+
+
to the top
+



+ +
+ + diff --git a/libcassandra.xml b/libcassandra.xml index 283cc51..8d48d7b 100644 --- a/libcassandra.xml +++ b/libcassandra.xml @@ -9,7 +9,7 @@ -2.10.0-beta1 +2.10.0 -- cgit