Releases: yiisoft/yii-runner-http
Releases · yiisoft/yii-runner-http
Version 3.2.0
- New #90: Add
HttpApplicationRunner::runAndGetResponse()
method that returns response without emit (@vjik) - New #92: Add
$emitter
,$useRemoveBodyByStatusMiddleware
,$useContentLengthMiddleware
and
$useHeadRequestMiddleware
parameters toHttpApplicationRunner
constructor (@vjik) - Enh #91: Minor refactor internal class
RequestFactory
: explicitly mark read-only properties and add type to
parameter ofcreate()
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
- Chg #85: Add
$temporaryErrorHandler
parameter toHttpApplicationRunner
constructor. Mark parameter$logger
and
methodwithTemporaryErrorHandler()
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
- 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
- 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
Version 2.1.0
Version 2.0.0
- New #40: In the
HttpApplicationRunner
constructor make parameter "environment" optional, defaultnull
(@vjik) - New #42, #43: Add ability to configure all config group names (@vjik)
- New #43: Add parameter
$checkEvents
toHttpApplicationRunner
constructor (@vjik) - New #43: In the
HttpApplicationRunner
constructor make parameter "debug" optional, defaultfalse
(@vjik) - Chg #39, #43: Raise required version of
yiisoft/yii-runner
to^2.0
,yiisoft/log-target-file
to^3.0
andyiisoft/error-handler
to^3.0
(@vjik)
Version 1.1.2
Version 1.1.1
Version 1.1.0
- 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)