Skip to content

Commit f233402

Browse files
chore(release): v0.24.0 🎉
* fix(blackfire): minor fixes to balckfire monitoring feature ([d7c3a63](d7c3a63)) * fix(date-formatter): add default IntlDateFormatter construct parameters ([32056a0](32056a0)) * fix(deps): removed dependency on forked upscale/swoole-blackfire ([9c75ea3](9c75ea3)) * fix(monolog): removed old overridden Monolog StreamHandler versions ([84979a0](84979a0)) * fix(php): removed PHP 8.1 support, minumal supported version is PHP 8.2 ([f933bf9](f933bf9)) * fix(proxifier): fixed proxification of opotional resetters ([2e67726](2e67726)) * fix(symfony): removed Symfony 5.4 support, minimal supported version is 6.4 ([99f6bc8](99f6bc8)) * fix(symfony): removed Symfony 7.0 support, minimal supported version is 7.2 ([c6a225e](c6a225e)) * feat(deps): integrate resetter bundle ([f0b5f7a](f0b5f7a)) * feat(deps): support for blackfirephp-sdk v2.5 ([476b20d](476b20d)) * feat(doctrine): Support for Doctrine v3 ([c1e7790](c1e7790)) * feat(openswoole): Support for OpenSwoole 25.2.0 ([9620f11](9620f11)) * feat(php): Support for PHP 8.4 ([26f387b](26f387b)) * feat(swoole): added ability to override the upload_tmp_dir swoole setting ([4505c12](4505c12)) * chore(configuration): simplify "fromTreeBuilder" ([bbc8b32](bbc8b32)) * chore(deps-dev): updated phpstan/phpstan to 2.0 ([76c6960](76c6960)) * chore(funding): create FUNDING.yml ([25061b0](25061b0)) * chore(phpstan): fix for phpstan 2.1.2 ([0211aa6](0211aa6)) * build(deps-dev): bump doctrine/doctrine-bundle from 2.13.0 to 2.13.1 ([11ae5b4](11ae5b4)) * build(deps-dev): bump doctrine/doctrine-migrations-bundle ([aadad72](aadad72)) * build(deps-dev): bump doctrine/migrations from 3.7.3 to 3.8.2 ([f1a65b0](f1a65b0)) * build(deps-dev): bump doctrine/orm from 2.19.0 to 2.20.1 ([042ea9c](042ea9c)) * build(deps-dev): bump friendsofphp/php-cs-fixer from 3.49.0 to 3.68.0 ([cc6afdb](cc6afdb)) * build(deps-dev): bump phpspec/prophecy-phpunit from 2.1.0 to 2.3.0 ([d9ec747](d9ec747)) * build(deps-dev): bump phpstan/phpstan from 2.1.1 to 2.1.2 ([95071c8](95071c8)) * build(deps-dev): bump phpunit/phpunit from 10.5.38 to 10.5.40 ([2257832](2257832)) * build(deps-dev): bump slevomat/coding-standard from 8.14.1 to 8.15.0 ([0de54cf](0de54cf)) * build(deps-dev): bump symfony/messenger from 6.4.15 to 6.4.16 ([3e8f201](3e8f201)) * build(deps-dev): bump symfony/twig-bridge from 5.4.45 to 5.4.48 ([a0956fe](a0956fe)) * build(deps-dev): bump symfony/web-profiler-bundle from 5.4.46 to 5.4.48 ([4e816e1](4e816e1)) * build(deps-dev): bump symfony/yaml from 5.4.31 to 5.4.45 ([399207a](399207a)) * build(deps-dev): bump twig/twig from 3.18.0 to 3.19.0 ([70fcf22](70fcf22)) * build(deps): bump beberlei/assert from 3.3.2 to 3.3.3 ([33588d8](33588d8))
1 parent 84979a0 commit f233402

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [0.24.0](https://github.com/openswoole-bundle/openswoole-bundle/compare/v0.23.0...v0.24.0) (2025-03-01)
2+
3+
[Full changelog](https://github.com/symfony-swoole/swoole-bundle/compare/v0.23.0...v0.24.0)
4+
5+
### Bug Fixes
6+
7+
* **blackfire:** minor fixes to balckfire monitoring feature ([d7c3a63](https://github.com/openswoole-bundle/openswoole-bundle/commit/d7c3a63f9e6467adc2f799de49e24a737b9231e9))
8+
* **date-formatter:** add default IntlDateFormatter construct parameters ([32056a0](https://github.com/openswoole-bundle/openswoole-bundle/commit/32056a0b8623a36931b275bef743489c05d3d6b8))
9+
* **deps:** removed dependency on forked upscale/swoole-blackfire ([9c75ea3](https://github.com/openswoole-bundle/openswoole-bundle/commit/9c75ea36e4aebee277f2b327b48aa82d5b2ea44d))
10+
* **monolog:** removed old overridden Monolog StreamHandler versions ([84979a0](https://github.com/openswoole-bundle/openswoole-bundle/commit/84979a0b4f1365ffb6a16d6772ce9ee766e009d7))
11+
* **php:** removed PHP 8.1 support, minumal supported version is PHP 8.2 ([f933bf9](https://github.com/openswoole-bundle/openswoole-bundle/commit/f933bf96d1f8ff156182029778257e6ca8a516ba))
12+
* **proxifier:** fixed proxification of opotional resetters ([2e67726](https://github.com/openswoole-bundle/openswoole-bundle/commit/2e677268aedfc88114519854c3674d3e245ca0dd))
13+
* **symfony:** removed Symfony 5.4 support, minimal supported version is 6.4 ([99f6bc8](https://github.com/openswoole-bundle/openswoole-bundle/commit/99f6bc85e94e216499edfe6837e1719e6097d4d5))
14+
* **symfony:** removed Symfony 7.0 support, minimal supported version is 7.2 ([c6a225e](https://github.com/openswoole-bundle/openswoole-bundle/commit/c6a225e53d1f5714581d3ce9e5742caccd336ec2))
15+
16+
17+
### Features
18+
19+
* **deps:** integrate resetter bundle ([f0b5f7a](https://github.com/openswoole-bundle/openswoole-bundle/commit/f0b5f7a67b9b230cf0eaf595515cf82a33451545))
20+
* **deps:** support for blackfirephp-sdk v2.5 ([476b20d](https://github.com/openswoole-bundle/openswoole-bundle/commit/476b20d7cdbc12f4b2c9ea4f23951a90466d2176))
21+
* **doctrine:** Support for Doctrine v3 ([c1e7790](https://github.com/openswoole-bundle/openswoole-bundle/commit/c1e779066f79caaab0337b08f178cbec53dd2246))
22+
* **openswoole:** Support for OpenSwoole 25.2.0 ([9620f11](https://github.com/openswoole-bundle/openswoole-bundle/commit/9620f1127bc1752905c7486ac5a8fa3faeed5caa))
23+
* **php:** Support for PHP 8.4 ([26f387b](https://github.com/openswoole-bundle/openswoole-bundle/commit/26f387b404f995808fe03cef56146dbe738b7218))
24+
* **swoole:** added ability to override the upload_tmp_dir swoole setting ([4505c12](https://github.com/openswoole-bundle/openswoole-bundle/commit/4505c128933e3693ad60ce2f5fc22d95be208805))
25+
126
# [0.23.0](https://github.com/openswoole-bundle/openswoole-bundle/compare/v0.22.1...v0.23.0) (2025-01-05)
227

328
[Full changelog](https://github.com/symfony-swoole/swoole-bundle/compare/v0.22.1...v0.23.0)

0 commit comments

Comments
 (0)