Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 13:45
f3439c1

1.0.0 (2026-07-24)

⚠ BREAKING CHANGES

  • AdapterFactoryInterface::create() now declares string $id. Any class implementing this interface must update its create() signature to add the string type declaration on the $id parameter.
  • drop PHP 7.4 support

Features

Miscellaneous Chores

  • update actions/checkout to v7 in CI workflow (#297) (2ceca45)