Skip to content

Releases: couchbase/php-couchbase

PHP Couchbase Extension 3.0.2

04 Mar 04:54
v3.0.2
Compare
Choose a tag to compare
  • 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

04 Feb 15:33
v3.0.1
Compare
Choose a tag to compare
  • 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

04 Feb 15:45
v2.6.2
Compare
Choose a tag to compare

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

21 Jan 20:30
v3.0.0
Compare
Choose a tag to compare
v3.0.0

First GA release of 3.0.0

PHP Couchbase Extension 3.0.0 beta 1

23 Oct 14:58
v3.0.0beta1
Compare
Choose a tag to compare
Pre-release

First beta release

  • Revised APIs to conform RFCs and libcouchbase-3.0.0.beta.1

PHP Couchbase Extension 3.0.0 alpha 4

18 Jul 08:38
v3.0.0alpha4
Compare
Choose a tag to compare

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

03 Jun 07:21
v2.6.1
Compare
Choose a tag to compare

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

30 May 15:52
v3.0.0alpha3
Compare
Choose a tag to compare

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

29 May 13:18
v3.0.0alpha2
Compare
Choose a tag to compare

Second alpha release

  • fixed operation options access
  • fixed build on macos (duplicate symbols error)

PHP Couchbase Extension 3.0.0 alpha 1

22 May 18:02
v3.0.0alpha1
Compare
Choose a tag to compare

First alpha release