Stash v0.12.2 Release Notes

Release Date: 2014-12-08 // over 9 years ago
    • Added 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.