Skip to content

Releases: mezzio/mezzio-swoole

3.4.0

17 Nov 15:37
3.4.0
628721c

Choose a tag to compare

Release Notes for 3.4.0

Added

3.4.0

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

Enhancement

Bug

3.3.1

26 May 21:20
3.3.1
ec802a9

Choose a tag to compare

Release Notes for 3.3.1

Changed

  • This version is tested against Swoole 4.6.7.

3.3.1

  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 1

Documentation

Enhancement

3.3.0

15 Feb 22:09
3.3.0
8bdf540

Choose a tag to compare

3.3.0 - 2021-02-15


Release Notes for 3.3.0

Added

  • Adds support for laminas/laminas-cli 1.0 versions; 0.1.5+ is still supported.

3.3.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

3.2.1

15 Feb 21:59
3.2.1
068d913

Choose a tag to compare

3.2.1 - 2021-02-15


Release Notes for 3.2.1

3.2.x bugfix release (patch)

3.2.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

3.2.0

22 Jan 13:04
3.2.0
39d2cfe

Choose a tag to compare

3.2.0 - 2021-01-22


Release Notes for 3.2.0

Feature release (minor)

3.2.0

  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

Bug

3.1.2

05 Jan 22:29
3.1.2
743773f

Choose a tag to compare

3.1.2 - 2021-01-05


Release Notes for 3.1.2

3.1.x bugfix release (patch)

3.1.2

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

Bug

3.1.1

14 Dec 18:40
3.1.1
93bde48

Choose a tag to compare

3.1.1 - 2020-12-14


Release Notes for 3.1.1

3.1.x bugfix release (patch)

3.1.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

Bug

3.1.0

02 Dec 20:58
3.1.0
ad6c36b

Choose a tag to compare

3.1.0 - 2020-12-02

Changed

  • #47 changes the visibility of the $server and $dispatcher properties of Mezzio\Swoole\SwooleRequestHandlerRunner to protected, to allow those extending the class the ability to work with the instances directly. This can be useful when using 3rd party Swoole listeners, such as the one provided by New Relic.

Release Notes for 3.1.0

Feature release (minor)

3.1.0

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

Enhancement

3.0.1

09 Nov 21:01
3.0.1
1381ed3

Choose a tag to compare

3.0.1 - 2020-11-09

Fixed

  • #42 fixes issues with the AccessLogDataMap whereby fatal errors would be raised for attempts to access uninitialized properties (e.g., the $psrResponse property, when the Psr3AccessLogDecorator created an AccessLogDataMap from a static resource response).

Release Notes for 3.0.1

3.0.x bugfix release (patch)

3.0.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

3.0.0

29 Oct 19:01
3.0.0
cfc2657

Choose a tag to compare

3.0.0 - 2020-10-29

Added

  • #40 adds the --num-task-workers|-t option to each of the mezzio:swoole:start and mezzio:swoole:reload commands, allowing you to specify these at the command-line instead of in configuration.

  • Adds a variety of event types based on Swoole HTTP Server events, as well as default listeners, a PSR-14 listener provider to aggregate them, and a simple PSR-14 dispatcher implementation for triggering them. See the events chapter of the documentation for more details.

Changed

  • #41 adds typehints to all properties that can safely add them. If you were extending classes from the package and overriding any properties, please check the canonical versions and update your definitions accordingly.

  • #39 switches the console tooling to remove the mezzio-swoole binary in favor of using laminas-cli. The individual commands are renamed from start, stop, status, and reload to mezzio:swoole:start, mezzio:swoole:stop, mezzio:swoole:status, and mezzio:swoole:reload, respectively.

  • Rewrites the internals of Mezzio\Swoole\SwooleRequestHandlerRunner to trigger events via a PSR-14 event dispatcher. See the events chapter of the documentation for more details.

Removed

  • #28 removes the class Mezzio\Swoole\HotCodeReload\Reloader and its associated factory. Users should use Mezzio\Swoole\Event\HotCodeReloaderWorkerStartListener instead. In most cases, this will be a non-issue, as it was used internally only in the past.

  • Removes support for services named after legacy Zend Framework/Expressive classes.

  • Removes support for Swoole versions prior to 4.5.

  • Removes support for PHP versions prior to 7.4.


Release Notes for 3.0.0

3.0.0

  • Total issues resolved: 4
  • Total pull requests resolved: 5
  • Total contributors: 2

BC Break,Enhancement

Enhancement

BC Break,Feature Removal,Feature Request

Awaiting Author Updates,Enhancement