couchbase 3.2.0

Couchbase Server PHP extension


The PHP client library provides fast access to documents stored in a Couchbase Server.

License: Apache V2

Changes

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.