From 42571498af81e720aa078dbd927d7670043c4233 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Nov 2018 15:19:42 +0100 Subject: v2.10.2 --- compat_reports/2.10.1_to_2.10.2/compat_report.html | 1090 ++++++++++++++++++++ 1 file changed, 1090 insertions(+) create mode 100644 compat_reports/2.10.1_to_2.10.2/compat_report.html (limited to 'compat_reports/2.10.1_to_2.10.2/compat_report.html') diff --git a/compat_reports/2.10.1_to_2.10.2/compat_report.html b/compat_reports/2.10.1_to_2.10.2/compat_report.html new file mode 100644 index 0000000..4c4d978 --- /dev/null +++ b/compat_reports/2.10.1_to_2.10.2/compat_report.html @@ -0,0 +1,1090 @@ + + + + + + + + + +libcouchbase: 2.10.1 to 2.10.2 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.10.1 and 2.10.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.10.1
Version #22.10.2
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files33
Total Libraries1
Total Symbols / Types266 / 456
Compatibility100%
+

Problem Summary


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

Problems with Data Types, Low Severity  2 


+ixmgmt.h
+ +[+] struct lcb_RESPN1XMGMT_st  2  +
+ + +
+to the top
+ +

Other Changes in Constants  10 


+n1ql.h
+ +[+] LCB_CMDN1QL_F_ANALYTICSQUERY +
+ + + +[+] LCB_CMDN1QL_F_CBASQUERY +
+ + + +[+] LCB_CMDN1QL_F_JSONQUERY +
+ + + +[+] LCB_CMDN1QL_F_PREPCACHE +
+ + + +[+] LCB_N1P_CONSISTENCY_NONE +
+ + + +[+] LCB_N1P_CONSISTENCY_REQUEST +
+ + + +[+] LCB_N1P_CONSISTENCY_RYOW +
+ + + +[+] LCB_N1P_CONSISTENCY_STATEMENT +
+ + + +[+] LCB_N1P_QUERY_PREPARED +
+ + + +[+] LCB_N1P_QUERY_STATEMENT +
+ + +
+to the top
+

Header Files  33 


+
+_cxxwrap.h
+analytics.h
+api-legacy.h
+api3.h
+assert.h
+auth.h
+cbft.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+deprecated.h
+http.h
+iops.h
+ixmgmt.h
+kvbuf.h
+libev_io_opts.h
+libevent_io_opts.h
+libuv_compat.h
+libuv_io_opts.h
+metrics.h
+n1ql.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+subdoc.h
+sysdefs.h
+tracing.h
+vbucket.h
+views.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.2.0.63
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.10.1
Version #22.10.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files33
Total Libraries1
Total Symbols / Types534 / 463
Compatibility100%
+

Problem Summary


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

Added Symbols  19 


+n1ql.h
+lcb_n1p_encode ( lcb_N1QLPARAMS* params, enum lcb_error_t* rc )
+lcb_n1p_free ( lcb_N1QLPARAMS* params )
+lcb_n1p_mkcmd ( lcb_N1QLPARAMS* params, lcb_CMDN1QL* cmd )
+lcb_n1p_namedparam ( lcb_N1QLPARAMS* params, char const* name, size_t n_name, char const* value, size_t n_value )
+lcb_n1p_new ( )
+lcb_n1p_pipelinebatch ( lcb_N1QLPARAMS* params, int pipelinebatch )
+lcb_n1p_pipelinecap ( lcb_N1QLPARAMS* params, int pipelinecap )
+lcb_n1p_posparam ( lcb_N1QLPARAMS* params, char const* value, size_t n_value )
+lcb_n1p_readonly ( lcb_N1QLPARAMS* params, int readonly )
+lcb_n1p_reset ( lcb_N1QLPARAMS* params )
+lcb_n1p_scancap ( lcb_N1QLPARAMS* params, int scancap )
+lcb_n1p_setconsistency ( lcb_N1QLPARAMS* params, int mode )
+lcb_n1p_setconsistent_handle ( lcb_N1QLPARAMS* params, lcb_t instance )
+lcb_n1p_setconsistent_token ( lcb_N1QLPARAMS* params, char const* keyspace, lcb_MUTATION_TOKEN const* st )
+lcb_n1p_setopt ( lcb_N1QLPARAMS* params, char const* name, size_t n_name, char const* value, size_t n_value )
+lcb_n1p_setquery ( lcb_N1QLPARAMS* params, char const* qstr, size_t nqstr, int type )
+lcb_n1ql_cancel ( lcb_t instance, lcb_N1QLHANDLE handle )
+lcb_n1ql_query ( lcb_t instance, void const* cookie, lcb_CMDN1QL const* cmd )
+lcb_n1ql_set_parent_span ( lcb_t instance, lcb_N1QLHANDLE handle, lcbtrace_SPAN* span )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+ixmgmt.h
+ +[+] struct lcb_RESPN1XMGMT_st  1  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  3 


+configuration.h
+ +[+] LCB_VERSION +
+ + + +[+] LCB_VERSION_CHANGESET +
+ + + +[+] LCB_VERSION_STRING +
+ + +
+to the top
+ +

Other Changes in Constants  10 


+n1ql.h
+ +[+] LCB_CMDN1QL_F_ANALYTICSQUERY +
+ + + +[+] LCB_CMDN1QL_F_CBASQUERY +
+ + + +[+] LCB_CMDN1QL_F_JSONQUERY +
+ + + +[+] LCB_CMDN1QL_F_PREPCACHE +
+ + + +[+] LCB_N1P_CONSISTENCY_NONE +
+ + + +[+] LCB_N1P_CONSISTENCY_REQUEST +
+ + + +[+] LCB_N1P_CONSISTENCY_RYOW +
+ + + +[+] LCB_N1P_CONSISTENCY_STATEMENT +
+ + + +[+] LCB_N1P_QUERY_PREPARED +
+ + + +[+] LCB_N1P_QUERY_STATEMENT +
+ + +
+to the top
+

Header Files  33 


+
+_cxxwrap.h
+analytics.h
+api-legacy.h
+api3.h
+assert.h
+auth.h
+cbft.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+deprecated.h
+http.h
+iops.h
+ixmgmt.h
+kvbuf.h
+libev_io_opts.h
+libevent_io_opts.h
+libuv_compat.h
+libuv_io_opts.h
+metrics.h
+n1ql.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+subdoc.h
+sysdefs.h
+tracing.h
+vbucket.h
+views.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.2.0.63
+
+
to the top
+



+ +
+ + -- cgit