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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 9.2.3
2
+
##### 11 january 2024
3
+
-__Drivers__
4
+
-**Added support of `Ravendb` as an extension with its own [sub-repository](https://github.com/PHPSocialNetwork/ravendb-extension).**
5
+
- Deprecated `\Phpfastcache\Entities\DriverStatistic::getData()`. Will be removed as of v10.
6
+
- Deprecated `\Phpfastcache\Entities\DriverStatistic::setData()`. Will be removed as of v10.
7
+
- Added `\Phpfastcache\Entities\DriverStatistic::getCount(): int|null`. If applicable will return the count of cache objects stored in driver database/collection. Null otherwise.
- Upgraded Phpfastcache API to `4.3.0` ([see changes](CHANGELOG_API.md))
15
24
-__Extensions__ (💡 New in 9.2)
16
25
- Created an extension mechanism to allow some drivers to be loaded independently, see [README.md](README.md)
17
-
-Created extension for`Couchbasev4`support to its own [sub-repository](https://github.com/PHPSocialNetwork/couchbasev4-extension).
26
+
-Added support of`Couchbasev4`as an extension with its own [sub-repository](https://github.com/PHPSocialNetwork/couchbasev4-extension).
18
27
-**IMPORTANT**: *AS OF v9.2* the following drivers has been **MOVED** to their own sub-repositories as a standalone extension: `Arangodb`, `Couchdb`, `Dynamodb`, `Firestore`, `Mongodb`, `Solr`. However `Couchbasev3` will stay in the core for compatibility reasons but will be deprecated.
19
28
-**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.
0 commit comments