Skip to content

2.10.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 08 Nov 13:01
· 526 commits to 4.2.x since this release
2.10.0
060b2a7

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 and PluginCapableInterface to provide better typehinting against plugin capable storage adapters
  • #40 Adds installation instructions to documentation.

Changed

Deprecated

  • #21 In case the StorageFactory has to create a custom StorageAdapterInterface implementation which does not extend the AbstractAdapter, the factory will trigger a deprecation message due to the missing PluginAwareInterface implementation when a plugins 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

Documentation,Enhancement