Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v0.24.0 [develop] #189

Merged
merged 1 commit into from
Mar 1, 2025
Merged

Conversation

symfony-swoole-bot
Copy link
Contributor

0.24.0 (2025-03-01)

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)

Fast-forward merge instructions

  1. Approve PR
  2. Then run these commands in your local git repository:
git fetch --all
git switch develop
git pull origin develop
git merge origin/chore/release-v0.24.0-develop --ff-only
git push origin develop

* 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))
@symfony-swoole-bot symfony-swoole-bot requested a review from a team as a code owner March 1, 2025 17:11
@Rastusik Rastusik merged commit f233402 into develop Mar 1, 2025
10 checks passed
@Rastusik Rastusik deleted the chore/release-v0.24.0-develop branch March 1, 2025 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants