Releases: drush-ops/drush
11.0.3
11.0.2
What's Changed
- Fixes #5024. Allow Symfony 5.4 and 6 by @weitzman in #5025
- Remove grasmash/yaml-expander as it is not used by @alexpott in #5028
- Tighten squizlabs/php_codesniffer constraint by @weitzman in #5029
- drush core:status (still) no longer works in Drush 11 with non-core db drivers by @mondrake in #5032
- Move entity:updates command to LegacyCommands. Its unused in Drupal 9+ by @weitzman in #5033
- Simplify compatibility matrix now that Drupal 8 is EOL. by @greg-1-anderson in #5035
- Bump site-process for less verbose exceptions. by @weitzman in #5034
- Remove dead code and re-enable --partial test. by @weitzman in #5036
Full Changelog: 11.0.1...11.0.2
11.0.1
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
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
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
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
- Fix problems with .phar build on PHP 8.0 and 8.1
8.4.9
- PHP 8.1 (#4975, #4839)
- Minimize .phar size (#4860)
- Test on Drupal 9.3, stop testing on Drupal 8 (EOL) (#4962)
- Drupal 6 - Drush 8 updb returns errors on PHP 8 if no updates should be run (#4898)
- Workaround for array vs SimpleXMLElement in PHP 8 (#4762) (#4763)
- Fix warning when parsing release xml from Drupal.org (#4715)
11.0.0-rc5
- bc4d9db Fix highest now that DB drivers have own modules in Drupal 9.4 (#4960) [Moshe Weitzman]
- c71be05 Add param type hints and return type declarations using Rector on various directories (#4959, #4963) [Moshe Weitzman]
- 1090847 Terse Attributes example and Add last-updated date and authors to bottom of all docs pages. (#4958) [Moshe Weitzman]
- 4b96291 Fix #4880. On docs site add tabs showing Attributes versus Annotations. (#4956) [Moshe Weitzman]
11.0.0-rc4
What's Changed
1e217fe More verbosity fix. (#4954) [Moshe Weitzman]
66fa215 Add an example in generate command. (#4955) [Moshe Weitzman]
2d50f2b Debug info preserved in stderr (#4835) [Claudiu Cristea]
b6bce9f Update all packages and up the composer conflict so we require at least Drupal 9.2 [Moshe Weitzman]
57bbe7e Add the option to skip language autocreation on the command locale:import. (#4586) [Florent Torregrosa]
2126b4a Implement site-specific config file loading. (#4345) [Richard B. Porter]
1286654 Fix #4373. The command output does not check verbosity correctly. (#4949) [Moshe Weitzman]
0c58c41 Add askRequired helper to DrushStyle (#4950) [Dieter Holvoet]
fbe4980 Fix default value of the field:create cardinality option (#4951) [Dieter Holvoet]
eb41746 Stop prepending the Cancel option to choice lists (#4908) [Dieter Holvoet]
6b42e4c Fix #4543. Support DelayedRequeueException (added in Drupal 9.1.x) (#4948) [Moshe Weitzman]
9071e27 Fix #4933. Dont let Console propogate --quiet to subprocesses by default. (#4947) [Moshe Weitzman]
db078ba Add PHP Attribute for Version. (#4946) [Moshe Weitzman]