Skip to content

4.0.0

Compare
Choose a tag to compare
@j0k3r j0k3r released this 05 Oct 09:44
· 777 commits to master since this release
3e3b2d0

More than a year after the latest release... ouch.

Main changes are:

The upgrade might be pretty complex.

  1. The configuration is no more in app/config/parameters.yml.dist but in .env.local (which must be created, take inspiration from .env).
  2. If you are using Supervisor to handle consumers, commands have changed too. See data/supervisor.conf to see what changed.
  3. The public entry is no more web/app.php but public/index.php (update your server configuration).
  4. There is a new migration to run (see migrations/Version20200613153754.php): php bin/console doctrine:migrations:migrate -vv (use --dry-run before, of course).

If you are struggling to update to that version, don't hesitate to open an issue.

What's Changed

Full Changelog: 3.1.0...4.0.0