Skip to content

1.0.0-dp.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@avsej avsej released this 01 Feb 21:48
· 142 commits to main since this release
1.0.0-dp.12
0461e77

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

New features and enhancements

Fixes

  • CXXCBC-284: Reduce network traffic when polling for cluster configuration. (#504)
  • CXXCBC-422: Add insufficient credentials error code to common query error code conversion. (#511)
  • CXXCBC-421: Return feature_not_available when query preserve expiry is not supported. (#510)
  • CXXCBC-426: Get with very large projection test is returning fields outside of the projection. (#499)

Build optimizations

  • CXXCBC-446: Improve logging formatting. (#508, #506, #509)
  • CXXCBC-446: Run sanitizers with TLS connections. (#507)
  • CXXCBC-431: Add check for history retention bucket capability in collection create/update. (#502, #505)
  • Add cap to exp_delay to limit number of transaction retries. (#494)
  • Declare boringssl as system library (#509)