Laminas Cache v2.10.0 Release Notes
Release Date: 2020-11-08 // over 4 years ago-
As decided within the TSC meeting in November 2020, v2.10 is the last minor version in the v2 series.
โ Added
- ๐ #21 Adds new
PluginAwareInterface
andPluginCapableInterface
to provide better typehinting against plugin capable storage adapters - ๐ #40 Adds installation instructions to documentation.
๐ Changed
- ๐ฆ #23 Move APC adapter to its own satellite package
- ๐ฆ #24 Move APCu adapter to its own satellite package
- ๐ฆ #25 Move BlackHole adapter to its own satellite package
- ๐ฆ #27 Move DBA adapter to its own satellite package
- ๐ฆ #28 Move ExtMongodb adapter to its own satellite package
- ๐ฆ #29 Move Filesystem adapter to its own satellite package
- ๐ฆ #30 Move Memcache adapter to its own satellite package
- ๐ฆ #31 Move Memcached adapter to its own satellite package
- ๐ฆ #32 Move Memory adapter to its own satellite package
- ๐ฆ #33 Move Mongodb adapter to its own satellite package
- ๐ฆ #34 Move Redis adapter to its own satellite package
- ๐ฆ #35 Move Session adapter to its own satellite package
- ๐ฆ #36 Move WinCache adapter to its own satellite package
- ๐ฆ #37 Move XCache adapter to its own satellite package
- ๐ฆ #38 Move ZendServer adapter to its own satellite package
๐ Deprecated
- ๐ง #21 In case the
StorageFactory
has to create a customStorageAdapterInterface
implementation which does not extend theAbstractAdapter
, the factory will trigger a deprecation message due to the missingPluginAwareInterface
implementation when aplugins
configuration was provided.
โ Removed
- ๐ฆ #45 Removed abstract test classes as they're moved to an own package.
- ๐ #21 Adds new
Previous changes from v2.9.0
-
โ Added
- ๐ zendframework/zend-cache#178 adds support for PHP 7.3.
๐ Changed
- zendframework/zend-cache#186 replaces
deprecated
delete()
calls withdel()
in Redis adapter.delete()
function is deprecated since version 5.0.0 anddel()
is available since version 2.1.0.
๐ Deprecated
- Nothing.
โ Removed
- ๐ zendframework/zend-cache#178 removes support for laminas-stdlib v2 releases.
๐ Fixed
- Nothing.