From 38eefc48232363d6ec479ae20459467b896c4b7a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Mar 2019 11:41:32 +0100 Subject: update to 1.0.0 add dependency on libzstd --- compat_reports/0.11.6_to_1.0.0/compat_report.html | 1083 +++++++++++++++++++++ 1 file changed, 1083 insertions(+) create mode 100644 compat_reports/0.11.6_to_1.0.0/compat_report.html (limited to 'compat_reports/0.11.6_to_1.0.0/compat_report.html') diff --git a/compat_reports/0.11.6_to_1.0.0/compat_report.html b/compat_reports/0.11.6_to_1.0.0/compat_report.html new file mode 100644 index 0000000..fad6ad9 --- /dev/null +++ b/compat_reports/0.11.6_to_1.0.0/compat_report.html @@ -0,0 +1,1083 @@ + + + + + + + + + +librdkafka: 0.11.6 to 1.0.0 compatibility report + + + +

API compatibility report for the librdkafka library between 0.11.6 and 1.0.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #10.11.6
Version #21.0.0
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types233 / 95
Compatibility100%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-5
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
Other Changes
in Data Types
-26
Other Changes
in Constants
-3
+ +

Added Symbols  5 


+rdkafka.h, librdkafka.so.1
+rd_kafka_event_error_is_fatal ( rd_kafka_event_t* rkev )
+rd_kafka_fatal_error ( rd_kafka_t* rk, char* errstr, size_t errstr_size )
+rd_kafka_message_status ( rd_kafka_message_t const* rkmessage )
+rd_kafka_purge ( rd_kafka_t* rk, int purge_flags )
+rd_kafka_test_fatal_error ( rd_kafka_t* rk, enum rd_kafka_resp_err_t err, char const* reason )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  1  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  1 


+rdkafka.h
+ +[+] RD_KAFKA_DEBUG_CONTEXTS +
+ + +
+to the top
+ +

Other Changes in Data Types  26 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  26  +
+ + +
+to the top
+ +

Other Changes in Constants  3 


+rdkafka.h
+ +[+] RD_KAFKA_PURGE_F_INFLIGHT +
+ + + +[+] RD_KAFKA_PURGE_F_NON_BLOCKING +
+ + + +[+] RD_KAFKA_PURGE_F_QUEUE +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


+
+librdkafka.so.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #10.11.6
Version #21.0.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types234 / 95
Compatibility100%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-5
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low2
Other Changes
in Data Types
-27
Other Changes
in Constants
-3
+ +

Added Symbols  5 


+rdkafka.h
+rd_kafka_event_error_is_fatal ( rd_kafka_event_t* rkev )
+rd_kafka_fatal_error ( rd_kafka_t* rk, char* errstr, size_t errstr_size )
+rd_kafka_message_status ( rd_kafka_message_t const* rkmessage )
+rd_kafka_purge ( rd_kafka_t* rk, int purge_flags )
+rd_kafka_test_fatal_error ( rd_kafka_t* rk, enum rd_kafka_resp_err_t err, char const* reason )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


+rdkafka.h
+ +[+] RD_KAFKA_DEBUG_CONTEXTS +
+ + + +[+] RD_KAFKA_VERSION +
+ + +
+to the top
+ +

Other Changes in Data Types  27 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  27  +
+ + +
+to the top
+ +

Other Changes in Constants  3 


+rdkafka.h
+ +[+] RD_KAFKA_PURGE_F_INFLIGHT +
+ + + +[+] RD_KAFKA_PURGE_F_NON_BLOCKING +
+ + + +[+] RD_KAFKA_PURGE_F_QUEUE +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


+
+librdkafka.so.1
+
+
to the top
+



+ +
+ + -- cgit