From d4a5fd5c0142a4520842535fa8264760af910007 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Oct 2019 16:27:09 +0100 Subject: v2.14.0 --- compat_reports/2.13.0_to_2.14.0/compat_report.html | 662 +++++++++++++++++++++ 1 file changed, 662 insertions(+) create mode 100644 compat_reports/2.13.0_to_2.14.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/2.13.0_to_2.14.0/compat_report.html b/compat_reports/2.13.0_to_2.14.0/compat_report.html new file mode 100644 index 0000000..96d3d28 --- /dev/null +++ b/compat_reports/2.13.0_to_2.14.0/compat_report.html @@ -0,0 +1,662 @@ + + + + + + + + + +libcassandra: 2.13.0 to 2.14.0 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.13.0
Version #22.14.0
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types605 / 128
Compatibility100%
+

Problem Summary


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

Added Symbols  4 


+cassandra.h, libcassandra.so.2.14.0
+cass_cluster_set_cloud_secure_connection_bundle ( CassCluster* cluster, char const* path )
+cass_cluster_set_cloud_secure_connection_bundle_n ( CassCluster* cluster, char const* path, size_t path_length )
+cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib_init ( CassCluster* cluster, char const* path )
+cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib_init_n ( CassCluster* cluster, char const* path, size_t path_length )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+cassandra.h
+ +[+] enum CassError_  1  +
+ + +
+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.13.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.13.0
Version #22.14.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types605 / 128
Compatibility100%
+

Problem Summary


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

Added Symbols  4 


+cassandra.h
+cass_cluster_set_cloud_secure_connection_bundle ( CassCluster* cluster, char const* path )
+cass_cluster_set_cloud_secure_connection_bundle_n ( CassCluster* cluster, char const* path, size_t path_length )
+cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib_init ( CassCluster* cluster, char const* path )
+cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib_init_n ( CassCluster* cluster, char const* path, size_t path_length )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  2 


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

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.13.0
+
+
to the top
+



+ +
+ + -- cgit