Skip to content

1.0.0-dp.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@avsej avsej released this 20 Sep 03:41
· 203 commits to main since this release
1.0.0-dp.9
a873bb9

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

  • CXXCBC-376: Revisit what 'create' and 'update' bucket operations send to the server. Make optional bucket settings fields optional, and do not send anything unless the settings explicitly specified. (#451)

  • CXXCBC-374: Return 'bucket_exists' error when the bucket already exists during 'create' operation. (#449)

  • CXXCBC-359: Reduce default HTTP idle timeout to 1 second (#448)

  • CXXCBC-367, CXXCBC-370: Add history retention settings to buckets/collection management. (#446)

  • CXXCBC-119: Return booleans for subdocument 'exists' operation instead of error code. (#444, #452)

  • Detect 'collection_not_found' error in 'update_collection' response (#450)