From b24a69cb6bc8c458ec57e80054c0c15c9be34df0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Oct 2024 10:57:51 +0200 Subject: update to 2.6.0 --- compat_reports/2.5.0_to_2.5.3/compat_report.html | 498 +++++++++++++++ compat_reports/2.5.3_to_2.6.0/compat_report.html | 767 +++++++++++++++++++++++ 2 files changed, 1265 insertions(+) create mode 100644 compat_reports/2.5.0_to_2.5.3/compat_report.html create mode 100644 compat_reports/2.5.3_to_2.6.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/2.5.0_to_2.5.3/compat_report.html b/compat_reports/2.5.0_to_2.5.3/compat_report.html new file mode 100644 index 0000000..48a13a1 --- /dev/null +++ b/compat_reports/2.5.0_to_2.5.3/compat_report.html @@ -0,0 +1,498 @@ + + + + + + + + + +librdkafka: 2.5.0 to 2.5.3 compatibility report + + + +

API compatibility report for the librdkafka library between 2.5.0 and 2.5.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #12.5.0
Version #22.5.3
Archx86_64
GCC Version13
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types446 / 168
Compatibility100%
+

Problem Summary


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

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #12.5.0
Version #22.5.3
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types446 / 168
Compatibility100%
+

Problem Summary


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

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.1
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/2.5.3_to_2.6.0/compat_report.html b/compat_reports/2.5.3_to_2.6.0/compat_report.html new file mode 100644 index 0000000..51ebd45 --- /dev/null +++ b/compat_reports/2.5.3_to_2.6.0/compat_report.html @@ -0,0 +1,767 @@ + + + + + + + + + +librdkafka: 2.5.3 to 2.6.0 compatibility report + + + +

API compatibility report for the librdkafka library between 2.5.3 and 2.6.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #12.5.3
Version #22.6.0
Archx86_64
GCC Version13
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types446 / 168
Compatibility99.2%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-11
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium2
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-2
Other Changes
in Constants
-1
+ +

Added Symbols  11 


+rdkafka.h, librdkafka.so.1
+rd_kafka_AdminOptions_set_match_consumer_group_types ( rd_kafka_AdminOptions_t* options, enum rd_kafka_consumer_group_type_t const* consumer_group_types, size_t consumer_group_types_cnt )
+rd_kafka_consumer_group_type_code ( char const* name )
+rd_kafka_consumer_group_type_name ( enum rd_kafka_consumer_group_type_t type )
+rd_kafka_ConsumerGroupListing_type ( rd_kafka_ConsumerGroupListing_t const* grplist )
+rd_kafka_ElectLeaders ( rd_kafka_t* rk, rd_kafka_ElectLeaders_t* elect_leaders, rd_kafka_AdminOptions_t const* options, rd_kafka_queue_t* rkqu )
+rd_kafka_ElectLeaders_destroy ( rd_kafka_ElectLeaders_t* elect_leaders )
+rd_kafka_ElectLeaders_new ( rd_kafka_ElectionType_t election_type, rd_kafka_topic_partition_list_t* partitions )
+rd_kafka_ElectLeaders_result_partitions ( rd_kafka_ElectLeaders_result_t const* result, size_t* cntp )
+rd_kafka_event_ElectLeaders_result ( rd_kafka_event_t* rkev )
+rd_kafka_topic_partition_result_error ( rd_kafka_topic_partition_result_t const* partition_result )
+rd_kafka_topic_partition_result_partition ( rd_kafka_topic_partition_result_t const* partition_result )
+
+to the top
+ +

Problems with Data Types, Medium Severity  2 


+rdkafka.h
+ +[+] enum rd_kafka_admin_op_t  1  +
+ + + +[+] enum rd_kafka_ResourceType_t  1  +
+ + +
+to the top
+ +

Other Changes in Data Types  2 


+rdkafka.h
+ +[+] enum rd_kafka_admin_op_t  1  +
+ + + +[+] enum rd_kafka_ResourceType_t  1  +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+rdkafka.h
+ +[+] RD_KAFKA_EVENT_ELECTLEADERS_RESULT +
+ + +
+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.5.3
Version #22.6.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types446 / 168
Compatibility100%
+

Problem Summary


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

Added Symbols  11 


+rdkafka.h
+rd_kafka_AdminOptions_set_match_consumer_group_types ( rd_kafka_AdminOptions_t* options, enum rd_kafka_consumer_group_type_t const* consumer_group_types, size_t consumer_group_types_cnt )
+rd_kafka_consumer_group_type_code ( char const* name )
+rd_kafka_consumer_group_type_name ( enum rd_kafka_consumer_group_type_t type )
+rd_kafka_ConsumerGroupListing_type ( rd_kafka_ConsumerGroupListing_t const* grplist )
+rd_kafka_ElectLeaders ( rd_kafka_t* rk, rd_kafka_ElectLeaders_t* elect_leaders, rd_kafka_AdminOptions_t const* options, rd_kafka_queue_t* rkqu )
+rd_kafka_ElectLeaders_destroy ( rd_kafka_ElectLeaders_t* elect_leaders )
+rd_kafka_ElectLeaders_new ( rd_kafka_ElectionType_t election_type, rd_kafka_topic_partition_list_t* partitions )
+rd_kafka_ElectLeaders_result_partitions ( rd_kafka_ElectLeaders_result_t const* result, size_t* cntp )
+rd_kafka_event_ElectLeaders_result ( rd_kafka_event_t* rkev )
+rd_kafka_topic_partition_result_error ( rd_kafka_topic_partition_result_t const* partition_result )
+rd_kafka_topic_partition_result_partition ( rd_kafka_topic_partition_result_t const* partition_result )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  4 


+rdkafka.h
+ +[+] enum rd_kafka_admin_op_t  2  +
+ + + +[+] enum rd_kafka_ResourceType_t  2  +
+ + +
+to the top
+ +

Other Changes in Constants  1 


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

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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



+ +
+ + -- cgit