|
1 | 1 | ## 6.0.5 |
2 | 2 | ##### 16 september 2017 |
3 | | - |
4 | 3 | - Fixed little typo in readme (@Geolim4) |
5 | 4 | - Psr16 do not cache with negative ttl (@kfreiman) |
6 | 5 | - Fixed #505 // 'auto' driver causes each driver to instantiate, instead of stopping after first (@Geolim4) |
7 | 6 | - Simplify CacheManager::validateConfig (@Cosmologist) |
8 | 7 |
|
9 | 8 | ## 6.0.4 |
10 | 9 | ##### 31 july 2017 |
11 | | - |
12 | 10 | - Use Redis on tests instead of Predis when we can (@Geolim4) |
13 | 11 | - Fixed issue on (P)Redis with negative TTLs awaiting more specification of the PSR6 about this (@Geolim4) |
14 | 12 | - Fix @package title name of namespace (@hammermaps) |
15 | 13 | - Add Zendshm & Zenddisk to StaticSystemDrivers (@hammermaps) |
16 | 14 |
|
17 | 15 | ## 6.0.3 |
18 | 16 | ##### 15 july 2017 |
19 | | - |
20 | 17 | - Added Wiki link in ISSUE_TEMPLATE.md (@Geolim4) |
21 | 18 | - Added CustomNamespaces test (@Geolim4) |
22 | 19 | - Added fetchAllKeys example as per #494 (@Geolim4) |
|
32 | 29 |
|
33 | 30 | ## 6.0.2 |
34 | 31 | ##### 26 june 2017 |
35 | | - |
36 | 32 | - Added code of conduct (@Geolim4) |
37 | 33 | - Added licence header to scrutinizer config file (@Geolim4) |
38 | 34 | - Added php 7.1 to travis build (@Geolim4) |
|
56 | 52 |
|
57 | 53 | ## 6.0.1 |
58 | 54 | ##### 19 may 2017 |
59 | | - |
60 | 55 | - Fixed #460 Unknown driver path reference (@Geolim4) |
61 | 56 | - Fixed #459 examples/withoutComposer.php missing (@Geolim4) |
62 | 57 | - Fixed #456 // Bug of Exception workflow in cacheManager introduced in v6 (@Geolim4) |
|
66 | 61 |
|
67 | 62 | ## 6.0.0 |
68 | 63 | ##### 11 may 2017 |
69 | | - |
70 | 64 | ### Changes since 6.0.0-rc4 |
71 | 65 | - Fixed #445 regression |
72 | 66 |
|
73 | 67 | ### Changes since v5 |
74 | | - |
75 | 68 | [Migrate your code from v5 to v6](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV5%CB%96%5D-Migrating-your-code-to-the-V6) | [Full changelog since v5](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV6%5D-Changelog) | [Global Support Timeline](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV4%CB%96%5D-Global-support-timeline) |
76 | 69 |
|
77 | | - |
78 | 70 | ## 6.0.0-rc3 |
79 | 71 | ##### 29 april 2017 |
80 | | - |
81 | 72 | - Added parameter type hint to Psr16Adapter constructor (@ElGigi) |
82 | 73 | - Added Help to Couchdb and Predis drivers (@Geolim4) |
83 | 74 | - Added cache conditional helper (@Geolim4) |
|
94 | 85 |
|
95 | 86 | ## 6.0.0-rc3 |
96 | 87 | ##### 16 march 2017 |
97 | | - |
98 | 88 | - **Added cache slams protection (@Geolim4)** |
99 | 89 | - Added more descriptive message in exception #441 (@Geolim4) |
100 | 90 | - Replaced \InvalidArgumentException occurrences with phpFastCacheInvalidArgumentException (@Geolim4) |
|
103 | 93 |
|
104 | 94 | ## 6.0.0-rc2 |
105 | 95 | ##### 14 february 2017 |
106 | | - |
107 | 96 | - **Added Couchdb driver, yay !** (@Geolim4) |
108 | 97 | - **Added configuration validator** (@Geolim4) |
109 | 98 | - Added custom key hash function (@Geolim4) |
|
123 | 112 |
|
124 | 113 | ## 6.0.0-rc1 |
125 | 114 | ##### 25 january 2017 |
126 | | - |
127 | 115 | - **Added Cassandra Driver** |
128 | 116 | - **Added Psr16 support, yay !** |
129 | 117 | - Added getHelp() method to provides basic help about a specific driver |
|
147 | 135 |
|
148 | 136 | ## 6.0.0-beta2 |
149 | 137 | ##### 4 january 2017 |
150 | | - |
151 | 138 | - Fixed #411 |
152 | 139 | - Fixed #406 |
153 | 140 | - Fixed redundant code in Predis driver |
|
179 | 166 |
|
180 | 167 | ## 6.0.0-beta1 |
181 | 168 | ##### 21 december 2016 |
182 | | - |
183 | 169 | - Engrish fixes on the readme (@ylorant) |
184 | 170 | - Added Memstatic driver |
185 | 171 | - Added **'provide'** section in composer |
|
0 commit comments