couchbase

Couchbase Server PHP extension


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

License: Apache V2

Latest releases

Version Release Download
4.5.0 2026-04-01 couchbase-4.5.0.tgz
4.4.0 2025-09-30 couchbase-4.4.0.tgz
4.3.0 2025-06-13 couchbase-4.3.0.tgz
4.2.7 2025-03-18 couchbase-4.2.7.tgz
4.2.6 2025-01-29 couchbase-4.2.6.tgz
Show all releases

Changelog

Version Message
4.5.0 New features and enhancements
=============================

* PCBC-1040: Tracing - include child spans created by the C++ core (#249)
* PCBC-1039: Add MeterException (#248)
* PCBC-1038, PCBC-1039: Add tracing and metrics instrumentation for management operations (#244)
* PCBC-1039: Add LoggingMeter implementation (#246)
* PCBC-1038: Add ThresholdLoggingTracer implementation (#245)
* PCBC-1038, PCBC-1039: Add tracing/metrics instrumentation for non-management operations (#241)
* PCBC-1050: Add missing manager accessors in Cluster/Bucket/Collection interfaces (#243)
* PCBC-1048: Update all KV operations to use C++ Core API (#239)
* PCBC-1033: JWT Based authentication in Operational SDKs (#236)
* PCBC-1032, PCBC-1041: Support mTLS Cert Refresh and Expose idleHttpConnectionTimeout (#233)
* PCBC-1035: Lazy connections with options (#235)
* PCBC-1015: SDK Telemetry Collection in Server
* Update core to 1.3.1 (#250)

Bug fixes
=========

* PCBC-1053: Fix CC compiler flags bleeding into CMAKE_C_COMPILER on macOS (#251)
* PCBC-1052: Initialize timeout to null in search/collection mgmt options blocks (#247)
* PCBC-1034: Binary CasMismatch tests occasionally fail

Build improvements
===================

* PCBC-1054: Update CI matrix - bump PHP versions and Alpine images (#252)
* PCBC-1049: GHA - Add 8.0 to server version matrix (#242)
* PCBC-1047: GHA macos13 runners have been retired
* remove intl from setup php (#234)

Deprecations
=============

* PCBC-1043: Deprecate Support for MapReduce Views Since Server Deprecated
4.4.0 New features and enhancements
=============================

* PCBC-1026: Implement FTS vector search pre-filters
* PCBC-1030: Fix how SDK handles KV Expiry (#226)
* Install VS2019 tools for building on windows 2022 (#225)
4.3.0 New features and enhancements
=============================

* PCBC-1023: Add numVBuckets to BucketSettings. (#210)
* PCBC-1024: Improve SDK error messages for account lock/unlock feature. (#211)
* PCBC-1025: Add CAS to core append/prepend. (#208)
* PCBC-1020: Implement getMulti() and getMultiReplicasFromPreferredServerGroup() for transactions. (#213)
4.2.7 Fixes
=====

* Update core to 1.0.6 (#206).
4.2.6 Enhancements
============

* PCBC-992: Add zone aware replica reads (#201).

Fixes
=====

* PCBC-1018: Do not destroy expired connection if it still being used (#200).

* PCBC-1016: Fix `trustCertificate` option that was ignored previously (#195).

* Update core to 1.0.5 (#203).

* Fix PHP 8.4 deprecation warnings (#198).

* Fix Undefined constant error (#196).
Show complete changelog