Skip to content

3.3.16

Compare
Choose a tag to compare
@avsej avsej released this 02 Jun 06:32
· 9 commits to master since this release
3.3.16

API documentation: https://docs.couchbase.com/sdk-api/couchbase-c-client-3.3.16
Full Changelog: 3.3.15...3.3.16

  • CCBC-1664: Register read event watcher for KV socket if duplex is enabled. Fixes missing configuration updates on newer server versions (7.6.5+).
  • CCBC-1662: Ignore server-side notification during bootstrap. Libcouchbase reports protocol error and stop bootstrapping the connection if the server sends configuration notification during the initial handshake.
  • Define LCB_CC_STRING for MS VS 17 to fix packaging scripts.
  • CCBC-1658: Add support for encrypted TLS keys. The key password should be specified in connection options with lcb_createopts_tls_key_password().