From 46d925ea4e7bd9593db23bda6dfbadb56f055a73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Jul 2020 16:09:05 +0200 Subject: update to 1.5.0 use GCC 6 on EL-6, GCC 7 on EL-7 --- compat_reports/1.4.4_to_1.5.0/compat_report.html | 513 +++++++++++++++++++++++ 1 file changed, 513 insertions(+) create mode 100644 compat_reports/1.4.4_to_1.5.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/1.4.4_to_1.5.0/compat_report.html b/compat_reports/1.4.4_to_1.5.0/compat_report.html new file mode 100644 index 0000000..0eca6e7 --- /dev/null +++ b/compat_reports/1.4.4_to_1.5.0/compat_report.html @@ -0,0 +1,513 @@ + + + + + + + + + +librdkafka: 1.4.4 to 1.5.0 compatibility report + + + +

API compatibility report for the librdkafka library between 1.4.4 and 1.5.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #11.4.4
Version #21.5.0
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types267 / 109
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
Low0
+ +

Added Symbols  4 


+rdkafka.h, librdkafka.so.101
+rd_kafka_event_debug_contexts ( rd_kafka_event_t* rkev, char* dst, size_t dstsize )
+rd_kafka_message_broker_id ( rd_kafka_message_t const* rkmessage )
+rd_kafka_message_errstr ( rd_kafka_message_t const* rkmessage )
+rd_kafka_produceva ( rd_kafka_t* rk, rd_kafka_vu_t const* vus, size_t cnt )
+
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


+
+librdkafka.so.101
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #11.4.4
Version #21.5.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types268 / 109
Compatibility100%
+

Problem Summary


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

Added Symbols  3 


+rdkafka.h
+rd_kafka_event_debug_contexts ( rd_kafka_event_t* rkev, char* dst, size_t dstsize )
+rd_kafka_message_broker_id ( rd_kafka_message_t const* rkmessage )
+rd_kafka_produceva ( rd_kafka_t* rk, rd_kafka_vu_t const* vus, size_t cnt )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


+
+librdkafka.so.101
+
+
to the top
+



+ +
+ + -- cgit