2.10.0
2.10.0 - 2020-11-08
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.
Release Notes for 2.10.0
Initial release to introduce laminas-cache-storage-adapter-*
satellite packages
2.10.0
- Total issues resolved: 0
- Total pull requests resolved: 18
- Total contributors: 2
Enhancement
- 45: Remove test files thanks to @boesing
- 38: Switch to
laminas/laminas-cache-storage-adapter-zend-server
thanks to @boesing - 37: Switch to
laminas/laminas-cache-storage-adapter-xcache
thanks to @boesing - 36: Switch to
laminas/laminas-cache-storage-adapter-wincache
thanks to @boesing - 35: Switch to
laminas/laminas-cache-storage-adapter-session
thanks to @boesing - 34: Switch to
laminas/laminas-cache-storage-adapter-redis
thanks to @boesing - 33: Switch to
laminas/laminas-cache-storage-adapter-mongodb
thanks to @boesing - 32: Switch to
laminas/laminas-cache-storage-adapter-memory
thanks to @boesing - 31: Switch to
laminas/laminas-cache-storage-adapter-memcached
thanks to @boesing - 30: Switch to
laminas/laminas-cache-storage-adapter-memcache
thanks to @boesing - 29: Switch to
laminas/laminas-cache-storage-adapter-filesystem
thanks to @boesing - 28: Switch to
laminas/laminas-cache-storage-adapter-ext-mongodb
thanks to @boesing - 27: Switch to
laminas/laminas-cache-storage-adapter-dba
thanks to @boesing - 25: Switch to
laminas/laminas-cache-storage-adapter-blackhole
thanks to @boesing - 24: Switch to
laminas/laminas-cache-storage-adapter-apcu
thanks to @boesing - 23: Switch to
laminas/laminas-cache-storage-adapter-apc
thanks to @boesing - 21: Added plugin interfaces and marked
EventsCapableInterface
as deprecated thanks to @boesing