Skip to content

3.3.10

Compare
Choose a tag to compare
@avsej avsej released this 10 Oct 18:59
· 21 commits to master since this release
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:
    A wait_for_config check is now applied for all pipelines. Previously, the lcb_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 from lcb_wait as soon as the operation completes.

    • The old behaviour still works when wait_for_config=true is passed in the connection string (or LCB_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.