Skip to content

Releases: mezzio/mezzio-swoole

mezzio-swoole 2.6.5

27 May 18:10
2.6.5
Compare
Choose a tag to compare

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

04 May 20:26
2.6.4
Compare
Choose a tag to compare

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 and x-forwarded-for headers, in that order.

mezzio-swoole 2.6.3

17 Apr 16:24
2.6.3
Compare
Choose a tag to compare

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

06 Apr 17:22
2.6.2
79b5211
Compare
Choose a tag to compare

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

28 Mar 21:53
2.6.1
b946037
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed replace version constraint in composer.json so repository can be used as replacement of zendframework/zend-expressive-swoole:^2.5.0.

mezzio-swoole 2.6.0

05 Feb 11:14
2.6.0
404749f
Compare
Choose a tag to compare

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

  • #4 removes support for PHP 7.1.

  • #4 removes support for dflydev/fig-cookies v1 releases.

Fixed

  • Nothing.