From cbc5586546d435a13a46a3c1eb33b5b66252764a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 May 2021 14:55:43 +0200 Subject: update to 1.7.0 --- compat_reports/1.6.1_to_1.7.0/compat_report.html | 512 +++++++++++++++++++++++ 1 file changed, 512 insertions(+) create mode 100644 compat_reports/1.6.1_to_1.7.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/1.6.1_to_1.7.0/compat_report.html b/compat_reports/1.6.1_to_1.7.0/compat_report.html new file mode 100644 index 0000000..635b0b4 --- /dev/null +++ b/compat_reports/1.6.1_to_1.7.0/compat_report.html @@ -0,0 +1,512 @@ + + + + + + + + + +librdkafka: 1.6.1 to 1.7.0 compatibility report + + + +

API compatibility report for the librdkafka library between 1.6.1 and 1.7.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #11.6.1
Version #21.7.0
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


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

Added Symbols  3 


+rdkafka.h, librdkafka.so.101
+rd_kafka_conf_set_engine_callback_data ( rd_kafka_conf_t* conf, void* callback_data )
+rd_kafka_mem_calloc ( rd_kafka_t* rk, size_t num, size_t size )
+rd_kafka_mem_malloc ( rd_kafka_t* rk, size_t size )
+
+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.6.1
Version #21.7.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types301 / 123
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_conf_set_engine_callback_data ( rd_kafka_conf_t* conf, void* callback_data )
+rd_kafka_mem_calloc ( rd_kafka_t* rk, size_t num, size_t size )
+rd_kafka_mem_malloc ( rd_kafka_t* rk, size_t size )
+
+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