This release introduces first class support for native Symfony Console commands. Annotated commands are now deprecated and support for them will be removed in a future release. The core Drush commands are converted to native Symfony Console in the 14.x branch, not in 13.x See #6135 for more info. The command authoring doc have been updated.
What's Changed
- Backport non src/Commands changes from 14.x by @weitzman in #6407
- twig:compile: Surround the template loading with try-catch #6335 by @efpapado in #6336
- Fixes #6279, #6278. More robust git diff during config import/export by @weitzman in #6339
- #6345: Fix performance issues in 'locale:export' command for large .po exports by @hctom in #6346
- Add example to set default admin user account by @gitressa in #6379
New Contributors
Full Changelog: 13.6.2...13.7.0-rc1