Releases: couchbase/php-couchbase
Releases · couchbase/php-couchbase
PHP Couchbase Extension 3.0.2
- PCBC-660: Detect when to raise CasMismatchException
- PCBC-663: make sure search object will not be double-freed
- Fixed memory leaks.
- Fixed manifest issue leading to install failure.
PHP Couchbase Extension 3.0.1
- Exposed manager APIs on Cluster level:
- Cluster#queryIndexes() -> QueryIndexManager
- Cluster#searchIndexes() -> SearchIndexManager
- Cluster#users() -> UserManager
- Cluster#buckets() -> BucketManager
- Exposed manager APIs on Bucket level:
- Bucket#collections() -> CollectionManager
- Bucket#viewIndexes() -> ViewIndexManager
PHP Couchbase Extension 2.6.2
API documentation: http://docs.couchbase.com/sdk-api/couchbase-php-client-2.6.2/files/couchbase.html
- fixed possible segfault in N1QL request
- fixed windows build for PHP 7.4
- PCBC-646: Fixed issue with blank string decoding.
PHP Couchbase Extension 3.0.0
v3.0.0 First GA release of 3.0.0
PHP Couchbase Extension 3.0.0 beta 1
First beta release
- Revised APIs to conform RFCs and libcouchbase-3.0.0.beta.1
PHP Couchbase Extension 3.0.0 alpha 4
Fourth alpha release
- Removed support of geospatial views
- Implemented analytics query options
- Moved query methods up to cluster level
PHP Couchbase Extension 2.6.1
API documentation: http://docs.couchbase.com/sdk-api/couchbase-php-client-2.6.1/files/couchbase.html
- Documentation updates
- Improved test integration with CouchbaseMock
PHP Couchbase Extension 3.0.0 alpha 3
Third alpha release
- Implemented query options for n1ql
- Implemented query options for views
- Fixed boolean typehint on function signatures
- Implemented subdoc counter spec
- Added delta/initial options for counter operations
- Fixed content property for get operation result
- Fixed parsing integers in operation options
- Relaxed type check on KV mutate value
PHP Couchbase Extension 3.0.0 alpha 2
Second alpha release
- fixed operation options access
- fixed build on macos (duplicate symbols error)
PHP Couchbase Extension 3.0.0 alpha 1
First alpha release
- updated libcouchbase bindings (depends on libcouchbase 3.0.0.alpha.3)
- collections
- sync durability