Skip to content

1.3.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 07 Apr 21:50
· 83 commits to 1.7.x since this release
1.3.0
8f1a5d1

Release Notes for 1.3.0

Changed

This release modifies the BasicAccess class to allow receiving either a callable factory that will generate an empty PSR-17 response OR a PSR-17 ResponseFactoryInterface instance. In the case of the callable factory, internally it will now be wrapped in a decorator that implements ResponseFactoryInterface.

This change means that if a PSR-17 ResponseFactoryInterface service is configured in your application, it will now be used to generate unauthorized responses.

Removed

This release removes support for PHP 7.3.

1.3.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 4

Enhancement