From 4e1adbf6bcf624571ff740a78736b7f969d72568 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Dec 2019 09:07:01 +0100 Subject: v1.3.0 --- compat_reports/1.2.2_to_1.3.0/compat_report.html | 877 +++++++++++++++++++++++ 1 file changed, 877 insertions(+) create mode 100644 compat_reports/1.2.2_to_1.3.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/1.2.2_to_1.3.0/compat_report.html b/compat_reports/1.2.2_to_1.3.0/compat_report.html new file mode 100644 index 0000000..023b1e9 --- /dev/null +++ b/compat_reports/1.2.2_to_1.3.0/compat_report.html @@ -0,0 +1,877 @@ + + + + + + + + + +librdkafka: 1.2.2 to 1.3.0 compatibility report + + + +

API compatibility report for the librdkafka library between 1.2.2 and 1.3.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #11.2.2
Version #21.3.0
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types247 / 105
Compatibility100%
+

Problem Summary


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

Problems with Data Types, Low Severity  3 


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

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  1 


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

Other Changes in Constants  3 


+rdkafka.h
+ +[+] RD_KAFKA_RESP_ERR_GROUP_COORDINATOR_NOT_AVAILABLE +
+ + + +[+] RD_KAFKA_RESP_ERR_GROUP_LOAD_IN_PROGRESS +
+ + + +[+] RD_KAFKA_RESP_ERR_NOT_COORDINATOR_FOR_GROUP +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #11.2.2
Version #21.3.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types248 / 105
Compatibility58.9%
+

Problem Summary


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

Problems with Data Types, High Severity  3 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  3  +
+ + +
+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  1 


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

Other Changes in Constants  3 


+rdkafka.h
+ +[+] RD_KAFKA_RESP_ERR_GROUP_COORDINATOR_NOT_AVAILABLE +
+ + + +[+] RD_KAFKA_RESP_ERR_GROUP_LOAD_IN_PROGRESS +
+ + + +[+] RD_KAFKA_RESP_ERR_NOT_COORDINATOR_FOR_GROUP +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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



+ +
+ + -- cgit