Releases: drush-ops/drush
Releases · drush-ops/drush
13.7.0-rc1
This release introduces first class support for native Symfony Console commands. Annotated commands are now deprecated and support for them will be removed in a future release. The core Drush commands are converted to native Symfony Console in the 14.x branch, not in 13.x See #6135 for more info. The command authoring doc has been updated.
What's Changed
- Backport non src/Commands changes from 14.x by @weitzman in #6407
- twig:compile: Surround the template loading with try-catch #6335 by @efpapado in #6336
- Fixes #6279, #6278. More robust git diff during config import/export by @weitzman in #6339
- #6345: Fix performance issues in 'locale:export' command for large .po exports by @hctom in #6346
- Add example to set default admin user account by @gitressa in #6379
New Contributors
Full Changelog: 13.6.2...13.7.0-rc1
13.6.2
What's Changed
- Don't try to avoid cron during site:install by @weitzman in #6325. Drupal change record.
- Fix #6318. Fix config:delete multiple deletions by @weitzman in #6326
- Add new Usage for user:create by @weitzman in #6327
- Fix #6324. Consider Drupal 11's new runtime_requirements by @weitzman in #6328
- Consider D12 install time requirement during pm:install by @weitzman in #6330
- Fix #6308. Add a confirmation step to drush entity:delete by @weitzman in #6329
- Fixes #6319. Update docs: import SQL dump using sql:connect not sql:cli by @weitzman in #6333
Full Changelog: 13.6.1...13.6.2
13.6.1
What's Changed
- Allow stdin to be redirected to ssh command by @lepokle in #6275
- assert_options() and assert.* INI configs are deprecated in PHP 8.3 by @claudiu-cristea in #6276
- Fix typo in entity:delete by @longwave in #6286
- Move CONTRIBUTING.md physically into docs by @phenaproxima in #6291
- Fix #6289. Fatal error in drush core:requirements command (Drupal 11.2) by @weitzman in #6293
- Replace all symlinks with real files by @phenaproxima in #6294
- Fix 'Negated boolean expression is always false' by @DieterHolvoet in #6295
- Add tty/interactive options to kubectl docs by @froboy in #6313
- Fix composer error in highest tests by @weitzman in #6314
- Fix #6310. Provide one-time login links after site install by @weitzman in #6311
- Fix 'TypeError: Laravel\Prompts\multiselect(): Argument #3 ($default) must be of type Illuminate\Support\Collection|array, null given' by @DieterHolvoet in #6316
- Fix node class namespace in docs by @DieterHolvoet in #6284
- Make the url logged in field:create a clickable link by @DieterHolvoet in #6216
New Contributors
- @lepokle made their first contribution in #6275
- @longwave made their first contribution in #6286
- @froboy made their first contribution in #6313
Full Changelog: 13.6.0...13.6.1
13.6.0
What's Changed
- Command to toogle Twig debugging and CSS/JS aggregation by @Keshav2207 in #6268
- Check mariadb and mariadb-dump before using SqlMariaDB by @webflo in #6272
New Contributors
- @HongPong made their first contribution in #6270
- @Keshav2207 made their first contribution in #6268
Full Changelog: 13.5.1...13.6.0
13.5.1
What's Changed
- Bump laravel/prompts to v0.3.5 by @jnoordsij in #6246
New Contributors
- @jnoordsij made their first contribution in #6246
Full Changelog: 13.5.0...13.5.1
13.5.0
What's Changed
- Introduce a
cache:warmcommand for Drupal 11.2+. Automatiically call it duringdeployby @weitzman in #6260 - sql:dump - better topics and help links by @weitzman in #6261
- Fix CLI Usage syntax for drush vdis command by @iHassan in #6247
- Improve docs for DRUSH_OPTIONS_URI by @weitzman in #6263
- Remove a couple references to --root since thats deprecated by @weitzman in #6265
- Add
--extraoption tosql:create,sql:drop, andsite:installby @arnested in #6249
New Contributors
Full Changelog: 13.4.0...13.5.0
13.4.0
What's Changed
- Add why:config and why:module commands to Drush core by @claudiu-cristea in #6060
- Fix #6158. Entity save command does not properly check for revision support by @weitzman in #6168
- Add missing limit option to entity:save by @weitzman in #6169
- Dispatch GeneratorInfoAlter event by @weitzman in #6177
- Add Blackfire.io to credits by @DieterHolvoet in #6191
- Allow config.storage service to be decorated by @alexpott in #6197
- Fix mysql via mariadb warns about being deprecated (#6183) by @MakerTim in #6189
- Handle custom database drivers by @bradjones1 in #6127
- Fix up makeEntitiesAvailableWithShortClassNames by @chx in #6221
- drush.services.yml support will be removed in Drush 14 not 13 by @prudloff-insite in #6217
- Fix #6232. Make sure redispatchOptions() are used in deploy:hook by @weitzman in #6233
- Issue #6125 Fix PHP Error: Object of class Drupal\layout_builder\Sect… by @rodrigoaguilera in #6236
- Fix #6240. Warnings while doing drush entity:save node by @weitzman in #6241
- Allow cache-rebuild to fix more things by @alexpott in #6243
- Fix WootCommandInfoAlterer by @weitzman in #6244
- Use DI in SyncViaHttpCommands by @weitzman in #6251
New Contributors
- @drupal-daffie made their first contribution in #6206
- @miloskroulik made their first contribution in #6229
Full Changelog: 13.3.3...13.4.0
13.4.0-rc1
What's Changed
- Add Drupal Dependencies commands to Drush core by @claudiu-cristea in #6060
- Fix #6158. Entity save command does not properly check for revision support by @weitzman in #6168
- Add missing limit option to entity:save by @weitzman in #6169
- Dispatch GeneratorInfoAlter event by @weitzman in #6177
- Add Blackfire.io to credits by @DieterHolvoet in #6191
- Allow config.storage service to be decorated by @alexpott in #6197
- Fix mysql via mariadb warns about being deprecated (#6183) by @MakerTim in #6189
- Handle custom database drivers by @bradjones1 in #6127
- Fix up makeEntitiesAvailableWithShortClassNames by @chx in #6221
- drush.services.yml support will be removed in Drush 14 not 13 by @prudloff-insite in #6217
- Fix #6232. Make sure redispatchOptions() are used in deploy:hook by @weitzman in #6233
- Issue #6125 Fix PHP Error: Object of class Drupal\layout_builder\Sect… by @rodrigoaguilera in #6236
- Fix #6240. Warnings while doing drush entity:save node by @weitzman in #6241
- Allow cache-rebuild to fix more things by @alexpott in #6243
New Contributors
- @drupal-daffie made their first contribution in #6206
- @miloskroulik made their first contribution in #6229
Full Changelog: 13.3.3...13.4.0-rc1
8.5.0
13.3.3
What's Changed
- Add filter tip to Watchdog by @gitressa in #6152
- Relax auto-discoverable command file/class naming convention by @claudiu-cristea in #6153
- Avoid DI for PermissionHandler in pm:install by @weitzman in #6155 (bug fix)
Full Changelog: 13.3.2...13.3.3