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.5.0_to_2.6.0/compat_report.html | 697 +++++++++++++++++++++++ 1 file changed, 697 insertions(+) create mode 100644 compat_reports/2.5.0_to_2.6.0/compat_report.html (limited to 'compat_reports/2.5.0_to_2.6.0/compat_report.html') diff --git a/compat_reports/2.5.0_to_2.6.0/compat_report.html b/compat_reports/2.5.0_to_2.6.0/compat_report.html new file mode 100644 index 0000000..29d441f --- /dev/null +++ b/compat_reports/2.5.0_to_2.6.0/compat_report.html @@ -0,0 +1,697 @@ + + + + + + + + +libcassandra: 2.5.0 to 2.6.0 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.5.0
Version #22.6.0
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


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

Problem Summary


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


+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 )
+cass_statement_bind_duration ( CassStatement* statement, size_t index, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )
+cass_statement_bind_duration_by_name ( CassStatement* statement, char const* name, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )
+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 )
+cass_timestamp_gen_monotonic_new_with_settings ( cass_int64_t warning_threshold_us, cass_int64_t warning_interval_ms )
+cass_tuple_set_duration ( CassTuple* tuple, size_t index, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )
+cass_user_type_set_duration ( CassUserType* user_type, size_t index, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )
+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 )
+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 )
+cass_value_get_duration ( CassValue const* value, cass_int32_t* months, cass_int32_t* days, cass_int32_t* nanos )
+cass_value_is_duration ( CassValue const* value )
+
+to the top
+ +

Other Changes in Data Types  1 


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

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.5.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.5.0
Version #22.6.0
Archx86_64
SubjectSource Compatibility
+

Test Results


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

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-11
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
Other Changes
in Constants
-4
+ +

Added Symbols  11 


+cassandra.h
+cass_collection_append_duration ( CassCollection* collection, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )
+cass_statement_bind_duration ( CassStatement* statement, size_t index, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )
+cass_statement_bind_duration_by_name ( CassStatement* statement, char const* name, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )
+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 )
+cass_timestamp_gen_monotonic_new_with_settings ( cass_int64_t warning_threshold_us, cass_int64_t warning_interval_ms )
+cass_tuple_set_duration ( CassTuple* tuple, size_t index, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )
+cass_user_type_set_duration ( CassUserType* user_type, size_t index, cass_int32_t months, cass_int32_t days, cass_int32_t nanos )
+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 )
+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 )
+cass_value_get_duration ( CassValue const* value, cass_int32_t* months, cass_int32_t* days, cass_int32_t* nanos )
+cass_value_is_duration ( CassValue const* value )
+
+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 CassValueType_  1  +
+ + +
+to the top
+ +

Other Changes in Constants  4 


+cassandra.h
+ +[+] CASS_CONSISTENCY_MAP +
+ + + +[+] CASS_ERROR_MAP +
+ + + +[+] CASS_LOG_LEVEL_MAP +
+ + + +[+] CASS_WRITE_TYPE_MAP +
+ + +
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.5.0
+
+
to the top
+



+ +
+ + -- cgit