From cc8a45342931bc415e5c36c49a2515379444dbb5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Apr 2023 12:47:56 +0200 Subject: update to 2.1.0 --- compat_reports/2.0.2_to_2.1.0/compat_report.html | 660 +++++++++++++++++++++++ 1 file changed, 660 insertions(+) create mode 100644 compat_reports/2.0.2_to_2.1.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/2.0.2_to_2.1.0/compat_report.html b/compat_reports/2.0.2_to_2.1.0/compat_report.html new file mode 100644 index 0000000..9b4f2c9 --- /dev/null +++ b/compat_reports/2.0.2_to_2.1.0/compat_report.html @@ -0,0 +1,660 @@ + + + + + + + + + +librdkafka: 2.0.2 to 2.1.0 compatibility report + + + +

API compatibility report for the librdkafka library between 2.0.2 and 2.1.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #12.0.2
Version #22.1.0
Archx86_64
GCC Version12
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types382 / 149
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
Other Changes
in Data Types
-1
Other Changes
in Constants
-1
+ +

Added Symbols  4 


+rdkafka.h, librdkafka.so.1
+rd_kafka_message_leader_epoch ( rd_kafka_message_t const* rkmessage )
+rd_kafka_offset_store_message ( rd_kafka_message_t* rkmessage )
+rd_kafka_topic_partition_get_leader_epoch ( rd_kafka_topic_partition_t const* rktpar )
+rd_kafka_topic_partition_set_leader_epoch ( rd_kafka_topic_partition_t* rktpar, int32_t leader_epoch )
+
+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  1 


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

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #12.0.2
Version #22.1.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types382 / 149
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
Low1
Other Changes
in Data Types
-1
Other Changes
in Constants
-1
+ +

Added Symbols  4 


+rdkafka.h
+rd_kafka_message_leader_epoch ( rd_kafka_message_t const* rkmessage )
+rd_kafka_offset_store_message ( rd_kafka_message_t* rkmessage )
+rd_kafka_topic_partition_get_leader_epoch ( rd_kafka_topic_partition_t const* rktpar )
+rd_kafka_topic_partition_set_leader_epoch ( rd_kafka_topic_partition_t* rktpar, int32_t leader_epoch )
+
+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
+ +

Other Changes in Constants  1 


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

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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



+ +
+ + -- cgit