Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ A new REST API has been introduced to facilitate the deletion of specific global
Data Service:::
The Data-Service `external_auth_request_timeout` is now configurable, allowing users to set a value between 0 and the maximum 32-bit unsigned integer value. The default is set to 60 seconds, and the value can be passed in seconds.

*https://jira.issues.couchbase.com/browse/MB-66015/[MB-66015]*::

Subdoc get operations are now correctly permitted against locked documents.
This is a change in behaviour: the operation now returns `SUCCESS`, where previously it returned `LOCKED`.
The CAS is set to a special locked value, encoded as all ones (`0xffff_ffff_ffff_ffff`).

*https://jira.issues.couchbase.com/browse/MB-67106/[MB-67106]*::

*Metric Rename – Cache Miss Ratio → Get Miss Ratio*
Expand Down