Skip to content

Releases: drush-ops/drush

11.0.6

06 Mar 12:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 11.0.5...11.0.6

11.0.5

08 Feb 14:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 11.0.4...11.0.5

11.0.4

25 Jan 14:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 11.0.3...11.0.4

11.0.3

21 Jan 12:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 11.0.2...11.0.3

11.0.2

19 Jan 13:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 11.0.1...11.0.2

11.0.1

17 Jan 16:18
Compare
Choose a tag to compare

What's Changed

  • Fix #5010. sql:dump includes path to sqlite3 database file in result-file=auto filename. Also uses in-memory sqlite during CI. by @weitzman in #5012
  • Add --filter option to migrate:status by @weitzman in #5014
  • Fixes #5015. Nullable string type hint on runserver's parseUri(). by @weitzman in #5017
  • Enable custom Logger(s). by @weitzman in #5022
  • drush core:status no longer works in Drush 11 with non-core db drivers by @mondrake in #5023

New Contributors

Full Changelog: 11.0.0...11.0.1

11.0.0

11 Jan 17:25
Compare
Choose a tag to compare

This release is recommended for all Drupal 9 sites. Drush 10 is no longer supported.

Highlights

  • Drupal 8 support is removed. Lots of dependencies updated as a result.. Composer warns if you try to enable Drush 11 with Drupal 8 or Drupal 9.1-.
  • The command API is unchanged so your custom and contrib commands should run successfully, without changes
  • The Generator API has changed. Very few contrib/custom modules ship with generators so minimal impact.
  • A bundle class generator! by @weitzman in #4903
  • Add field:create and other field commands by @DieterHolvoet in #4853, #4926, #4930
  • Commands may now be authored using PHP8 Attributes instead of annotations. Annotations are still supported.
  • Add entity:save command by @weitzman in #4858
  • pm:enable should fail by default if hook_requirements() is not met by @weitzman in #4874
  • Remove core:init command. by @weitzman in #4875
  • Fix #4541: Add again uid and mail options for user commands (#4542) [O'Briat]
  • Fix #2927. Don't issue a login link if user is blocked. (#4934) [Moshe Weitzman]
  • Fixed drush_backend_batch_process() not clearing batch_get() by @plach79 in #4886
  • Let config:set change multiple top-level keys. Add docs and tests. (#4983) [Moshe Weitzman]
  • Move from PSR2 to PSR12 coding standard (#4994) [Moshe Weitzman]
  • Remove Drush's cache API. We no longer need to cache annotation parsing. (#4965) [Moshe Weitzman]
  • Lots of doc improvements at www.drush.org, including new pages for Generators and Last Updated info at bottom of most pages.
  • Lots of source code modernizations as proposed by Rector tool.

11.0.0-rc7

09 Jan 16:31
Compare
Choose a tag to compare
11.0.0-rc7 Pre-release
Pre-release

a355f9e Fix CLI history path and startBrowser(). (#5001) [Moshe Weitzman]
4a514c9 Move from PSR2 to PSR12 (#4994) [Moshe Weitzman]
8a4a5f7 Fixed sites.php file included without $sites variable defined. Fixes #4987. (#4991) [Joachim]
366e0c3 More rector - quality set. (#4988) [Moshe Weitzman]
0254f34 Rector simplifies class names (#4984) [Moshe Weitzman]
a1917ee Let config:set change multiple top-level keys. Add docs and tests. (#4983) [Moshe Weitzman]
5a666e7 Remove deprecated option --preview in config:export (#4982) [Moshe Weitzman]

11.0.0-rc6

06 Jan 13:22
Compare
Choose a tag to compare
11.0.0-rc6 Pre-release
Pre-release

852db7b Inject migration plugin manager (#4980) [Claudiu Cristea]
ca9e31d Convert migrate tests to integration tests (#4834) [Claudiu Cristea]
7d016bc Stop asking for bundle in the field commands if the entity type isn't able to have bundles [Dieter Holvoet]
786948b Fix PHP 8.1 deprecation notice (#4972) [Dieter Holvoet]
52fdffe Only show fieldable entity types when asking for entity type in field commands (#4970) [Dieter Holvoet]
7baba0d Remove Drush's cache API. We no longer need to cache annotation parsing. (#4965) [Moshe Weitzman]
21eb502 Remove vestiges of Backend invoke system (#4964) [Moshe Weitzman]

8.4.10

04 Jan 00:08
Compare
Choose a tag to compare
  • Fix problems with .phar build on PHP 8.0 and 8.1