From 6d4f13540bfd0ae215cb63a29072297c93044aa7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 May 2017 16:36:55 +0200 Subject: v2.7.0 (differ because of BC break) --- compat_reports/2.6.0_to_2.7.0/compat_report.html | 936 +++++++++++++++++++++++ 1 file changed, 936 insertions(+) create mode 100644 compat_reports/2.6.0_to_2.7.0/compat_report.html (limited to 'compat_reports/2.6.0_to_2.7.0') diff --git a/compat_reports/2.6.0_to_2.7.0/compat_report.html b/compat_reports/2.6.0_to_2.7.0/compat_report.html new file mode 100644 index 0000000..cc6142a --- /dev/null +++ b/compat_reports/2.6.0_to_2.7.0/compat_report.html @@ -0,0 +1,936 @@ + + + + + + + + +libcassandra: 2.6.0 to 2.7.0 compatibility report + + + +

API compatibility report for the libcassandra library between 2.6.0 and 2.7.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.6.0
Version #22.7.0
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types542 / 115
Compatibility98.4%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High8
Medium1
Low0
Problems with
Constants
Low0
+ +

Added Symbols  1 


+cassandra.h, libcassandra.so.2.7.0
+cass_cluster_set_use_beta_protocol_version ( CassCluster* cluster, enum cass_bool_t enable )
+
+to the top
+ +

Problems with Symbols, High Severity  8 


+cassandra.h, libcassandra.so.2.6.0
+ +[+] cass_collection_append_duration ( CassCollection* collection, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_statement_bind_duration ( CassStatement* statement, size_t index, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_statement_bind_duration_by_name ( CassStatement* statement, char const* name, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_statement_bind_duration_by_name_n ( CassStatement* statement, char const* name, size_t name_length, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_tuple_set_duration ( CassTuple* tuple, size_t index, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_user_type_set_duration ( CassUserType* user_type, size_t index, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_user_type_set_duration_by_name ( CassUserType* user_type, char const* name, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_user_type_set_duration_by_name_n ( CassUserType* user_type, char const* name, size_t name_length, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ +
+to the top
+ +

Problems with Symbols, Medium Severity  1 


+cassandra.h, libcassandra.so.2.6.0
+ +[+] cass_value_get_duration ( CassValue const* value, cass_int32_t* months, cass_int32_t* days, cass_int32_t* nanos )  1  +
+ +
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.6.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.6.0
Version #22.7.0
Archx86_64
SubjectSource Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  1 


+cassandra.h
+cass_cluster_set_use_beta_protocol_version ( CassCluster* cluster, enum cass_bool_t enable )
+
+to the top
+ +

Problems with Symbols, Low Severity  9 


+cassandra.h
+ +[+] cass_collection_append_duration ( CassCollection* collection, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_statement_bind_duration ( CassStatement* statement, size_t index, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_statement_bind_duration_by_name ( CassStatement* statement, char const* name, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_statement_bind_duration_by_name_n ( CassStatement* statement, char const* name, size_t name_length, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_tuple_set_duration ( CassTuple* tuple, size_t index, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_user_type_set_duration ( CassUserType* user_type, size_t index, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_user_type_set_duration_by_name ( CassUserType* user_type, char const* name, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_user_type_set_duration_by_name_n ( CassUserType* user_type, char const* name, size_t name_length, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )  1  +
+ + +[+] cass_value_get_duration ( CassValue const* value, cass_int32_t* months, cass_int32_t* days, cass_int32_t* nanos )  1  +
+ +
+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.6.0
+
+
to the top
+



+ +
+ + -- cgit