Skip to content

Releases: symfony-swoole/swoole-bundle

v0.25.1

30 Nov 19:25
1c18e2b

Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • configuration: prevent bundle from overwriting proxies/hosts when not defined (4f6c747)

Installation

composer require symfony-swoole/swoole-bundle ^0.25.1

v0.25.0

14 Aug 23:41
91fd8a6

Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • doctrine: skip the BlockingProxyFactory override when using Doctrine ORM >= 3.4.0 with native lazy objects enabled (ea76802)

Features

  • http-compression: add configuration options for HTTP compression and compression level (f348c98)

Installation

composer require symfony-swoole/swoole-bundle ^0.25.0

v0.24.1

21 May 21:19
159adf5

Choose a tag to compare

Changelog

Full changelog

Miscellaneous

  • Minor fixes

Installation

composer require symfony-swoole/swoole-bundle ^0.24.1

v0.24.0

01 Mar 17:15
f233402

Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • blackfire: minor fixes to balckfire monitoring feature (d7c3a63)
  • date-formatter: add default IntlDateFormatter construct parameters (32056a0)
  • deps: removed dependency on forked upscale/swoole-blackfire (9c75ea3)
  • monolog: removed old overridden Monolog StreamHandler versions (84979a0)
  • php: removed PHP 8.1 support, minumal supported version is PHP 8.2 (f933bf9)
  • proxifier: fixed proxification of opotional resetters (2e67726)
  • symfony: removed Symfony 5.4 support, minimal supported version is 6.4 (99f6bc8)
  • symfony: removed Symfony 7.0 support, minimal supported version is 7.2 (c6a225e)

Features

  • deps: integrate resetter bundle (f0b5f7a)
  • deps: support for blackfirephp-sdk v2.5 (476b20d)
  • doctrine: Support for Doctrine v3 (c1e7790)
  • openswoole: Support for OpenSwoole 25.2.0 (9620f11)
  • php: Support for PHP 8.4 (26f387b)
  • swoole: added ability to override the upload_tmp_dir swoole setting (4505c12)

Installation

composer require symfony-swoole/swoole-bundle ^0.24.0

v0.23.0

05 Jan 18:02
a70fa6f

Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • configuration: Prevent invalid array access when posix_getpwuid returns false (73da504)

Features

  • swoole: swoole updated to v6.0.0 (a0d349d)

Installation

composer require symfony-swoole/swoole-bundle ^0.23.0

v0.22.1

11 Sep 12:05
546bf12

Choose a tag to compare

Changelog

Full changelog

Performance Improvements

  • access-log: initialize IntlDateFormatter once based on icu format instead of slow static StrftimeToICUFormatMap::mapStrftimeToICU() (466146d)

Installation

composer require symfony-swoole/swoole-bundle ^0.22.1

v0.22.0

23 Aug 11:10
3eda667

Choose a tag to compare

Changelog

Full changelog

Features

  • settings: allow set user and group for worker and task worker child processes (210c143)

Installation

composer require symfony-swoole/swoole-bundle ^0.22.0

v0.21.2

23 Apr 10:32
c937102

Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • access-log: fixed log format %D, the time taken to serve the request, in microseconds (94d9314)
  • access-log: set default timezone from php since $timezone parameter and the current timezone are ignored when the $datetime parameter is a UNIX timestamp (starts with @) (8a21b1d)

Installation

composer require symfony-swoole/swoole-bundle ^0.21.2

v0.21.1

09 Apr 17:54
12b7291

Choose a tag to compare

Changelog

Full changelog

Bug Fixes

  • command: close console output after server start to prevent bad file descriptor in docker (9197522)
  • phpstan: suppress phpstan for output verbosity because OutputInterface constants don't work properly (7c01db5)

Installation

composer require symfony-swoole/swoole-bundle ^0.21.1

v0.21.0

12 Feb 22:41
8b49203

Choose a tag to compare

Changelog

Full changelog

Features

  • codestyle: added phpcs to php tooling, added and applied new PER coding style, tweaked php-cs-fixer configuration accordingly (647f7f5)
  • symfony: added support for Symfony 7.0 (c0ea0d4)

Installation

composer require symfony-swoole/swoole-bundle ^0.21.0