You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# - yes | pecl install -f grpc-stable | grep -v --line-buffered "/tmp/pear/install/grpc"; # This pecl install is partially muted due to too much output written
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@
3
3
-__API__
4
4
- Upgraded Phpfastcache API to `4.3.0` ([see changes](CHANGELOG_API.md))
5
5
-__Extensions__ (💡 New in 9.2)
6
-
- Created an extension mechanism to allow future driver to be loaded independently, see [README.md](README.md)
7
-
- Created first extension for `Couchbasev4` support which will be moved to a [sub-repository](https://github.com/PHPSocialNetwork/couchbasev4-extension).
8
-
-**IMPORTANT**: *AS OF V10* the following drivers will be **MOVED** to their own sub-repositories as a standalone extension: `Arangodb`, `Couchdb`, `Cassandra`, `Dynamodb`, `Firestore`, `Mongodb`, `Solr`. However `Couchbasev3` will stay in the core for compatibility reasons but will be deprecated.
6
+
- Created an extension mechanism to allow some drivers to be loaded independently, see [README.md](README.md)
7
+
- Created extension for `Couchbasev4` support to its own [sub-repository](https://github.com/PHPSocialNetwork/couchbasev4-extension).
8
+
-**IMPORTANT**: *AS OF v9.2* the following drivers has been **MOVED** to their own sub-repositories as a standalone extension: `Arangodb`, `Couchdb`, `Cassandra`, `Dynamodb`, `Firestore`, `Mongodb`, `Solr`. However `Couchbasev3` will stay in the core for compatibility reasons but will be deprecated.
9
+
-**IMPORTANT**: *AS OF v10* extensions will have their namespaces permanently moved from `Phpfastcache\Drivers\EXT_NAME\{Config, Driver, Event, Item}` to `Phpfastcache\Extensions\Drivers\EXT_NAME\{Config, Driver, Event, Item}`. For now an alias is ensuring compatibility.
9
10
-__Events__
10
11
- EventManager is now scoped to its own poll if retrieved through `ExtendedCacheItemPoolTrait::->getEventManager()`. Global EventManager `EventManager::getInstance()` remains unchanged, see [EVENTS.md](./docs/EVENTS.md).
11
12
-`EventManagerInterface::on()` now also accepts a single `string $events`.
|`Apcu`_(Core)_<br>_(APC support removed)_|`Arangodb`_([Extension](https://github.com/PHPSocialNetwork/arangodb-extension))_|`Devnull`|`FullReplicationCluster`|
|`Files`_(Core)_|`CouchBasev3`_(Core)_<br>_(Will be deprecated as of v10)_|`Memory`<br>(Previously named `Memstatic`) |`MasterSlaveReplicationCluster`|
|`Wincache`_(Core)_<br>(**Deprecated** as of v9.2, will be removed as of v10) |`Ssdb`_(Core)_|||
29
+
|`Zend Disk Cache`_(Core)_|`Zend Memory Cache`_(Core)_|||
30
+
|||||
31
31
32
32
\* Driver descriptions available in [DOCS/DRIVERS.md](./docs/DRIVERS.md)
33
33
34
-
:new: As of v9.2 the first extension has been released: [Couchbasev4](https://github.com/PHPSocialNetwork/couchbasev4-extension)
34
+
:new: As of v9.2 a new Couchbase extension has been released: [Couchbasev4](https://github.com/PHPSocialNetwork/couchbasev4-extension)
35
35
36
-
This new extension **is the beginning of a new era** for Phpfastcache:\
37
-
As of the v10 many drivers will be moved from the core to their own sub-repository as a standalone extension: `Arangodb`, `Couchdb`, `Cassandra`, `Dynamodb`, `Firestore`, `Mongodb`, `Solr`.\
38
-
However `Couchbasev3` will stay in the core for compatibility reasons but will be deprecated.
36
+
This new extension **is the beginning of a new era** for Phpfastcache along with some others:\
37
+
Many drivers has been moved from the core to their own sub-repository as a standalone extension: `Arangodb`, `Couchdb`, `Cassandra`, `Dynamodb`, `Firestore`, `Mongodb`, `Solr`.\
38
+
They can be easily added through composer, ex: `composer install phpfastcache/couchbasev4-extension`
39
+
However `Couchbasev3`**will stay in the core** for compatibility reasons but will be deprecated.
0 commit comments