PHP Couchbase Extension 3.0.5
API documentation: https://docs.couchbase.com/sdk-api/couchbase-php-client-3.0.5/index.html
- PCBC-699: Add support for minimal durability settings for bucket manager
- PCBC-718: Deprecate
expiry()
onGetResult
andLookupInResult
.expiry()
is deprecated in favour toexpiryTime()
which returnsDateTimeInterface
- 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
- allow to specify
- 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