Skip to content

Releases: mezzio/mezzio-swoole

2.7.0

22 Sep 22:15
2.7.0
ab074a1

Choose a tag to compare

2.7.0 - 2020-09-22

Added

  • #22 adds a new StaticMappedResourceHandler, allowing developers to specify resources outside the public/ tree that can be served as static assets; in particular, module authors could utilize this to deliver assets within their module directory tree. See the StaticMappedResourceHandler documentation for more details.

Release Notes for 2.7.0

2.7.0

  • Total issues resolved: 1
  • Total pull requests resolved: 4
  • Total contributors: 3

Enhancement

Documentation,Enhancement

mezzio-swoole 2.6.6

17 Jun 20:23
2.6.6

Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #16 fixes an issue whereby Mezzio\Swoole\SwooleStream was truncating the last byte of a stream.

mezzio-swoole 2.6.5

27 May 18:10
2.6.5

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

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

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

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

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

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.