From d6010276b282dabc00b994ea2298d5b7d1f9a9c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Dec 2018 15:57:23 +0100 Subject: v2.11.0 --- compat_reports/2.10.0_to_2.11.0/compat_report.html | 622 +++++++++++++++++++++ 1 file changed, 622 insertions(+) create mode 100644 compat_reports/2.10.0_to_2.11.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/2.10.0_to_2.11.0/compat_report.html b/compat_reports/2.10.0_to_2.11.0/compat_report.html new file mode 100644 index 0000000..31c5b35 --- /dev/null +++ b/compat_reports/2.10.0_to_2.11.0/compat_report.html @@ -0,0 +1,622 @@ + + + + + + + + + +libcassandra: 2.10.0 to 2.11.0 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.10.0
Version #22.11.0
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


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

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-10
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  10 


+cassandra.h, libcassandra.so.2.11.0
+cass_batch_set_tracing ( CassBatch* batch, enum cass_bool_t enabled )
+cass_cluster_set_host_listener_callback ( CassCluster* cluster, CassHostListenerCallback callback, void* data )
+cass_cluster_set_tracing_consistency ( CassCluster* cluster, CassConsistency consistency )
+cass_cluster_set_tracing_max_wait_time ( CassCluster* cluster, unsigned int max_wait_time_ms )
+cass_cluster_set_tracing_retry_wait_time ( CassCluster* cluster, unsigned int retry_wait_time_ms )
+cass_future_tracing_id ( CassFuture* future, CassUuid* tracing_id )
+cass_statement_set_host ( CassStatement* statement, char const* host, int port )
+cass_statement_set_host_inet ( CassStatement* statement, CassInet const* host, int port )
+cass_statement_set_host_n ( CassStatement* statement, char const* host, size_t host_length, int port )
+cass_statement_set_tracing ( CassStatement* statement, enum cass_bool_t enabled )
+
+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.10.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.10.0
Version #22.11.0
Archx86_64
SubjectSource Compatibility
+

Test Results


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

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-10
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  10 


+cassandra.h
+cass_batch_set_tracing ( CassBatch* batch, enum cass_bool_t enabled )
+cass_cluster_set_host_listener_callback ( CassCluster* cluster, CassHostListenerCallback callback, void* data )
+cass_cluster_set_tracing_consistency ( CassCluster* cluster, CassConsistency consistency )
+cass_cluster_set_tracing_max_wait_time ( CassCluster* cluster, unsigned int max_wait_time_ms )
+cass_cluster_set_tracing_retry_wait_time ( CassCluster* cluster, unsigned int retry_wait_time_ms )
+cass_future_tracing_id ( CassFuture* future, CassUuid* tracing_id )
+cass_statement_set_host ( CassStatement* statement, char const* host, int port )
+cass_statement_set_host_inet ( CassStatement* statement, CassInet const* host, int port )
+cass_statement_set_host_n ( CassStatement* statement, char const* host, size_t host_length, int port )
+cass_statement_set_tracing ( CassStatement* statement, enum cass_bool_t enabled )
+
+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.10.0
+
+
to the top
+



+ +
+ + -- cgit