From d61908529387215a3afe714e92e411d68d5cf1c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Jun 2019 13:50:10 +0200 Subject: v1.1.0 --- compat_reports/1.0.1_to_1.1.0/compat_report.html | 570 +++++++++++++++++++++++ librdkafka.spec | 9 +- librdkafka.xml | 2 +- 3 files changed, 577 insertions(+), 4 deletions(-) create mode 100644 compat_reports/1.0.1_to_1.1.0/compat_report.html diff --git a/compat_reports/1.0.1_to_1.1.0/compat_report.html b/compat_reports/1.0.1_to_1.1.0/compat_report.html new file mode 100644 index 0000000..ca3548d --- /dev/null +++ b/compat_reports/1.0.1_to_1.1.0/compat_report.html @@ -0,0 +1,570 @@ + + + + + + + + + +librdkafka: 1.0.1 to 1.1.0 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #11.0.1
Version #21.1.0
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types238 / 96
Compatibility100%
+

Problem Summary


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

Added Symbols  7 


+rdkafka.h, librdkafka.so.1
+rd_kafka_conf ( rd_kafka_t* rk )
+rd_kafka_conf_set_oauthbearer_token_refresh_cb ( rd_kafka_conf_t* conf, void(*oauthbearer_token_refresh_cb)(rd_kafka_t*, char const*, void*) )
+rd_kafka_conf_set_ssl_cert ( rd_kafka_conf_t* conf, rd_kafka_cert_type_t cert_type, rd_kafka_cert_enc_t cert_enc, void const* buffer, size_t size, char* errstr, size_t errstr_size )
+rd_kafka_conf_set_ssl_cert_verify_cb ( rd_kafka_conf_t* conf, int(*ssl_cert_verify_cb)(rd_kafka_t*, char const*, int32_t, int*, int, char const*, size_t, char*, size_t, void*) )
+rd_kafka_event_config_string ( rd_kafka_event_t* rkev )
+rd_kafka_oauthbearer_set_token ( rd_kafka_t* rk, char const* token_value, int64_t md_lifetime_ms, char const* md_principal_name, char const** extensions, size_t extension_size, char* errstr, size_t errstr_size )
+rd_kafka_oauthbearer_set_token_failure ( rd_kafka_t* rk, char const* errstr )
+
+to the top
+ +

Other Changes in Constants  1 


+rdkafka.h
+ +[+] RD_KAFKA_EVENT_OAUTHBEARER_TOKEN_REFRESH +
+ + +
+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.0.1
Version #21.1.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types239 / 96
Compatibility100%
+

Problem Summary


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

Added Symbols  7 


+rdkafka.h
+rd_kafka_conf ( rd_kafka_t* rk )
+rd_kafka_conf_set_oauthbearer_token_refresh_cb ( rd_kafka_conf_t* conf, void(*oauthbearer_token_refresh_cb)(rd_kafka_t*, char const*, void*) )
+rd_kafka_conf_set_ssl_cert ( rd_kafka_conf_t* conf, rd_kafka_cert_type_t cert_type, rd_kafka_cert_enc_t cert_enc, void const* buffer, size_t size, char* errstr, size_t errstr_size )
+rd_kafka_conf_set_ssl_cert_verify_cb ( rd_kafka_conf_t* conf, int(*ssl_cert_verify_cb)(rd_kafka_t*, char const*, int32_t, int*, int, char const*, size_t, char*, size_t, void*) )
+rd_kafka_event_config_string ( rd_kafka_event_t* rkev )
+rd_kafka_oauthbearer_set_token ( rd_kafka_t* rk, char const* token_value, int64_t md_lifetime_ms, char const* md_principal_name, char const** extensions, size_t extension_size, char* errstr, size_t errstr_size )
+rd_kafka_oauthbearer_set_token_failure ( rd_kafka_t* rk, char const* errstr )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Constants  1 


+rdkafka.h
+ +[+] RD_KAFKA_EVENT_OAUTHBEARER_TOKEN_REFRESH +
+ + +
+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 f76bdef..6421a99 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit 8681f884020e880a4c6cda3cfc672f0669e1f38e +%global gh_commit 6160ec275a5bb0a4088ede3c5f2afde638bbef65 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} -%global upstream_version 1.0.1 +%global upstream_version 1.1.0 #global upstream_prever RC1 Name: %{libname} @@ -111,9 +111,12 @@ rm %{buildroot}%{_libdir}/pkgconfig/*static.pc %{_libdir}/pkgconfig/rdkafka++.pc -### NOTICE: available in EPEL-7 so not in remi +### NOTICE: available in RHEL-7 so not in remi %changelog +* Tue Jun 25 2019 Remi Collet - 1.1.0-1 +- update to 1.1.0 + * Sun Jun 2 2019 Remi Collet - 1.0.1-1 - update to 1.0.1 diff --git a/librdkafka.xml b/librdkafka.xml index c157aa3..e9fff03 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -1.0.1 +1.1.0 -- cgit