Releases: mezzio/mezzio-swoole
Releases · mezzio/mezzio-swoole
mezzio-swoole 2.6.5
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #13 adds a missing dependency definition for the
InotifyFileWatcher
; this addition ensures that hot code reloading will work out-of-the-box when enabled.
mezzio-swoole 2.6.4
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #10 improves how client IP addresses are detected when printing access logs, by taking into consideration
x-real-ip
,client-ip
andx-forwarded-for
headers, in that order.
mezzio-swoole 2.6.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #8 removes an undefined variable from a method call within
AccessLogDataMap::getResponseMessageSize()
, fixing a notice.
mezzio-swoole 2.6.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #7 fixes default value for SameSite in Cookie of Swoole\Http\Response.
mezzio-swoole 2.6.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed
replace
version constraint in composer.json so repository can be used as replacement ofzendframework/zend-expressive-swoole:^2.5.0
.
mezzio-swoole 2.6.0
Added
-
#4 adds support for PHP 7.4.
-
#4 adds explicit ext-swoole requirement to version ^4.4.6 which supports SameSite cookie directive.
-
#4 adds support for SameSite cookie directive in SwooleEmitter.
Changed
- #4 changes minimum required version of dflydev/fig-cookies to ^2.0.1 which supports SameSite cookie directive.
Deprecated
- Nothing.
Removed
Fixed
- Nothing.