File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 27
27
jobs :
28
28
fast_finish : true
29
29
allow_failures :
30
+ - php : 8.1 # PHP 8.1 is still unstable ATM
30
31
- php : nightly
31
32
32
33
before_install :
Original file line number Diff line number Diff line change
1
+ ## 9.0.2
2
+ ##### 04 march 2022
3
+ - __ Core__
4
+ - Updated CacheContract::__ invoke() signature
5
+ - Added new option to allow EventManager override + improved EventManager tests (EventManager::setInstance())
6
+ - __ Drivers__
7
+ - Fixed #853 // Configuration validation issue with Memcached socket (path)
8
+ - __ Misc__
9
+ - Fixed typo and some types hint
10
+
1
11
## 9.0.1
2
12
##### 14 november 2021
3
13
- __ Core__
6
16
- ` \Psr\Cache\CacheItemInterface::set ` will also no longer accepts resource object anymore as method unique parameter
7
17
- __ Misc__
8
18
- Fixed typos in [ README.md] ( ./README.md )
19
+
9
20
## 9.0.0
10
21
##### 31 october 2021
11
22
- __ Migration guide__
You can’t perform that action at this time.
0 commit comments