Releases: drush-ops/drush
Releases · drush-ops/drush
11.1.1
Highlights
- Bring back the archive:dump and archive:restore commands in #5148
What's Changed
- Add pm:uninstall alias un by @gitressa in #5131
- Update to PSR12 in docs by @weitzman in #5132
- Psr log 3 by @greg-1-anderson in #5137
- Test the finished callback of batch runner. Refs #5009 by @weitzman in #5144
- Dont use DRUPAL_ROOT in cache:rebuild by @weitzman in #5147
- Removed note about feature being experimental by @joachim-n in #5150
- [PHP 8.2] Fix deprecated
${var}
string interpolation patterns by @Ayesh in #5154 - The field:delete command deletes fields from all bundles instead of only the requested bundles. by @DieterHolvoet in #5158
- Bootstrap levels are
int
in DrupalBootLevels by @mglaman in #5155 - Show composer versions used in highest test by @weitzman in #5171
- PHP 8.2 compatibility: upgrade webmozarts/assert to 1.11.0 by @andypost in #5169
- Make
pm:install
andpm:uninstall
respect--simulate
option by @Kingdutch in #5152 - Remove timeout for runserver command by @jurgenhaas in #5174
- Add url option to the core:route command by @Chi-teck in #5172
- Allow to set the URL for the security advisories composer url via env variable by @Cyberschorsch in #5180
New Contributors
- @mglaman made their first contribution in #5155
- @Kingdutch made their first contribution in #5152
- @Cyberschorsch made their first contribution in #5180
Full Changelog: 11.0.9...11.1.0
11.1.0
An 11.1.1 release was made right after this one to fix an omission in drush.info file
Highlights
- Bring back the archive:dump and archive:restore commands in #5148
What's Changed
- Add pm:uninstall alias un by @gitressa in #5131
- Update to PSR12 in docs by @weitzman in #5132
- Psr log 3 by @greg-1-anderson in #5137
- Test the finished callback of batch runner. Refs #5009 by @weitzman in #5144
- Dont use DRUPAL_ROOT in cache:rebuild by @weitzman in #5147
- Removed note about feature being experimental by @joachim-n in #5150
- [PHP 8.2] Fix deprecated
${var}
string interpolation patterns by @Ayesh in #5154 - The field:delete command deletes fields from all bundles instead of only the requested bundles. by @DieterHolvoet in #5158
- Bootstrap levels are
int
in DrupalBootLevels by @mglaman in #5155 - Show composer versions used in highest test by @weitzman in #5171
- PHP 8.2 compatibility: upgrade webmozarts/assert to 1.11.0 by @andypost in #5169
- Make
pm:install
andpm:uninstall
respect--simulate
option by @Kingdutch in #5152 - Remove timeout for runserver command by @jurgenhaas in #5174
- Add url option to the core:route command by @Chi-teck in #5172
- Allow to set the URL for the security advisories composer url via env variable by @Cyberschorsch in #5180
New Contributors
- @mglaman made their first contribution in #5155
- @Kingdutch made their first contribution in #5152
- @Cyberschorsch made their first contribution in #5180
Full Changelog: 11.0.9...11.1.0
8.4.11
11.0.9
What's Changed
- Run theme post updates when supported by core by @alexpott in #5120
- Fix #5123. Document SQL query results with pretty formatting by @weitzman in #5124
- watchdog:tail does not use output format system so fixup annotations by @weitzman in #5125
- Fix #5121. watchdog:tail throws sql exception when using options or argument by @weitzman in #5127
- Validate the --target-bundle option of field:create by @DieterHolvoet in #5116
- Fix #4588 pm:enable renamed to pm:install (backward compat preserved) by @rajeshreeputra in #5061
- Add mk-redirects by @weitzman in #5129
- Add pm:enable docs redirect. by @weitzman in #5130
New Contributors
- @rajeshreeputra made their first contribution in #5061
Full Changelog: 11.0.8...11.0.9
11.0.8
What's Changed
- Fix #5041. Fix path/to/drush for redispatches when both sites are local. by @weitzman in #5093
- Fix entity command batch progress bar by @leymannx in #5096
- Move
backup-dir
underdrush.paths
in config docs. by @richardbporter in #5104 - Drush 10 / Symfony 6 compatibility by @greg-1-anderson in #5108
- Update queueTest for removal of aggregator module by @weitzman in #5111
- field-create: Fix default value if show-machine-names option is off by @DieterHolvoet in #5110
- Preserve ability to not pass a role label (for now). by @weitzman in #5118
New Contributors
Full Changelog: 11.0.7...11.0.8
11.0.7
What's Changed
- Remove link referencing closed PR regarding site-specific config. by @richardbporter in #5088
- Fix core:status warning by @weitzman in #5090
Full Changelog: 11.0.6...11.0.7
11.0.6
What's Changed
- Issue #5066 - PHP 8.1 null vs. \strlen() by @Sweetchuck in #5067
- Allow Drupal install with contrib database drivers by @mondrake in #5070
- Bump consolidation dependencies to allow dflydev/dot-access-data:3 by @weitzman in #5074
- Fix links in docs to point to drush 11 by @weitzman in #5075
- Update DrushTestTrait.php by @heddn in #5076
- Move enlightn/security-checker to "suggest" by @greg-1-anderson in #5078
- PHP 8.1 deprecation messages when the user has no mail or uid by @claudiu-cristea in #5079
- Migrate runner Drupal 10 compatibility by @claudiu-cristea in #5080
- Depend on enlightn/security-checker once again by @weitzman in #5081
- Remove psr/log as direct dependency by @weitzman in #5082
- Canonicalize all paths in status output. by @weitzman in #5049
New Contributors
Full Changelog: 11.0.5...11.0.6
11.0.5
What's Changed
- Fix usage example in core:route command by @Chi-teck in #5053
- Fix tests on Drupal 10 by @weitzman in #5054
- Ignore services on invalid reference by @DieterHolvoet in #5056
- Fix #5058. Load/delete entities that are access controlled. by @weitzman in #5059
- Add a default value for the field widget choice in field:create by @DieterHolvoet in #5060
Full Changelog: 11.0.4...11.0.5
11.0.4
What's Changed
- Return values instead of keys in discoverCommandsFromConfiguration. by @kporras07 in #5039
- Add back semver_example test on highest. by @weitzman in #5031
- sql:sync minor cleanup by @weitzman in #5044
- Remove unused global options remote-host and remote-user. by @weitzman in #5045
- Remove drush_get_global_options() by @weitzman in #5046
- Update endpoint in SecurityUpdateCommands by @webflo in #5043
New Contributors
- @kporras07 made their first contribution in #5039
Full Changelog: 11.0.3...11.0.4