API documentation: http://docs.couchbase.com/sdk-api/couchbase-c-client-2.9.3/
CCBC-955: Parse uint32 as unsigned ints instead of timeouts. Some settings were interpreted as time values, while they should not (e.g. console_log_level
, compression_min_size
etc). This issue forced the library to misinterpret user input (converter was multiplying all values to 1000000, e.g. log level was always TRACE).
CCBC-957: Automatically disable SSL support, when OpenSSL is unavailable.
CCBC-954: Define EFTYPE error code if it does not exist. Fixes support of libuv 1.21 and higher.
CCBC-951: Remove experimental warning from subdoc API.
CCBC-948: Consider retry queue with only 0xb5 as empty. This allows a breakout from lcb_wait earlier (when application operates in synchronous style). The old behaviour, where lcb_wait does not breakout until the library gets the first successful configuration, still can be restored with lcb_cntl(..., LCB_CNTL_WAIT_FOR_CONFIG, ...)
.
CCBC-939: Optimize the performance of built-in tracer. It now uses sllist for tags container instead of Json::Value.
CCBC-958: Check tracing span tags argument more pedantically and return error if arguments are not valid.
CCBC-956: Combine operation id and name into single field in the threshold tracer.
CCBC-949: Do not hardcode libevent dependencies in DEB packages. Instead let dh_shlibdeps
script to detect dependencies for each platform. This fixes useless dependency on libevent-1 for ubuntu 18.04.
CCBC-947: Fix build scripts for examples (when built with -DLCB_BUILD_EXAMPLES=ON
).
And other small fixes and improvements.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2018-1ece997db3
Please login to add feedback.
This update has been submitted for testing by avsej.
avsej edited this update.
This update has been pushed to testing.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for batched by avsej.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.