Skip to content

3.3.5

Compare
Choose a tag to compare
@avsej avsej released this 09 Mar 15:36
· 49 commits to master since this release
3.3.5

API documentation: https://docs.couchbase.com/sdk-api/couchbase-c-client-3.3.5

  • CCBC-1545: handle LCB_ERR_REQUEST_CANCELED in ping callback

    If the instance is being destroyed, while the operations in flight, all these operations will be cancelled with error code LCB_ERR_REQUEST_CANCELED. Ping implementation should handle this error code and don't assume any of the objects (except response) be in valid state.

  • CCBC-1586: force SASL PLAIN for TLS connections

  • CCBC-1589: apply authenticator when passed to lcb_create

  • CCBC-1585: fix build for gcc-13

  • CCBC-1587: allow to disable uninstall target