|
| 1 | +## 5.0.18 |
| 2 | +##### 16 september 2017 |
| 3 | +- Fixed #505 // 'auto' driver causes each driver to instantiate, instead of stopping after first (@Geolim4) |
| 4 | + |
| 5 | +## 5.0.17 |
| 6 | +##### 31 july 2017 |
| 7 | +- Fixed issue on (P)Redis with negative TTLs awaiting more specification of the PSR6 about this. (@Geolim4) |
| 8 | +- Fixed multiple item read on deleteItem (@Geolim4) |
| 9 | +- Removed duplicated readHit attribute (@Geolim4) |
| 10 | +- Updated v5 readme to mention v6 release (@Geolim4) |
| 11 | +- Updated htaccess generator code to be "Apache >= 2.4" compatible (@Geolim4, @ElGigi) |
| 12 | + |
| 13 | +## 5.0.16 |
| 14 | +##### 15 april 2017 |
| 15 | +- Fixed #450 PHP Warning on Apcu driver (@geolim4) |
| 16 | +- Fixed #445 Memcache misconfiguration issues (@geolim4) |
| 17 | +- Fixed mongodb driver fatal error (@jomisacu) |
| 18 | +- Fixed #431 Clean/delete parent cache dirrectory if it empty after call deleteItem()/deleteItems() for Files driver. (@landy2005) |
| 19 | +- Added `@property` annotation on MongoDb driver (@geolim4) |
| 20 | + |
| 21 | +## 5.0.15 |
| 22 | +##### 04 february 2017 |
| 23 | +- **Fixed critical bug after item deletion: The item kept in memory was not reset** (@Geolim4) |
| 24 | +- Fixed issue #423 // Couchbase key must not exceed 250 bytes (@Geolim4) |
| 25 | +- Fixed #417 // getAbsolutePath returns relative path when in phar (@Geolim4) |
| 26 | +- Fixed CouchBase settings array (@git-webmaster) |
| 27 | +- Improved documentation (@westy92) |
| 28 | +- Tests should not be tested by scrutinizer (@Geolim4) |
| 29 | + |
| 30 | +## 5.0.14 |
| 31 | +##### 09 january 2017 |
| 32 | +- Merge pull request #416 from Geolim4 |
| 33 | +- Fixed #414 |
| 34 | +- Fixed #411 |
| 35 | +- Removed unused method encodeFilename() on DriverBaseTrait |
| 36 | + |
| 37 | +## 5.0.13 |
| 38 | +##### 04 january 2017 |
| 39 | +- Fixed #406 Method appendItemsByTags calls the wrong internal method |
| 40 | +- Fixed #411 SSDB + delete items by Tag |
| 41 | +- Fixed redundant code in Predis driver |
| 42 | +- Fixed critical vulnerability on cookie driver |
| 43 | +- Fixed #402 Apcu driver should call apcu_\* functions (@MarcoMiltenburg) |
| 44 | +- Removed composer "provide" section which cause HHVM build to fail |
| 45 | +- Deprecated error is deprecated via E_USER_DEPRECATED |
| 46 | +- Added property PhpDoc to PathSeekerTrait |
| 47 | +- Added Github bits |
| 48 | +- Added Drupal 8 info text in readme |
| 49 | + |
| 50 | +## 5.0.12 |
| 51 | +##### 21 december 2016 |
| 52 | +- Added **'provide'** section in composer |
| 53 | +- Added more strict checks for MongoDb driver |
| 54 | +- Added PFC_IGNORE_COMPOSER_WARNING constant |
| 55 | +- Engrish fixes on the readme (@ylorant) |
| 56 | +- Fixed #392 |
| 57 | +- Fixed wrong class name in ExtendedCacheItemPoolInterface |
| 58 | + |
| 59 | +## 5.0.11 |
| 60 | +##### 19 november 2016 |
| 61 | +- Added IO tests for disk-based drivers @Geolim4 |
| 62 | +- Check file existence and availability of writable @golodnyi |
| 63 | +- Code optimization @golodnyi |
| 64 | +- Merge pull request @Geolim4 |
| 65 | +- Code optimization @bukowskiadam |
| 66 | +- Performance improvement for Directory::getAbsolutePath() @jfcherng |
| 67 | +- Added anti-regression test for #373 @Geolim4 |
| 68 | +- Rewrited tests @Geolim4 |
| 69 | +- Display a notice if the project is a Symfony project and does not make use of Symfony Bundle @Geolim4 |
| 70 | + |
| 71 | +## 5.0.10 |
| 72 | +##### 19 september 2016 |
| 73 | +- Moved licence to root dir |
| 74 | +- Fixed #357 |
| 75 | + |
| 76 | +## 5.0.9 |
| 77 | +##### 21 august 2016 |
| 78 | +- Fixed notice on Memcache driver when the server just started |
| 79 | +- Fixed wrong namespace on Devfalse driver |
| 80 | +- Fixed driver clear() failure on Windows... |
| 81 | +- Fix the Sqlite driver is unable to fetch expired items (thanks @jfcherng - Jack Cherng) |
| 82 | +- Fixed #330 |
| 83 | +- Updated readme & credits |
| 84 | + |
| 85 | +## 5.0.8 |
| 86 | +##### 04 august 2016 |
| 87 | +- Added Drivers for Zend Data Cache (thanks to @hammermaps) |
| 88 | +- Improved code quality as Per Scrutinizer report |
| 89 | +- Updated TravisCi settings |
| 90 | + |
| 91 | +## 5.0.7 |
| 92 | +##### 31 july 2016 |
| 93 | +- Updated TravisCi settings (Added hhvm + nightly) |
| 94 | +- Updated dependencies versions |
| 95 | +- Fixed typo in readme |
| 96 | +- Fixed issue with Predis stats |
| 97 | + |
| 98 | +## 5.0.6 |
| 99 | +##### 30 july 2016 |
| 100 | +- Implemented #133 |
| 101 | +- Implemented #331 |
| 102 | +- Fixed typo in README.md by @BurlesonBrad #328 |
| 103 | +- Fixed wrong method name in README.md |
| 104 | +- Fixed and simplified the clearing of the instance array by @r0b. |
| 105 | +- Added phpFastCacheAbstractProxy test |
| 106 | +- Fixed bug with tags that leave residues key to tags item themselves |
| 107 | +- Removed unused datetime check on file-based drivers. > They are already handled by the getItem() |
| 108 | + |
| 109 | +## 5.0.5 |
| 110 | +##### 13 july 2016 |
| 111 | +- Fixed bug on tags that are not working on the first cache write |
| 112 | +- Implemented JsonSerializable interface to ExtendedCacheItemInterface |
| 113 | +- Fixed wrong phpDoc |
| 114 | + |
| 115 | +## 5.0.4 |
| 116 | +##### 09 july 2016 |
| 117 | +- **Fixed critical bug with date calculation** |
| 118 | + |
| 119 | +## 5.0.3 |
| 120 | +##### 09 july 2016 |
| 121 | +- Added missing phpDoc methods in CacheManager + increased CacheManager::setup() method life time until v6 |
| 122 | +- Merge pull request #314 from Geolim4/final |
| 123 | +- Fixed #313 |
| 124 | +- Removed hardcoded paths |
| 125 | + |
| 126 | +## 5.0.2 |
| 127 | +##### 04 july 2016 |
| 128 | +- Fixed standalone autoload issue |
| 129 | +- Warn users about Mongo/MongoDB extension |
| 130 | +- Improved tests to test the CacheItemInterface |
| 131 | +- Updated composer.json version to be semver compliant |
| 132 | +- Fixed wrong phpDoc comment |
| 133 | + |
| 134 | +## 5.0.1 |
| 135 | +##### 02 july 2016 |
| 136 | +- This release includes the Psr6 interfaces for legacy users |
| 137 | + |
| 138 | +## 5.0.0 Gold Release |
| 139 | +##### 01 july 2016 |
| 140 | +Please see [the readme](https://github.com/PHPSocialNetwork/phpfastcache/blob/final/README.md) to see what's new in V5: |
| 141 | + |
| 142 | +## 5.0.0-rc3 |
| 143 | +##### 26 june 2016 |
| 144 | +- Var type adjustments |
| 145 | +- Require the JSON extension as per new JSON methods |
| 146 | +- Fixed #294 |
| 147 | +- Fixed typo |
| 148 | + |
| 149 | +## 5.0.0-rc2 |
| 150 | +##### 18 june 2016 |
| 151 | +- Updated Readme |
| 152 | +- Re-implemented driver fallback |
| 153 | +- Deprecated CacheManager::setup() in favor of CacheManager::setDefaultConfig() |
| 154 | +- Fixed return in deprecated alias |
| 155 | +- Re-added clean() method and deprecated it in favor of clear(). |
| 156 | +- Updating trait insertion |
| 157 | + |
| 158 | +## 5.0.0-rc |
| 159 | +##### 06 june 2016 |
| 160 | +- Fixed Json formatting + tags behaviour |
| 161 | +- Updated examples headers to includes MIT licence |
| 162 | +- Added extended JSON methods to ItemPool |
| 163 | +- Added basic API class (See Wiki) |
| 164 | +- Added phpFastCacheAbstractProxy (See Wiki) |
| 165 | +- Updated roadmap && readme |
| 166 | + |
| 167 | +## 5.0.0-beta2 |
| 168 | +##### 27 may 2016 |
| 169 | +- Removed duplicate in readme |
| 170 | +- Ps2 compliance + added php ext-intl suggestion |
| 171 | +- Improved Sqlite driver check |
| 172 | +- Improved travis tests efficiency |
| 173 | +- Updated Wincache Info driver |
| 174 | + |
| 175 | +## 5.0.0-beta |
| 176 | +##### 20 may 2016 |
| 177 | +- Fixed Ssdb cache clear |
| 178 | + |
| 179 | +## 5.0.0-alpha2 |
| 180 | +##### 16 may 2016 |
| 181 | +- This release mostly make compatibility update with Phpfastcache-Bundle |
| 182 | + |
| 183 | +## 5.0.0-alpha |
| 184 | +##### 15 may 2016 |
| 185 | +- First V5 Pre-release |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
0 commit comments