The new PECL package couchbase-3.0.5 (stable) has been released at 
https://pecl.php.net/.

Release notes
-------------
* PCBC-699: Add support for minimal durability settings for bucket manager
* PCBC-718: Deprecate expiry() on GetResult and LookupInResult. expiry() is 
deprecated in favour to expiryTime()
  which returns DateTimeInterface
* PCBC-715: refactor document expiry duration
    - allow to specify DateTimeInterface objects as expiry value in mutation 
options
    - when expiration is set as long in seconds, treat the value as relative if 
it is less than 50 years in
      seconds. In this case take current time and add to the expiration value
* PCBC-733: Add missing fields for SearchFacet results
* PCBC-720: allow to disable FTS scoring
* Support PHP 8. Drop support for PHP older than 7.2

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

Related Links
-------------
Package home: https://pecl.php.net/package/couchbase
   Changelog: https://pecl.php.net/package-changelog.php?package=couchbase
    Download: https://pecl.php.net/get/couchbase-3.0.5.tgz

Authors
-------------
Sergey Avseyev <sergey.avse...@gmail.com> (lead)

-- 
PECL development discussion Mailing List (https://pecl.php.net/)
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to