From e81ff6834dd16151ad0299eb446225114919f7aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Sep 2019 13:00:15 +0200 Subject: v1.2.0 --- compat_reports/1.1.0_to_1.2.0/compat_report.html | 981 +++++++++++++++++++++++ 1 file changed, 981 insertions(+) create mode 100644 compat_reports/1.1.0_to_1.2.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/1.1.0_to_1.2.0/compat_report.html b/compat_reports/1.1.0_to_1.2.0/compat_report.html new file mode 100644 index 0000000..154e23c --- /dev/null +++ b/compat_reports/1.1.0_to_1.2.0/compat_report.html @@ -0,0 +1,981 @@ + + + + + + + + + +librdkafka: 1.1.0 to 1.2.0 compatibility report + + + +

API compatibility report for the librdkafka library between 1.1.0 and 1.2.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #11.1.0
Version #21.2.0
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types245 / 102
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+rdkafka.h, librdkafka.so.1
+rd_kafka_interceptor_add_on_thread_exit ( rd_kafka_t* rk, char const* ic_name, enum rd_kafka_resp_err_t(*on_thread_exit)(rd_kafka_t*, rd_kafka_thread_type_t, char const*, void*), void* ic_opaque )
+rd_kafka_interceptor_add_on_thread_start ( rd_kafka_t* rk, char const* ic_name, enum rd_kafka_resp_err_t(*on_thread_start)(rd_kafka_t*, rd_kafka_thread_type_t, char const*, void*), void* ic_opaque )
+
+to the top
+ +

Problems with Symbols, Low Severity  10 


+rdkafka.h, librdkafka.so.1
+ +[+] rd_kafka_AdminOptions_set_opaque ( rd_kafka_AdminOptions_t* options, void* opaque )  1  +
+ + +[+] rd_kafka_commit_queue ( rd_kafka_t* rk, rd_kafka_topic_partition_list_t const* offsets, rd_kafka_queue_t* rkqu, void(*cb)(rd_kafka_t*, enum rd_kafka_resp_err_t, rd_kafka_topic_partition_list_t*, void*), void* opaque )  1  +
+ + +[+] rd_kafka_consume_callback ( rd_kafka_topic_t* rkt, int32_t partition, int timeout_ms, void(*consume_cb)(rd_kafka_message_t*, void*), void* opaque )  1  +
+ + +[+] rd_kafka_consume_callback_queue ( rd_kafka_queue_t* rkqu, int timeout_ms, void(*consume_cb)(rd_kafka_message_t*, void*), void* opaque )  1  +
+ + +[+] rd_kafka_msg_partitioner_consistent ( rd_kafka_topic_t const* rkt, void const* key, size_t keylen, int32_t partition_cnt, void* opaque, void* msg_opaque )  1  +
+ + +[+] rd_kafka_msg_partitioner_consistent_random ( rd_kafka_topic_t const* rkt, void const* key, size_t keylen, int32_t partition_cnt, void* opaque, void* msg_opaque )  1  +
+ + +[+] rd_kafka_msg_partitioner_random ( rd_kafka_topic_t const* rkt, void const* key, size_t keylen, int32_t partition_cnt, void* opaque, void* msg_opaque )  1  +
+ + +[+] rd_kafka_queue_cb_event_enable ( rd_kafka_queue_t* rkqu, void(*event_cb)(rd_kafka_t*, void*), void* opaque )  1  +
+ + +[+] rd_kafka_topic_conf_set_opaque ( rd_kafka_topic_conf_t* conf, void* opaque )  1  +
+ + +[+] rd_kafka_topic_partition_list_sort ( rd_kafka_topic_partition_list_t* rktparlist, int(*cmp)(void const*, void const*, void*), void* opaque )  1  +
+ +
+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.1.0
Version #21.2.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types246 / 102
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-2
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
Other Changes
in Symbols
-10
+ +

Added Symbols  2 


+rdkafka.h
+rd_kafka_interceptor_add_on_thread_exit ( rd_kafka_t* rk, char const* ic_name, enum rd_kafka_resp_err_t(*on_thread_exit)(rd_kafka_t*, rd_kafka_thread_type_t, char const*, void*), void* ic_opaque )
+rd_kafka_interceptor_add_on_thread_start ( rd_kafka_t* rk, char const* ic_name, enum rd_kafka_resp_err_t(*on_thread_start)(rd_kafka_t*, rd_kafka_thread_type_t, char const*, void*), void* ic_opaque )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Symbols  10 


+rdkafka.h
+ +[+] rd_kafka_AdminOptions_set_opaque ( rd_kafka_AdminOptions_t* options, void* opaque )  1  +
+ + +[+] rd_kafka_commit_queue ( rd_kafka_t* rk, rd_kafka_topic_partition_list_t const* offsets, rd_kafka_queue_t* rkqu, void(*cb)(rd_kafka_t*, enum rd_kafka_resp_err_t, rd_kafka_topic_partition_list_t*, void*), void* opaque )  1  +
+ + +[+] rd_kafka_consume_callback ( rd_kafka_topic_t* rkt, int32_t partition, int timeout_ms, void(*consume_cb)(rd_kafka_message_t*, void*), void* opaque )  1  +
+ + +[+] rd_kafka_consume_callback_queue ( rd_kafka_queue_t* rkqu, int timeout_ms, void(*consume_cb)(rd_kafka_message_t*, void*), void* opaque )  1  +
+ + +[+] rd_kafka_msg_partitioner_consistent ( rd_kafka_topic_t const* rkt, void const* key, size_t keylen, int32_t partition_cnt, void* opaque, void* msg_opaque )  1  +
+ + +[+] rd_kafka_msg_partitioner_consistent_random ( rd_kafka_topic_t const* rkt, void const* key, size_t keylen, int32_t partition_cnt, void* opaque, void* msg_opaque )  1  +
+ + +[+] rd_kafka_msg_partitioner_random ( rd_kafka_topic_t const* rkt, void const* key, size_t keylen, int32_t partition_cnt, void* opaque, void* msg_opaque )  1  +
+ + +[+] rd_kafka_queue_cb_event_enable ( rd_kafka_queue_t* rkqu, void(*event_cb)(rd_kafka_t*, void*), void* opaque )  1  +
+ + +[+] rd_kafka_topic_conf_set_opaque ( rd_kafka_topic_conf_t* conf, void* opaque )  1  +
+ + +[+] rd_kafka_topic_partition_list_sort ( rd_kafka_topic_partition_list_t* rktparlist, int(*cmp)(void const*, void const*, void*), void* opaque )  1  +
+ +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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



+ +
+ + -- cgit