2.10.0-rc2
Pre-release
Pre-release
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.
Fixed
- Nothing.