Package Information |
Summary |
Couchbase Server PHP extension |
Maintainers |
Sergey Avseyev <
sergey dot avseyev at gmail dot com >
(lead)
[details]
|
License |
Apache V2 |
Description |
The PHP client library provides fast access to documents stored in a Couchbase Server. |
Homepage |
https://docs.couchbase.com/php-sdk/current/project-docs/sdk-release-notes.html
|
Release notes
Version 4.1.3
(stable)
|
* PCBC-915: Fixed timestamp as expiry in mutation options (#88) * PCBC-828: Implemented collection management (#89) * PCBC-918: Extra attributes in ExistsResult now optional (deleted, expiry, flags, and sequenceNumber) (#95)
Notable changes in core C++ ---------------------------
* CXXCBC-31: Allow to use schema-less connection strings (#394) * CXXCBC-318: Always try TCP if UDP fails in DNS-SRV resolver (#390) * CXXCBC-320: Negative expiry in atr can 'stuck' docs. (#393) * CXXCBC-310: Improve shutdown of the LostTxnCleanup thread. (#389) |