scrapbook v1.4.3 Release Notes

Release Date: 2017-03-01 // about 7 years ago
  • โž• Added

    • โœ… Include cache/integration-tests test suite for PSR-16

    ๐Ÿ›  Fixed

    • Made APC store setMulti with integer keys
    • Let APC getMulti return values for numerical keys
    • Short-circuit getting/setting/deleting multiple keys
    • ๐Ÿ‘‰ Make sure SQLite treats numerical keys as strings, not numbers
    • ๐Ÿ‘Œ Support numerical keys with Couchbase
    • ๐Ÿ›  Fix how Couchbase (failed to) handle negative TTLs
    • ๐Ÿ‘‰ Make Memcached delete-by-expiration more reliable
    • ๐Ÿ‘‰ Make HHVM work with numerical cache keys in Memcached::setMulti
    • ๐Ÿ›  Fix Memcached::get for keys that would get encoded
    • SQL adapters expire on the exact second, not one later