Skip to content

Conversation

@dependabot-preview
Copy link

Updates the requirements on laminas/laminas-httphandlerrunner to permit the latest version.

Release notes

Sourced from laminas/laminas-httphandlerrunner's releases.

2.0.0

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

Commits
  • 38e7973 Merge pull request #19 from boesing/qa/synchronize-lock-file
  • f6aa9f5 qa: synchronize lock file
  • c06446e qa: remove replace section from composer.json as new major version wont r...
  • 578187d Merge pull request #18 from boesing/qa/remove-file-headers
  • 496d84a qa: remove leftover file headers
  • e70fab8 Merge pull request #17 from boesing/feature/headers-sent-additional-informations
  • 8f8f4e0 feature: Add additional headers_sent informations to the EmitterException
  • 612e456 Merge pull request #14 from boesing/qa/codestandard-v2
  • f41b72d bugfix: ensure proper function execution in CI
  • 0664510 qa: bump coding standard to latest version
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [laminas/laminas-httphandlerrunner](https://github.com/laminas/laminas-httphandlerrunner) to permit the latest version.
- [Release notes](https://github.com/laminas/laminas-httphandlerrunner/releases)
- [Commits](laminas/laminas-httphandlerrunner@1.2.0...2.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant