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 +++++++++++++++++++++++ librdkafka.spec | 7 +- librdkafka.xml | 2 +- 3 files changed, 987 insertions(+), 3 deletions(-) create mode 100644 compat_reports/1.1.0_to_1.2.0/compat_report.html 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
+



+ +
+ + diff --git a/librdkafka.spec b/librdkafka.spec index eb494df..e570201 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit 6160ec275a5bb0a4088ede3c5f2afde638bbef65 +%global gh_commit b4d7f8e1aa1ebbe75aaf959d93caf5826599c9ab %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} -%global upstream_version 1.1.0 +%global upstream_version 1.2.0 #global upstream_prever RC1 Name: %{libname} @@ -114,6 +114,9 @@ rm %{buildroot}%{_libdir}/pkgconfig/*static.pc ### NOTICE: available in RHEL-7 and RHEL-8 so not in remi %changelog +* Fri Sep 20 2019 Remi Collet - 1.2.0-1 +- update to 1.2.0 + * Tue Jun 25 2019 Remi Collet - 1.1.0-1 - update to 1.1.0 diff --git a/librdkafka.xml b/librdkafka.xml index e9fff03..d17423e 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -1.1.0 +1.2.0 -- cgit