From 17bab4ae8efebcc7e952070186535a00fd32b2d5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Jul 2019 13:25:38 +0200 Subject: v2.13.0 --- compat_reports/2.12.0_to_2.13.0/compat_report.html | 510 +++++++++++++++++++++ 1 file changed, 510 insertions(+) create mode 100644 compat_reports/2.12.0_to_2.13.0/compat_report.html (limited to 'compat_reports/2.12.0_to_2.13.0/compat_report.html') diff --git a/compat_reports/2.12.0_to_2.13.0/compat_report.html b/compat_reports/2.12.0_to_2.13.0/compat_report.html new file mode 100644 index 0000000..e4c85a5 --- /dev/null +++ b/compat_reports/2.12.0_to_2.13.0/compat_report.html @@ -0,0 +1,510 @@ + + + + + + + + + +libcassandra: 2.12.0 to 2.13.0 compatibility report + + + +

API compatibility report for the libcassandra library between 2.12.0 and 2.13.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.12.0
Version #22.13.0
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types603 / 128
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.13.0
+cass_cluster_set_constant_reconnect ( CassCluster* cluster, cass_uint64_t delay_ms )
+cass_cluster_set_exponential_reconnect ( CassCluster* cluster, cass_uint64_t base_delay_ms, cass_uint64_t max_delay_ms )
+
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.12.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.12.0
Version #22.13.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types603 / 128
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_cluster_set_constant_reconnect ( CassCluster* cluster, cass_uint64_t delay_ms )
+cass_cluster_set_exponential_reconnect ( CassCluster* cluster, cass_uint64_t base_delay_ms, cass_uint64_t max_delay_ms )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.12.0
+
+
to the top
+



+ +
+ + -- cgit