Skip to content

Releases: laminas/laminas-httphandlerrunner

2.1.0

22 Sep 09:35
2.1.0
Compare
Choose a tag to compare

Release Notes for 2.1.0

Feature release (minor)

2.1.0

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

Enhancement

1.5.0

22 Sep 09:17
1.5.0
5f94e55
Compare
Choose a tag to compare

1.5.0 - 2021-09-22


Release Notes for 1.5.0

Feature release (minor)

1.5.0

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

Enhancement

2.0.1

05 Aug 14:52
2.0.1
477b8fc
Compare
Choose a tag to compare

Release Notes for 2.0.1

2.0.x bugfix release (patch)

2.0.1

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

Bug

2.0.0

12 Jul 15:31
2.0.0
38e7973
Compare
Choose a tag to compare

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

1.4.0

08 Apr 13:53
1.4.0
6a2dd33
Compare
Choose a tag to compare

1.4.0 - 2021-04-08


Release Notes for 1.4.0

Feature release (minor)

1.4.0

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

Enhancement

1.3.0

19 Nov 17:13
1.3.0
e8f850b
Compare
Choose a tag to compare

1.3.0 - 2020-11-19

Added

  • #7 adds support for PHP 8.0.

Removed

  • #7 drops support for the 1.x series of laminas/laminas-diactoros.

  • #7 drops support for PHP versions prior to 7.3.


Release Notes for 1.3.0

1.3.0

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

Enhancement

Enhancement,Help Wanted,hacktoberfest-accepted

laminas-httphandlerrunner 1.2.0

03 Jun 15:52
1.2.0
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #4 adds a call to flush() within the SapiStreamEmitter, after emitting headers and the status line, but before emitting content. This change allows providing a response to the browser more quickly, allowing it to process the stream as it is pushed.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.