One year after the latest release... ouch.
Main changes are:
- Symfony 5 (previously Symfony 3)
- Replace Swarrot by Symfony Messenger
- Moved to Github Actions
The upgrade might be pretty complex (because a lot of files changed) but I think this list is a summary of what needs to be done:
- The configuration is no more in
app/config/parameters.yml.dist
but in.env.local
(which must be created, take inspiration from.env
). - If you are using Supervisor to handle consumers, commands have changed too. See
data/supervisor.conf
to see what changed. - The public entry is no more
web/app.php
butpublic/index.php
(update your server configuration).
If you are struggling to update to that version, don't hesitate to open an issue.
What's Changed
- Jump to Symfony 4.4 by @j0k3r in #389
- Jump to PHPStan 0.12 by @j0k3r in #400
- Jump to Symfony 5.1 by @j0k3r in #401
- Replace Swarrot by Messenger by @j0k3r in #403
- Update deps by @j0k3r in #408
- Symfony 5.1.7 by @j0k3r in #419
- Ditch direct dev deps
php-coveralls
by @j0k3r in #439 - Symfony 5.1.8 by @j0k3r in #450
- Fix timeout configuration by @j0k3r in #455
- Moving to Github Actions by @j0k3r in #465
- Change the way to handle coverage by @j0k3r in #467
- Symfony 5.1.9 by @j0k3r in #482
- Symfony 5.2.0 by @j0k3r in #483
- Rotate log by @j0k3r in #488
- Symfony 5.2.2 by @j0k3r in #551
- Symfony 5.2.3 by @j0k3r in #563
- Symfony 5.2.4 by @j0k3r in #596
- Update deps by @j0k3r in #622
- Symfony 5.2.7 by @j0k3r in #644
- Symfony 5.2.8 by @j0k3r in #667
- Symfony 5.2.9 by @j0k3r in #682
- Symfony 5.3.0 by @j0k3r in #698
- Symfony 5.3.2 by @j0k3r in #718
- Symfony 5.3.3 by @j0k3r in #733
- Symfony 5.3.6 by @j0k3r in #750
- Symfony 5.3.7 by @j0k3r in #779
- Symfony 5.3.9 by @j0k3r in #795
- Update PHP-CS-Fixer by @j0k3r in #798
Full Changelog: 10.1.2...11.0.0