Skip to content

2.13.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 08 Aug 10:22
· 524 commits to 4.2.x since this release
2.13.0
566948e

Release Notes for 2.13.0

Feature release (minor)

Changed

  • The already deprecated PatternFactory no longer suggests the PatternPluginManager 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 and StoragePatternCacheFactory which were introduced in v2.12.0 to provide forward compatibility for the new StorageCapableInterface implementing patterns.

2.13.0

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement