Skip to content

1.0.0-dp.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@avsej avsej released this 22 Dec 19:19
· 160 commits to main since this release
1.0.0-dp.11
8ceabca

API documentation: https://docs.couchbase.com/sdk-api/couchbase-cxx-client-1.0.0-dp.11
Full Changelog: 1.0.0-dp.10...1.0.0-dp.11

Fixes

  • CXXCBC-404: KV_LOCKED status should be exposed as cas_mismatch for unlock. (#479)

  • CXXCBC-403: Allow retries for KV not_my_vbucket response. (#480)

  • CXXCBC-368: Subscribe to clustermap notifications to speedup failover. (#490)'

  • CXXCBC-419: Ensure that MCBP protocol parser starts with clean state. Fixes protocol parsing issues when bootstrap sequence is being retried. (#496)

  • CXXCBC-409: Add handling for 'index does not exist' query error. (#492)

  • CXXCBC-391: Fix transactions API inconsistencies. (#482)

    • Remove kv_timeout
    • Rename expiration_time to timeout
  • CXXCBC-408: Search Public API Issues. (#487)

    • implement search sort geo distance
    • add constructor to phrase query with vector
    • add doc_id_query encode
    • complete search row location definition

New features and enhancements

Build optimizations

  • CXXCBC-332: Hide implementation of the core::cluster class into object file to speedup the build. (#415)
  • CXXCBC-411: fix logger issues by compiler (#488)