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-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
+
## 9.0.1
2
+
##### 14 november 2021
3
+
-__Core__
4
+
- Added `\Phpfastcache\Event\Event` class for centralizing event name with reusable constants.
5
+
-__Item__
6
+
-`\Psr\Cache\CacheItemInterface::set` will also no longer accepts resource object anymore as method unique parameter
7
+
-__Misc__
8
+
- Fixed typos in [README.md](./README.md)
1
9
## 9.0.0
2
-
##### 1 october 2021
10
+
##### 31 october 2021
3
11
-__Migration guide__
4
12
- Read the [migration guide](./docs/migration/MigratingFromV8ToV9.md) to upgrade from V8 to V9
5
13
-__PSR-6__
6
14
- Upgraded `psr/cache` dependency to `^2.0||^3.0` (for PHP-8 types)
7
15
-`\Psr\Cache\CacheItemInterface::get()` slightly changed to fully comply with missing PSR-6 specification: If the cache item is **NOT** hit, this method will return `NULL`.
8
16
-__PSR-16__
9
-
-_To be written when the PSR-16 will be upgraded for PHP-8_
17
+
-Upgraded `psr/simple-cache` dependency to `^2.0||^3.0` (for PHP-8 types)
10
18
-__API__
11
19
- Upgraded Phpfastcache API `4.0.0` ([see changes](CHANGELOG_API.md))
12
20
- Renamed `Api::getPhpFastCacheVersion()` to `Api::getPhpfastcacheVersion()`
#### :warning: Please note that the V9 is mostly a PHP 8 type aware update of Phpfastcache with some significant changes !
5
5
> As the V9 is **relatively** not compatible with previous versions, please read carefully the [migration guide](./docs/migration/MigratingFromV8ToV9.md) to ensure you the smoothest migration possible.
@@ -19,19 +19,16 @@ The simplicity of abstraction: One class for many backend cache. You don't need
\* Driver descriptions available in DOCS/DRIVERS.md
31
+
\* Driver descriptions available in [DOCS/DRIVERS.md](./docs/DRIVERS.md)
35
32
36
33
---------------------------
37
34
Because caching does not mean weaken your code
@@ -41,6 +38,7 @@ Phpfastcache has been developed over the years with 3 main goals:
41
38
- Performance: We optimized and still optimize the code to provide you the lightest library as possible
42
39
- Security: Because caching strategies can sometimes comes with unwanted vulnerabilities, we do our best to provide you a sage & strong library as possible
43
40
- Portability: No matter what operating system you're working on, we did our best to provide you the most cross-platform code as possible
0 commit comments