From 917fd7a126a25e7cad783e86ae58b0d4e3b9c6d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Apr 2017 12:41:09 +0200 Subject: track compatibility reports --- compat_reports/0.9.0_to_0.9.1/compat_report.html | 776 ++++++++++++++++ compat_reports/0.9.1_to_0.9.2/compat_report.html | 990 +++++++++++++++++++++ compat_reports/0.9.2_to_0.9.3/compat_report.html | 498 +++++++++++ compat_reports/0.9.3_to_0.9.4/compat_report.html | 843 ++++++++++++++++++ .../0.9.3_to_0.9.4RC1/compat_report.html | 843 ++++++++++++++++++ .../0.9.3_to_0.9.4RC2/compat_report.html | 843 ++++++++++++++++++ .../0.9.4RC1_to_0.9.4RC1lz4/compat_report.html | 473 ++++++++++ .../0.9.4RC1_to_0.9.4RC2/compat_report.html | 473 ++++++++++ .../0.9.4RC2_to_0.9.4/compat_report.html | 591 ++++++++++++ .../0.9.4_to_0.9.5-RC1/compat_report.html | 497 +++++++++++ 10 files changed, 6827 insertions(+) create mode 100644 compat_reports/0.9.0_to_0.9.1/compat_report.html create mode 100644 compat_reports/0.9.1_to_0.9.2/compat_report.html create mode 100644 compat_reports/0.9.2_to_0.9.3/compat_report.html create mode 100644 compat_reports/0.9.3_to_0.9.4/compat_report.html create mode 100644 compat_reports/0.9.3_to_0.9.4RC1/compat_report.html create mode 100644 compat_reports/0.9.3_to_0.9.4RC2/compat_report.html create mode 100644 compat_reports/0.9.4RC1_to_0.9.4RC1lz4/compat_report.html create mode 100644 compat_reports/0.9.4RC1_to_0.9.4RC2/compat_report.html create mode 100644 compat_reports/0.9.4RC2_to_0.9.4/compat_report.html create mode 100644 compat_reports/0.9.4_to_0.9.5-RC1/compat_report.html diff --git a/compat_reports/0.9.0_to_0.9.1/compat_report.html b/compat_reports/0.9.0_to_0.9.1/compat_report.html new file mode 100644 index 0000000..1e86796 --- /dev/null +++ b/compat_reports/0.9.0_to_0.9.1/compat_report.html @@ -0,0 +1,776 @@ + + + + + + + + +librdkafka: 0.9.0 to 0.9.1 compatibility report + + + +

API compatibility report for the librdkafka library between 0.9.0 and 0.9.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #10.9.0
Version #20.9.1
CPU Typex86_64
GCC Version5.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + +
Total Header Files1
Total Shared Libraries1
Total Symbols / Types90 / 86
VerdictCompatible
+

Problem Summary


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

Added Symbols (19)


+rdkafka.h, librdkafka.so.1
+rd_kafka_committed rd_kafka_t* rk, rd_kafka_topic_partition_list_t* partitions, int timeout_ms )
+rd_kafka_err2name enum rd_kafka_resp_err_t err )
+rd_kafka_errno ( )
+rd_kafka_get_err_descs ( struct rd_kafka_err_desc const** errdescs, size_t* cntp )
+rd_kafka_get_watermark_offsets rd_kafka_t* rk, char const* topic, int32_t partition, int64_t* low, int64_t* high )
+rd_kafka_group_list_destroy struct rd_kafka_group_list const* grplist )
+rd_kafka_last_error ( )
+rd_kafka_list_groups rd_kafka_t* rk, char const* group, struct rd_kafka_group_list const** grplistp, int timeout_ms )
+rd_kafka_mem_free rd_kafka_t* rk, void* ptr )
+rd_kafka_message_timestamp ( rd_kafka_message_t const* rkmessage, rd_kafka_timestamp_type_t* tstype )
+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 )
+rd_kafka_pause_partitions rd_kafka_t* rk, rd_kafka_topic_partition_list_t* partitions )
+rd_kafka_position rd_kafka_t* rk, rd_kafka_topic_partition_list_t* partitions )
+rd_kafka_query_watermark_offsets rd_kafka_t* rk, char const* topic, int32_t partition, int64_t* low, int64_t* high, int timeout_ms )
+rd_kafka_resume_partitions rd_kafka_t* rk, rd_kafka_topic_partition_list_t* partitions )
+rd_kafka_topic_partition_list_del ( rd_kafka_topic_partition_list_t* rktparlist, char const* topic, int32_t partition )
+rd_kafka_topic_partition_list_del_by_idx ( rd_kafka_topic_partition_list_t* rktparlist, int idx )
+rd_kafka_topic_partition_list_find ( rd_kafka_topic_partition_list_t* rktparlist, char const* topic, int32_t partition )
+rd_kafka_topic_partition_list_set_offset ( rd_kafka_topic_partition_list_t* rktparlist, char const* topic, int32_t partition, int64_t offset )
+
+to the top
+ +

Problems with Symbols, Low Severity (1)


+rdkafka.h, librdkafka.so.1
+ +[+] rd_kafka_produce ( rd_kafka_topic_t* rkt, int32_t partitition, int msgflags, void* payload, size_t len, void const* key, size_t keylen, void* msg_opaque ) (1) +
+ +
+to the top
+ +

Other Changes in Data Types (6)


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t (6) +
+ + +
+to the top
+

Other Changes in Constants (1)


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

Header Files (1)


+
+rdkafka.h
+
+
to the top
+

Shared Libraries (1)


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


+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #10.9.0
Version #20.9.1
CPU Typex86_64
GCC Version5.3.1
SubjectSource Compatibility
+

Test Results


+ + + + +
Total Header Files1
Total Shared Libraries1
Total Symbols / Types91 / 86
VerdictCompatible
+

Problem Summary


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

Added Symbols (19)


+rdkafka.h
+rd_kafka_committed rd_kafka_t* rk, rd_kafka_topic_partition_list_t* partitions, int timeout_ms )
+rd_kafka_err2name enum rd_kafka_resp_err_t err )
+rd_kafka_errno ( )
+rd_kafka_get_err_descs ( struct rd_kafka_err_desc const** errdescs, size_t* cntp )
+rd_kafka_get_watermark_offsets rd_kafka_t* rk, char const* topic, int32_t partition, int64_t* low, int64_t* high )
+rd_kafka_group_list_destroy struct rd_kafka_group_list const* grplist )
+rd_kafka_last_error ( )
+rd_kafka_list_groups rd_kafka_t* rk, char const* group, struct rd_kafka_group_list const** grplistp, int timeout_ms )
+rd_kafka_mem_free rd_kafka_t* rk, void* ptr )
+rd_kafka_message_timestamp ( rd_kafka_message_t const* rkmessage, rd_kafka_timestamp_type_t* tstype )
+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 )
+rd_kafka_pause_partitions rd_kafka_t* rk, rd_kafka_topic_partition_list_t* partitions )
+rd_kafka_position rd_kafka_t* rk, rd_kafka_topic_partition_list_t* partitions )
+rd_kafka_query_watermark_offsets rd_kafka_t* rk, char const* topic, int32_t partition, int64_t* low, int64_t* high, int timeout_ms )
+rd_kafka_resume_partitions rd_kafka_t* rk, rd_kafka_topic_partition_list_t* partitions )
+rd_kafka_topic_partition_list_del ( rd_kafka_topic_partition_list_t* rktparlist, char const* topic, int32_t partition )
+rd_kafka_topic_partition_list_del_by_idx ( rd_kafka_topic_partition_list_t* rktparlist, int idx )
+rd_kafka_topic_partition_list_find ( rd_kafka_topic_partition_list_t* rktparlist, char const* topic, int32_t partition )
+rd_kafka_topic_partition_list_set_offset ( rd_kafka_topic_partition_list_t* rktparlist, char const* topic, int32_t partition, int64_t offset )
+
+to the top
+

Problems with Constants, Low Severity (1)


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

Other Changes in Data Types (6)


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t (6) +
+ + +
+to the top
+ +

Other Changes in Symbols (1)


+rdkafka.h
+ +[+] rd_kafka_produce ( rd_kafka_topic_t* rkt, int32_t partitition, int msgflags, void* payload, size_t len, void const* key, size_t keylen, void* msg_opaque ) (1) +
+ +
+to the top
+

Other Changes in Constants (2)


+rdkafka.h
+ +[+] RD_INLINE +
+ + + +[+] RD_KAFKA_OFFSET_INVALID +
+ + +
+to the top
+

Header Files (1)


+
+rdkafka.h
+
+
to the top
+

Shared Libraries (1)


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



+ +
+ + diff --git a/compat_reports/0.9.1_to_0.9.2/compat_report.html b/compat_reports/0.9.1_to_0.9.2/compat_report.html new file mode 100644 index 0000000..4424a21 --- /dev/null +++ b/compat_reports/0.9.1_to_0.9.2/compat_report.html @@ -0,0 +1,990 @@ + + + + + + + + +librdkafka: 0.9.1 to 0.9.2 compatibility report + + + +

API compatibility report for the librdkafka library between 0.9.1 and 0.9.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #10.9.1 (gcc 5.3.1)
Version #20.9.2 (gcc 6.2.1)
Archx86_64
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Shared Libraries1
Total Symbols / Types109 / 102
Compatibility100%
+

Problem Summary


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

Added Symbols  22 


+rdkafka.h, librdkafka.so.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 )
+rd_kafka_conf_set_events ( rd_kafka_conf_t* conf, int events )
+rd_kafka_event_destroy rd_kafka_event_t* rkev )
+rd_kafka_event_error rd_kafka_event_t* rkev )
+rd_kafka_event_error_string rd_kafka_event_t* rkev )
+rd_kafka_event_log ( rd_kafka_event_t* rkev, char const** fac, char const** str, int* level )
+rd_kafka_event_message_array ( rd_kafka_event_t* rkev, rd_kafka_message_t const** rkmessages, size_t size )
+rd_kafka_event_message_count rd_kafka_event_t* rkev )
+rd_kafka_event_message_next rd_kafka_event_t* rkev )
+rd_kafka_event_name rd_kafka_event_t const* rkev )
+rd_kafka_event_opaque rd_kafka_event_t* rkev )
+rd_kafka_event_topic_partition rd_kafka_event_t* rkev )
+rd_kafka_event_topic_partition_list rd_kafka_event_t* rkev )
+rd_kafka_event_type rd_kafka_event_t const* rkev )
+rd_kafka_flush rd_kafka_t* rk, int timeout_ms )
+rd_kafka_queue_forward ( rd_kafka_queue_t* src, rd_kafka_queue_t* dst )
+rd_kafka_queue_get_consumer rd_kafka_t* rk )
+rd_kafka_queue_get_main rd_kafka_t* rk )
+rd_kafka_queue_io_event_enable ( rd_kafka_queue_t* rkqu, int fd, void const* payload, size_t size )
+rd_kafka_queue_length rd_kafka_queue_t* rkqu )
+rd_kafka_queue_poll ( rd_kafka_queue_t* rkqu, int timeout_ms )
+rd_kafka_topic_partition_destroy rd_kafka_topic_partition_t* rktpar )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  1  +
+ + +
+to the top
+ +

Other Changes in Constants  8 


+rdkafka.h
+ +[+] RD_KAFKA_EVENT_DR +
+ + + +[+] RD_KAFKA_EVENT_ERROR +
+ + + +[+] RD_KAFKA_EVENT_FETCH +
+ + + +[+] RD_KAFKA_EVENT_LOG +
+ + + +[+] RD_KAFKA_EVENT_NONE +
+ + + +[+] RD_KAFKA_EVENT_OFFSET_COMMIT +
+ + + +[+] RD_KAFKA_EVENT_REBALANCE +
+ + + +[+] RD_KAFKA_MSG_F_BLOCK +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Shared Libraries  1 


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


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #10.9.1
Version #20.9.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Shared Libraries1
Total Symbols / Types110 / 102
Compatibility100%
+

Problem Summary


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

Added Symbols  22 


+rdkafka.h
+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 )
+rd_kafka_conf_set_events ( rd_kafka_conf_t* conf, int events )
+rd_kafka_event_destroy rd_kafka_event_t* rkev )
+rd_kafka_event_error rd_kafka_event_t* rkev )
+rd_kafka_event_error_string rd_kafka_event_t* rkev )
+rd_kafka_event_log ( rd_kafka_event_t* rkev, char const** fac, char const** str, int* level )
+rd_kafka_event_message_array ( rd_kafka_event_t* rkev, rd_kafka_message_t const** rkmessages, size_t size )
+rd_kafka_event_message_count rd_kafka_event_t* rkev )
+rd_kafka_event_message_next rd_kafka_event_t* rkev )
+rd_kafka_event_name rd_kafka_event_t const* rkev )
+rd_kafka_event_opaque rd_kafka_event_t* rkev )
+rd_kafka_event_topic_partition rd_kafka_event_t* rkev )
+rd_kafka_event_topic_partition_list rd_kafka_event_t* rkev )
+rd_kafka_event_type rd_kafka_event_t const* rkev )
+rd_kafka_flush rd_kafka_t* rk, int timeout_ms )
+rd_kafka_queue_forward ( rd_kafka_queue_t* src, rd_kafka_queue_t* dst )
+rd_kafka_queue_get_consumer rd_kafka_t* rk )
+rd_kafka_queue_get_main rd_kafka_t* rk )
+rd_kafka_queue_io_event_enable ( rd_kafka_queue_t* rkqu, int fd, void const* payload, size_t size )
+rd_kafka_queue_length rd_kafka_queue_t* rkqu )
+rd_kafka_queue_poll ( rd_kafka_queue_t* rkqu, int timeout_ms )
+rd_kafka_topic_partition_destroy rd_kafka_topic_partition_t* rktpar )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


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

Other Changes in Data Types  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  1  +
+ + +
+to the top
+ +

Other Changes in Constants  8 


+rdkafka.h
+ +[+] RD_KAFKA_EVENT_DR +
+ + + +[+] RD_KAFKA_EVENT_ERROR +
+ + + +[+] RD_KAFKA_EVENT_FETCH +
+ + + +[+] RD_KAFKA_EVENT_LOG +
+ + + +[+] RD_KAFKA_EVENT_NONE +
+ + + +[+] RD_KAFKA_EVENT_OFFSET_COMMIT +
+ + + +[+] RD_KAFKA_EVENT_REBALANCE +
+ + + +[+] RD_KAFKA_MSG_F_BLOCK +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Shared Libraries  1 


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



+ +
+ + diff --git a/compat_reports/0.9.2_to_0.9.3/compat_report.html b/compat_reports/0.9.2_to_0.9.3/compat_report.html new file mode 100644 index 0000000..16e9aec --- /dev/null +++ b/compat_reports/0.9.2_to_0.9.3/compat_report.html @@ -0,0 +1,498 @@ + + + + + + + + +librdkafka: 0.9.2 to 0.9.3 compatibility report + + + +

API compatibility report for the librdkafka library between 0.9.2 and 0.9.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #10.9.2
Version #20.9.3
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Shared Libraries1
Total Symbols / Types131 / 110
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
Low0
+ +

Added Symbols  2 


+rdkafka.h, librdkafka.so.1
+rd_kafka_conf_set_closesocket_cb ( rd_kafka_conf_t* conf, int(*closesocket_cb)(int, void*) )
+rd_kafka_conf_set_connect_cb ( rd_kafka_conf_t* conf, int(*connect_cb)(int, struct sockaddr const*, int, char const*, void*) )
+
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Shared Libraries  1 


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


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #10.9.2
Version #20.9.3
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Shared Libraries1
Total Symbols / Types132 / 110
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
+ +

Added Symbols  2 


+rdkafka.h
+rd_kafka_conf_set_closesocket_cb ( rd_kafka_conf_t* conf, int(*closesocket_cb)(int, void*) )
+rd_kafka_conf_set_connect_cb ( rd_kafka_conf_t* conf, int(*connect_cb)(int, struct sockaddr const*, int, char const*, void*) )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Shared Libraries  1 


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



+ +
+ + diff --git a/compat_reports/0.9.3_to_0.9.4/compat_report.html b/compat_reports/0.9.3_to_0.9.4/compat_report.html new file mode 100644 index 0000000..680007c --- /dev/null +++ b/compat_reports/0.9.3_to_0.9.4/compat_report.html @@ -0,0 +1,843 @@ + + + + + + + + +librdkafka: 0.9.3 to 0.9.4 compatibility report + + + +

API compatibility report for the librdkafka library between 0.9.3 and 0.9.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #10.9.3
Version #20.9.4
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types133 / 60
Compatibility100%
+

Problem Summary


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

Added Symbols  6 


+rdkafka.h, librdkafka.so.1
+rd_kafka_offsets_for_times ( rd_kafka_t* rk, rd_kafka_topic_partition_list_t* offsets, int timeout_ms )
+rd_kafka_producev ( rd_kafka_t* rk, ... )
+rd_kafka_queue_get_partition ( rd_kafka_t* rk, char const* topic, int32_t partition )
+rd_kafka_queue_poll_callback ( rd_kafka_queue_t* rkqu, int timeout_ms )
+rd_kafka_set_log_queue ( rd_kafka_t* rk, rd_kafka_queue_t* rkqu )
+rd_kafka_topic_partition_list_sort ( rd_kafka_topic_partition_list_t* rktparlist, int(*cmp)(void const*, void const*, void*), void* opaque )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  1  +
+ + +
+to the top
+ +

Other Changes in Data Types  10 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  10  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+rdkafka.h
+ +[+] LIBRDKAFKA_TYPECHECKS +
+ + + +[+] RD_KAFKA_V_END +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #10.9.3
Version #20.9.4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types134 / 60
Compatibility100%
+

Problem Summary


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

Added Symbols  6 


+rdkafka.h
+rd_kafka_offsets_for_times ( rd_kafka_t* rk, rd_kafka_topic_partition_list_t* offsets, int timeout_ms )
+rd_kafka_producev ( rd_kafka_t* rk, ... )
+rd_kafka_queue_get_partition ( rd_kafka_t* rk, char const* topic, int32_t partition )
+rd_kafka_queue_poll_callback ( rd_kafka_queue_t* rkqu, int timeout_ms )
+rd_kafka_set_log_queue ( rd_kafka_t* rk, rd_kafka_queue_t* rkqu )
+rd_kafka_topic_partition_list_sort ( rd_kafka_topic_partition_list_t* rktparlist, int(*cmp)(void const*, void const*, void*), void* opaque )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  11 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  11  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+rdkafka.h
+ +[+] LIBRDKAFKA_TYPECHECKS +
+ + + +[+] RD_KAFKA_V_END +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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



+ +
+ + diff --git a/compat_reports/0.9.3_to_0.9.4RC1/compat_report.html b/compat_reports/0.9.3_to_0.9.4RC1/compat_report.html new file mode 100644 index 0000000..8887c00 --- /dev/null +++ b/compat_reports/0.9.3_to_0.9.4RC1/compat_report.html @@ -0,0 +1,843 @@ + + + + + + + + +librdkafka: 0.9.3 to 0.9.4RC1 compatibility report + + + +

API compatibility report for the librdkafka library between 0.9.3 and 0.9.4RC1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #10.9.3
Version #20.9.4RC1
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types133 / 60
Compatibility100%
+

Problem Summary


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

Added Symbols  6 


+rdkafka.h, librdkafka.so.1
+rd_kafka_offsets_for_times ( rd_kafka_t* rk, rd_kafka_topic_partition_list_t* offsets, int timeout_ms )
+rd_kafka_producev ( rd_kafka_t* rk, ... )
+rd_kafka_queue_get_partition ( rd_kafka_t* rk, char const* topic, int32_t partition )
+rd_kafka_queue_poll_callback ( rd_kafka_queue_t* rkqu, int timeout_ms )
+rd_kafka_set_log_queue ( rd_kafka_t* rk, rd_kafka_queue_t* rkqu )
+rd_kafka_topic_partition_list_sort ( rd_kafka_topic_partition_list_t* rktparlist, int(*cmp)(void const*, void const*, void*), void* opaque )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  1  +
+ + +
+to the top
+ +

Other Changes in Data Types  10 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  10  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+rdkafka.h
+ +[+] LIBRDKAFKA_TYPECHECKS +
+ + + +[+] RD_KAFKA_V_END +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #10.9.3
Version #20.9.4RC1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types134 / 60
Compatibility100%
+

Problem Summary


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

Added Symbols  6 


+rdkafka.h
+rd_kafka_offsets_for_times ( rd_kafka_t* rk, rd_kafka_topic_partition_list_t* offsets, int timeout_ms )
+rd_kafka_producev ( rd_kafka_t* rk, ... )
+rd_kafka_queue_get_partition ( rd_kafka_t* rk, char const* topic, int32_t partition )
+rd_kafka_queue_poll_callback ( rd_kafka_queue_t* rkqu, int timeout_ms )
+rd_kafka_set_log_queue ( rd_kafka_t* rk, rd_kafka_queue_t* rkqu )
+rd_kafka_topic_partition_list_sort ( rd_kafka_topic_partition_list_t* rktparlist, int(*cmp)(void const*, void const*, void*), void* opaque )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  11 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  11  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+rdkafka.h
+ +[+] LIBRDKAFKA_TYPECHECKS +
+ + + +[+] RD_KAFKA_V_END +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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



+ +
+ + diff --git a/compat_reports/0.9.3_to_0.9.4RC2/compat_report.html b/compat_reports/0.9.3_to_0.9.4RC2/compat_report.html new file mode 100644 index 0000000..8016868 --- /dev/null +++ b/compat_reports/0.9.3_to_0.9.4RC2/compat_report.html @@ -0,0 +1,843 @@ + + + + + + + + +librdkafka: 0.9.3 to 0.9.4RC2 compatibility report + + + +

API compatibility report for the librdkafka library between 0.9.3 and 0.9.4RC2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #10.9.3
Version #20.9.4RC2
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types133 / 60
Compatibility100%
+

Problem Summary


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

Added Symbols  6 


+rdkafka.h, librdkafka.so.1
+rd_kafka_offsets_for_times ( rd_kafka_t* rk, rd_kafka_topic_partition_list_t* offsets, int timeout_ms )
+rd_kafka_producev ( rd_kafka_t* rk, ... )
+rd_kafka_queue_get_partition ( rd_kafka_t* rk, char const* topic, int32_t partition )
+rd_kafka_queue_poll_callback ( rd_kafka_queue_t* rkqu, int timeout_ms )
+rd_kafka_set_log_queue ( rd_kafka_t* rk, rd_kafka_queue_t* rkqu )
+rd_kafka_topic_partition_list_sort ( rd_kafka_topic_partition_list_t* rktparlist, int(*cmp)(void const*, void const*, void*), void* opaque )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  1  +
+ + +
+to the top
+ +

Other Changes in Data Types  10 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  10  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+rdkafka.h
+ +[+] LIBRDKAFKA_TYPECHECKS +
+ + + +[+] RD_KAFKA_V_END +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #10.9.3
Version #20.9.4RC2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types134 / 60
Compatibility100%
+

Problem Summary


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

Added Symbols  6 


+rdkafka.h
+rd_kafka_offsets_for_times ( rd_kafka_t* rk, rd_kafka_topic_partition_list_t* offsets, int timeout_ms )
+rd_kafka_producev ( rd_kafka_t* rk, ... )
+rd_kafka_queue_get_partition ( rd_kafka_t* rk, char const* topic, int32_t partition )
+rd_kafka_queue_poll_callback ( rd_kafka_queue_t* rkqu, int timeout_ms )
+rd_kafka_set_log_queue ( rd_kafka_t* rk, rd_kafka_queue_t* rkqu )
+rd_kafka_topic_partition_list_sort ( rd_kafka_topic_partition_list_t* rktparlist, int(*cmp)(void const*, void const*, void*), void* opaque )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  11 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  11  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+rdkafka.h
+ +[+] LIBRDKAFKA_TYPECHECKS +
+ + + +[+] RD_KAFKA_V_END +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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



+ +
+ + diff --git a/compat_reports/0.9.4RC1_to_0.9.4RC1lz4/compat_report.html b/compat_reports/0.9.4RC1_to_0.9.4RC1lz4/compat_report.html new file mode 100644 index 0000000..67ca055 --- /dev/null +++ b/compat_reports/0.9.4RC1_to_0.9.4RC1lz4/compat_report.html @@ -0,0 +1,473 @@ + + + + + + + + +librdkafka: 0.9.4RC1 to 0.9.4RC1lz4 compatibility report + + + +

API compatibility report for the librdkafka library between 0.9.4RC1 and 0.9.4RC1lz4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #10.9.4RC1
Version #20.9.4RC1lz4
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types139 / 62
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 #10.9.4RC1
Version #20.9.4RC1lz4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types140 / 62
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
+



+ +
+ + diff --git a/compat_reports/0.9.4RC1_to_0.9.4RC2/compat_report.html b/compat_reports/0.9.4RC1_to_0.9.4RC2/compat_report.html new file mode 100644 index 0000000..e39d7be --- /dev/null +++ b/compat_reports/0.9.4RC1_to_0.9.4RC2/compat_report.html @@ -0,0 +1,473 @@ + + + + + + + + +librdkafka: 0.9.4RC1 to 0.9.4RC2 compatibility report + + + +

API compatibility report for the librdkafka library between 0.9.4RC1 and 0.9.4RC2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #10.9.4RC1
Version #20.9.4RC2
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types139 / 62
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 #10.9.4RC1
Version #20.9.4RC2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types140 / 62
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
+



+ +
+ + diff --git a/compat_reports/0.9.4RC2_to_0.9.4/compat_report.html b/compat_reports/0.9.4RC2_to_0.9.4/compat_report.html new file mode 100644 index 0000000..786e754 --- /dev/null +++ b/compat_reports/0.9.4RC2_to_0.9.4/compat_report.html @@ -0,0 +1,591 @@ + + + + + + + + +librdkafka: 0.9.4RC2 to 0.9.4 compatibility report + + + +

API compatibility report for the librdkafka library between 0.9.4RC2 and 0.9.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #10.9.4RC2
Version #20.9.4
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types139 / 62
Compatibility100%
+

Problem Summary


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

Problems with Data Types, Low Severity  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  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 #10.9.4RC2
Version #20.9.4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types140 / 62
Compatibility55%
+

Problem Summary


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

Problems with Data Types, High Severity  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  1  +
+ + +
+to the top
+ +

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/0.9.4_to_0.9.5-RC1/compat_report.html b/compat_reports/0.9.4_to_0.9.5-RC1/compat_report.html new file mode 100644 index 0000000..6d8e9b5 --- /dev/null +++ b/compat_reports/0.9.4_to_0.9.5-RC1/compat_report.html @@ -0,0 +1,497 @@ + + + + + + + + +librdkafka: 0.9.4 to 0.9.5-RC1 compatibility report + + + +

API compatibility report for the librdkafka library between 0.9.4 and 0.9.5-RC1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #10.9.4
Version #20.9.5-RC1
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types139 / 62
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 #10.9.4
Version #20.9.5-RC1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types140 / 62
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
+



+ +
+ + -- cgit