Zend Cache v2.9.0 Release Notes

Release Date: 2019-08-29 // over 4 years ago
  • ➕ Added

    • 👍 #178 adds support for PHP 7.3.

    🔄 Changed

    • #186 replaces deprecated delete() calls with del() in Redis adapter. delete() function is deprecated since version 5.0.0 and del() is available since version 2.1.0.

    🗄 Deprecated

    • Nothing.

    ✂ Removed

    • 🚀 #178 removes support for zend-stdlib v2 releases.

    🛠 Fixed

    • Nothing.

Previous changes from v2.8.3

  • ➕ Added

    • Nothing.

    🔄 Changed

    • Nothing.

    🗄 Deprecated

    • Nothing.

    ✂ Removed

    • Nothing.

    🛠 Fixed

    • 🛠 #184 fixes an issue with SimpleCacheDecorator where elements were deleted after creation. Wrong TTL was set instead of using default value from options.

    • 🛠 #182 fixes a typo in variable name within the ExtMongoDbResourceManager::getResource method which prevented using custom db name when using that adapter.