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 +++++++++++++++++++++++ 1 file changed, 570 insertions(+) create mode 100644 compat_reports/1.0.1_to_1.1.0/compat_report.html (limited to 'compat_reports') 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
+



+ +
+ + -- cgit