From c6956130daeb28159bf30f7abba60062145c558d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Feb 2021 14:50:42 +0100 Subject: update to 1.6.1 --- compat_reports/1.6.0_to_1.6.1/compat_report.html | 604 +++++++++++++++++++++++ 1 file changed, 604 insertions(+) create mode 100644 compat_reports/1.6.0_to_1.6.1/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/1.6.0_to_1.6.1/compat_report.html b/compat_reports/1.6.0_to_1.6.1/compat_report.html new file mode 100644 index 0000000..06df66e --- /dev/null +++ b/compat_reports/1.6.0_to_1.6.1/compat_report.html @@ -0,0 +1,604 @@ + + + + + + + + + +librdkafka: 1.6.0 to 1.6.1 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #11.6.0
Version #21.6.1
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types300 / 122
Compatibility100%
+

Problem Summary


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


+rdkafka.h, librdkafka.so.101
+rd_kafka_interceptor_add_on_response_received ( rd_kafka_t* rk, char const* ic_name, enum rd_kafka_resp_err_t(*on_response_received)(rd_kafka_t*, int, char const*, int32_t, int16_t, int16_t, int32_t, size_t, int64_t, enum rd_kafka_resp_err_t, void*), void* ic_opaque )
+
+to the top
+ +

Other Changes in Data Types  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  1  +
+ + +
+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.0
Version #21.6.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types300 / 122
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+rdkafka.h
+rd_kafka_interceptor_add_on_response_received ( rd_kafka_t* rk, char const* ic_name, enum rd_kafka_resp_err_t(*on_response_received)(rd_kafka_t*, int, char const*, int32_t, int16_t, int16_t, int32_t, size_t, int64_t, enum rd_kafka_resp_err_t, void*), void* ic_opaque )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  1 


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

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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



+ +
+ + -- cgit