Changelog History
Page 1
-
v0.15.2 Changes
March 10, 2019๐ฆ Minor package change to let downstream packages access tests.
-
v0.15.1
September 16, 2018 -
v0.14.2 Changes
May 30, 2017๐ This release primarily fixes bugs and updates dependencies.
-
v0.14.1 Changes
February 10, 2016Implemented PSR-6 interfaces.
โ Removed
Driver::setOptions($options)
in favor ofDriver::constructor($options)
โ Removed deprecated DriverList::getDrivers function.
โ Removed deprecated invalidation constants in the Item class.
โ Removed SQLite Extension support (SQLite3 is still available).
The
set
function no longer persists data.โ Removed expiration time for
set
functionโ Added
expiresAt
andexpiresAfter
functions to the Item class.getExpiration
to return current datetime when no record exists.โ Added
save
function to PoolInterface.๐ Changed
getItemIterator
togetItems
โ RuntimeException now extends from \RuntimeException
โ Added
isHit
function to ItemInterface.โ Added the
hasItem
function to the Pool, which should mostly be avoided.๐ Renamed
Pool::purge
toPool::clear
.โ Added
Pool::deleteItem
andPool::deleteItems
.โ Removed legacy methods for defining keys- keys must be defined as strings.
โ Added support for "APCU" functions.
โ Removed sqlite2 support (sqlite3 is still supported).
-
v0.14.0
-
v0.13.2 Changes
December 29, 2015v0.13.2
- ๐ Fixed bug where the default filesystem driver path would be created even when a path was specified.
- โก๏ธ Updated development dependencies.
- โ Required PHP7 tests to pass.
-
v0.13.1 Changes
August 02, 20150.13.1
- โฌ๏ธ Dropped support for PHP 5.3.
- โก๏ธ Updated dependencies.
- โ Removed various PHP warnings (exceptions are still thrown where needed).
- Various optimizations, such as reduced function calls during repeated operations.
- โ Added "isPersistent" method to driver classes.
-
v0.13
-
v0.12.3 Changes
January 17, 2015๐ This release fixes an issue that prevented the proper invalidation from being used when none were set.
-
v0.12.2 Changes
December 08, 2014Added an alternative format than native PHP for the Filesystem Driver.
๐ Improved performance of Filesystem clear operations.
๐ Better commenting on files generated by Filesystem driver.
โช Added work around for HHVM APCIterator bug.
Improved Redis error handling in the event of a lost or disconnected server.
๐ Improved Redis and Memcached persistent connection support.
๐ Added support for AWS autodiscovery functionality in Memcached.
๐จ Refactored PDO and SQLite "isAvailable" functions to prevent notices when the PDO extension is not present.
Docblock and commenting improvements.
โก๏ธ Updated dependency versions (only affects development code).
API Changes
- 0๏ธโฃ Added a new "encoder" option to the Filesystem driver. This option defaults to previous behavior to maintain backwards compatibility while also offering the ability to change the format of the file used to store cached items.