2.13.0
Release Notes for 2.13.0
Feature release (minor)
Changed
- The already deprecated
PatternFactory
no longer suggests thePatternPluginManager
as an alternative.
Deprecated
- Deprecated the
PatternPluginManager
as with v3.0.0, cache pattern do require strict dependency injection. Since most of the cache pattern depend on a storage implementation, which are not longer known by this component as of v3, a dynamic factory for the cache pattern won't be suitable anymore. - Deprecated the pattern factories
PatternCacheFactory
andStoragePatternCacheFactory
which were introduced in v2.12.0 to provide forward compatibility for the newStorageCapableInterface
implementing patterns.
2.13.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 1