packagist drush/drush 9.6.0-beta1

latest releases: 13.x-dev, 12.x-dev, dev-phpstan-migrate...
5 years ago

This release features significant new features and a major refactor of our "backend" plumbing. Our goal is to preserve all existing APIs so please report any breakage.

  1. Add --filter to many commands (#3718). You may now filter output from any tabular commands. An example: drush pm:list --filter=ctools. See docs for details and general info about output formats.
  2. Add cwd option to core-cli #3656
  3. Fix bug where pm:security misses required security updates. (#3766)
  4. Allow Symfony Console commands to be used in php:cli. (#3770). Did you know that Drush can run plain Symfony Console commands?
  5. Deprecate backend.inc in favor of a new site-process library (#3758). This is a HUGE win for the maintainability of Drush.
  6. Forward-port #3764 (stty size fix) to master (#3772)
  7. Allow symfony/finder 4 (#3744) and symfony/var-dumper 4 (#3739)
  8. Fix #3743. Remove symfony/config dependency. Its unused. (#3775)
  9. Unset _style during encode/decode of backend packets to avoid type mismatch errors. (#3776)
  10. Fix BaseBoot's site alias inflection (#3778)

Don't miss a new drush release

NewReleases is sending notifications on new releases.