Skip to content

2.0.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 12 Jul 15:31
· 186 commits to 2.11.x since this release
2.0.0
38e7973

Release Notes for 2.0.0

Backwards incompatible release (major)

Added

  • Introducing RequestHandlerRunnerInterface which can be used to abstract the RequestHandlerRunner if needed. As part of providing an interface for the RequestHandlerRunner, the implementation was marked final.
  • Added headers_sent $filename and $line informations to the EmitterException as requested per #1 (zendframework/zend-httphandlerrunner#13).
  • Added a bunch of vimeo/psalm annotations to provide better type-safety on static-code-analysis level.

Changed

  • Marked RequestHandlerRunner as final.
  • Migrated to laminas/laminas-coding-standard v2.
  • The EmitterException::forHeadersSent method now requires two arguments: $filename and $line. These are referencing to the filename and line where the first header was sent.

Removed

  • Removed the type-safety preserving callable from RequestHandlerRunner::__construct which ensured type-safety for the callable factories. This can be now achieved by using psalm at static-code-analysis level.

2.0.0

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

Enhancement

BC Break,Enhancement

BC Break