Skip to content

1.4.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 07 Apr 20:20
· 124 commits to 1.9.x since this release
1.4.0
0b1390a

Release Notes for 1.4.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.

1.4.0

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

Enhancement