Releases: drush-ops/drush
Releases · drush-ops/drush
9.7.3
8.4.8
8.4.7
10.4.0
- Moves migrate commands from migrate:run to Drush core https://www.drush.org/latest/migrate/. See https://gitlab.com/drupalspoons/migrate_tools/-/issues/118 if you are using Migrate Tools module.
- Exception in preflight does not set exit code Fixes #4627. (#4654)
- Use enlightn/security-checker in pm:security-php (#4653)
- Fixes #4038. More verbose sql exceptions and omit command signatures at end of error messages (#4652)
8.4.6
10.4.0-rc1
Moves migrate commands from migrate:run to Drush core https://www.drush.org/latest/migrate/
10.3.6
- Document support of Symfony Console commands. Fix #4545.
- Fix #4544. Use exit code 3 when insecure packages are found in security commands
- Allow Symfony Finder ^5 (#4571)
- Improve command categorization. (#4572)
- Fixes #4580: Allow Drush to work with composer/semver ^3. (#4581)
- entity:delete -> execute deletion of entities in batches. Add progress bar.
- Fixed app root detected by Drush not getting passed to the Drupal kernel