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 [master] #188

Merged
merged 34 commits 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 master
git pull origin master
git merge origin/chore/release-v0.24.0-master --ff-only
git push origin master

Jozef Pistej and others added 30 commits January 6, 2025 14:54
Bumps [phpspec/prophecy-phpunit](https://github.com/phpspec/prophecy-phpunit) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/phpspec/prophecy-phpunit/releases)
- [Changelog](https://github.com/phpspec/prophecy-phpunit/blob/master/CHANGES.md)
- [Commits](phpspec/prophecy-phpunit@v2.1.0...v2.3.0)

---
updated-dependencies:
- dependency-name: phpspec/prophecy-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [symfony/twig-bridge](https://github.com/symfony/twig-bridge) from 5.4.45 to 5.4.48.
- [Release notes](https://github.com/symfony/twig-bridge/releases)
- [Changelog](https://github.com/symfony/twig-bridge/blob/7.2/CHANGELOG.md)
- [Commits](symfony/twig-bridge@v5.4.45...v5.4.48)

---
updated-dependencies:
- dependency-name: symfony/twig-bridge
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](doctrine/DoctrineBundle@2.13.0...2.13.1)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [symfony/yaml](https://github.com/symfony/yaml) from 5.4.31 to 5.4.45.
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.2/CHANGELOG.md)
- [Commits](symfony/yaml@v5.4.31...v5.4.45)

---
updated-dependencies:
- dependency-name: symfony/yaml
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [doctrine/migrations](https://github.com/doctrine/migrations) from 3.7.3 to 3.8.2.
- [Release notes](https://github.com/doctrine/migrations/releases)
- [Commits](doctrine/migrations@3.7.3...3.8.2)

---
updated-dependencies:
- dependency-name: doctrine/migrations
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [slevomat/coding-standard](https://github.com/slevomat/coding-standard) from 8.14.1 to 8.15.0.
- [Release notes](https://github.com/slevomat/coding-standard/releases)
- [Commits](slevomat/coding-standard@8.14.1...8.15.0)

---
updated-dependencies:
- dependency-name: slevomat/coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.38 to 10.5.40.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.40/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.38...10.5.40)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) from 5.4.46 to 5.4.48.
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v5.4.46...v5.4.48)

---
updated-dependencies:
- dependency-name: symfony/web-profiler-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.19.0 to 2.20.1.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](doctrine/orm@2.19.0...2.20.1)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/doctrine/DoctrineMigrationsBundle/releases)
- [Commits](doctrine/DoctrineMigrationsBundle@3.3.0...3.3.1)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-migrations-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [symfony/messenger](https://github.com/symfony/messenger) from 6.4.15 to 6.4.16.
- [Release notes](https://github.com/symfony/messenger/releases)
- [Changelog](https://github.com/symfony/messenger/blob/7.2/CHANGELOG.md)
- [Commits](symfony/messenger@v6.4.15...v6.4.16)

---
updated-dependencies:
- dependency-name: symfony/messenger
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.49.0 to 3.68.0.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.49.0...v3.68.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [beberlei/assert](https://github.com/beberlei/assert) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/beberlei/assert/releases)
- [Changelog](https://github.com/beberlei/assert/blob/master/CHANGELOG.md)
- [Commits](beberlei/assert@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: beberlei/assert
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.18.0 to 3.19.0.
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.18.0...v3.19.0)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@2.1.1...2.1.2)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Rastusik and others added 4 commits February 22, 2025 22:02
* 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 master Mar 1, 2025
10 checks passed
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.

3 participants