3.3.10
API documentation: https://docs.couchbase.com/sdk-api/couchbase-c-client-3.3.10
Full Changelog: 3.3.9...3.3.10
-
CCBC-1616:
Await_for_config
check is now applied for all pipelines. Previously, thelcb_wait
function would wait for the pending configuration updates, but didn't do it if the configuration update operation was being retried. Now, the operation also will not wait for pending configuration updates, rather it will return fromlcb_wait
as soon as the operation completes.- The old behaviour still works when
wait_for_config=true
is passed in the connection string (orLCB_CNTL_WAIT_FOR_CONFIG
is set to non-zero value): in this case the library will wait for the configuration. - This setting does not affect the mode when the event loop is executed by the application, and without
lcb_wait
.
- The old behaviour still works when