- symfony version has been raised to
5.2
, so if you have made any custom changes, we encourage you to read their upgrade guide UPGRADE-5.2.md - clear cache (when using docker-compose.yml, more details in #417)
- no additional steps to follow
- no additional steps to follow
- if you want to reduce the space taken up by packages marked as unstable you can add a new command to the cron
bin/console repman:package:clear-old-dists
(check ansible rolecron
for more details) - symfony version has been raised to
5.1
, so if you have made any custom changes, we encourage you to read their upgrade guide UPGRADE-5.1.md
- metadata files now will be full json files (previously it was serialized php array)
- dist file will be saved only with reference in name (to reduce storage size)
- auto upgrade is handled using migrations: #227