Skip to content

Releases: yiisoft/yii-runner-http

Version 3.2.0

14 Jun 13:40
3.2.0
bb2eeb1
Compare
Choose a tag to compare
  • New #90: Add HttpApplicationRunner::runAndGetResponse() method that returns response without emit (@vjik)
  • New #92: Add $emitter, $useRemoveBodyByStatusMiddleware, $useContentLengthMiddleware and
    $useHeadRequestMiddleware parameters to HttpApplicationRunner constructor (@vjik)
  • Enh #91: Minor refactor internal class RequestFactory: explicitly mark read-only properties and add type to
    parameter of create() method (@vjik)
  • Bug #93: Don't remove Content-Length header if it is set and emit is called without body (@vjik)

Version 3.1.0

21 Feb 12:57
3.1.0
cda8ffa
Compare
Choose a tag to compare
  • Chg #85: Add $temporaryErrorHandler parameter to HttpApplicationRunner constructor. Mark parameter $logger and
    method withTemporaryErrorHandler() as deprecated (@vjik)
  • Chg #87: Change PHP constraint in composer.json to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 (@vjik)
  • Enh #86: Raise the minimum PHP version to 8.1 and minor refactoring (@vjik)
  • Bug #87: Explicitly mark nullable parameters (@vjik)

Version 3.0.0

16 Jul 06:50
3.0.0
1b97cb2
Compare
Choose a tag to compare
  • New #80: Add ability to change the size of the buffer to send the content of the message body (@vjik)
  • Chg #76: Allow to use any PSR logger, NullLogger by default (@vjik)
  • Chg #77: Remove ServerRequestFactory (@vjik)
  • Chg #77: Mark SapiEmitter as internal (@vjik)
  • Bug #54: Fix incorrect handling response that did not close its own output buffers (@vjik)

Version 2.3.0

10 Mar 10:09
2.3.0
798c37a
Compare
Choose a tag to compare
  • New #69: Add ability to set custom config merge plan file path, config and vendor directories (@vjik)
  • Enh #58: Support stream output headers (@xepozz)
  • Enh #64: Don't use buffered output in SapiEmitter when body size is less than buffer (@Gerych1984, @vjik)
  • Enh #65: Add support for psr/http-message version ^2.0 (@vjik)

Version 2.2.0

25 Dec 18:17
2.2.0
0b1863b
Compare
Choose a tag to compare
  • New #49: Add ability to set custom config modifiers (@vjik)

Version 2.1.0

10 Jul 15:57
2.1.0
da7f357
Compare
Choose a tag to compare
  • Chg #53: Add RequestFactory as a refactoring of ServerRequestFactory, mark ServerRequestFactory as deprecated (@vjik)
  • Enh #50: Support stream output (@xepozz)

Version 2.0.0

19 Feb 10:58
2.0.0
78155b2
Compare
Choose a tag to compare
  • New #40: In the HttpApplicationRunner constructor make parameter "environment" optional, default null (@vjik)
  • New #42, #43: Add ability to configure all config group names (@vjik)
  • New #43: Add parameter $checkEvents to HttpApplicationRunner constructor (@vjik)
  • New #43: In the HttpApplicationRunner constructor make parameter "debug" optional, default false (@vjik)
  • Chg #39, #43: Raise required version of yiisoft/yii-runner to ^2.0, yiisoft/log-target-file to ^3.0
    and yiisoft/error-handler to ^3.0 (@vjik)

Version 1.1.2

10 Nov 14:00
1.1.2
9047ad2
Compare
Choose a tag to compare
  • Enh #33: Add support for yiisoft/definitions version ^3.0 (@vjik)
  • Bug #32: Add psr/http-factory and psr/http-message dependencies (@xepozz)

Version 1.1.1

21 Jul 09:41
Compare
Choose a tag to compare
  • Enh #27: Add support for yiisoft/log-target-file of version ^2.0 (@vjik)

Version 1.1.0

17 Jun 15:14
1.1.0
bd9c3e8
Compare
Choose a tag to compare
  • Chg #22: Raise packages version: yiisoft/log to ^2.0, yiisoft/log-target-file to ^1.1 and
    yiisoft/error-handler to ^2.1 (@rustamwin)