Skip to content

PHP Couchbase Extension 3.2.0

Compare
Choose a tag to compare
@avsej avsej released this 27 Jul 17:10
· 17 commits to master since this release
v3.2.0

API documentation: https://docs.couchbase.com/sdk-api/couchbase-php-client-3.2.0/index.html

PCBC-750: Deprecate getScope in collections manager.
PCBC-725: Add support for collections to Full Text Search.
PCBC-764: Serialize BooleanSearchQuery->mustNot to "must_not".
PCBC-709: Add scope level analytics queries.
PCBC-732: Expose partition information for query indexes.
PCBC-733: Add analytics index manager.
PCBC-769: Do not allow using CAS with counter operations, which are always atomic.
PCBC-767: Fix URL for collection create method.
PCBC-738: Add preserveExpiry support for mutations (replace, upsert and mutateIn).
PCBC-700: Manage remote links for analytics service.
PCBC-706: Provide tracing interface.
PCBC-743: Provide metrics interface.