Releases: drush-ops/drush
Releases · drush-ops/drush
13.0.0
What's Changed
- Use the new Laravel Prompts by @weitzman in #5823
- A new content authoring command: entity:create by @weitzman in #5815
- Use Autowire in commandfiles (13.x) by @weitzman in #5889
- Allow autowire of Drush services by @weitzman in #5922
- Account for D11 changes by @weitzman in #5928
- Add kubernetes site option documentation. by @crasx in #5920
- [PHP 8.4] Fixes for implicit nullability deprecation by @Ayesh in #5914
- A site local Drush no longer redispatches to another site local Drush. And remove archive:restore by @weitzman in #5927
- Trust existing config to have a profile set correctly by @alexpott in #5925
- Pass along -vv and -vvv to redispatches. by @weitzman in #5948
- Update to symfony7 by @larowlan in #5951
- Keep supporting Drupal 10 by @weitzman in #5958
- Bring back grasmash commands by @weitzman in #5977
- Bump Laravel Prompts. Can now use textarea and reversible forms by @weitzman in #5979
- Allow command classes to set their own logger channel by @jurgenhaas in #5963
- Drush min php is 8.2 by @weitzman in #5983
- Directly add recipe command from Drupal 11 by @weitzman in #5997
- Added --limit option to the entity:delete command. by @tibezh in #6008
- Note deprecation of --root option by @weitzman in #6034
- Update docs and exceptions related to --root by @weitzman in #6035
- Fixes #5999: Allow drush site:install to work with recipes. by @greg-1-anderson in #6026
- Fix path to files directory when it is a symlink by @greg-1-anderson in #6047
- Add plumbing for equivalent updates in updatedb by @alexpott in #6056
New Contributors
- @vever001 made their first contribution in #5869
- @liberatr made their first contribution in #5915
- @crasx made their first contribution in #5920
- @elaman made their first contribution in #5953
- @martinstadelmann made their first contribution in #5955
- @sonnykt made their first contribution in #5961
- @dungahk made their first contribution in #6005
- @chesn0k made their first contribution in #6010
- @tibezh made their first contribution in #6008
- @ChrisScrumping made their first contribution in #5962
- @AlexSkrypnyk made their first contribution in #6013
- @simesy made their first contribution in #6019
- @ilyano made their first contribution in #5861
Full Changelog: 12.5.2...13.0.0
12.5.3
What's Changed
- Fix --chunks in entity:save by @weitzman in #6001
- Issue #6012: drush migrate:fields-source vs. strict_types by @nevergone in #6016
- Update dependency-injection.md by @codebymikey in #6017
- Restore SqlMariaDB override by @LordAro in #6022
- Remove unused drupalLoggerAdapter code (12.x) by @klausi in #6028
- Backport code from #5928. by @brummbar in #6042
- Fixes #5991: Adds Convert Symlinks Option (#6030) by @greg-1-anderson in #6043
- Fix path to files directory when it is a symlink (#6047) by @greg-1-anderson in #6048
- TypeError when running
core:requirements
with certain modules (e.g. o365) by @codebymikey in #6052
Full Changelog: 12.5.2...12.5.3
13.0.0-rc1
13.0.0-beta5
What's Changed
- Fix #6025. drush pmu throws array to string conversion warning by @weitzman in #6036
- Fixes #5991: Adds Convert Symlinks Option by @greg-1-anderson in #6030
- PHPStan Level 4 by @weitzman in #6045
- Fixes #5999: Allow drush site:install to work with recipes. by @greg-1-anderson in #6026
- Fix path to files directory when it is a symlink by @greg-1-anderson in #6047
Full Changelog: 13.0.0-beta4...13.0.0-beta5
13.0.0-beta4
What's Changed
- Issue #6012: drush migrate:fields-source vs. strict_types by @nevergone in #6015
- Allow compatability with drush <= 12. See drupal.org/i/3445590. by @simesy in #6019
- Improve dumpProgram handling in mysql database driver, and fix for null param to ucfirst for 13.x by @LordAro in #6023
- Add Drush 13 and Drupal 11 in issue template by @gitressa in #6033
- Note deprecation of --root option by @weitzman in #6034
- Update docs and exceptions related to --root by @weitzman in #6035
- Remove unused drupalLoggerAdapter code by @klausi in #6029
New Contributors
Full Changelog: 13.0.0-beta3...13.0.0-beta4
13.0.0-beta3
What's Changed
- Updated version constraint for DCG to use
alpha
. by @AlexSkrypnyk in #6013
New Contributors
- @AlexSkrypnyk made their first contribution in #6013
Full Changelog: 13.0.0-beta2...13.0.0-beta3
13.0.0-beta2
What's Changed
- Remove src/Drupal/DrupalKernelTrait.php by @weitzman in #5981
- Drush min php is 8.2 by @weitzman in #5983
- Bump min version of psysh by @weitzman in #5984
- Switch drupal-recommended to 11.0.x instead of 11.x by @weitzman in #5993
- Run highest tests on all DB platforms for now by @weitzman in #5990
- Directly add recipe command from Drupal 11 by @weitzman in #5997
- Update minimum DCG to v3.6 by @chesn0k in #6010
- Added --limit option to the entity:delete command. by @tibezh in #6008
- Error running twig:unused when cache disabled by @ChrisScrumping in #5962
New Contributors
- @dungahk made their first contribution in #6005
- @chesn0k made their first contribution in #6010
- @tibezh made their first contribution in #6008
- @ChrisScrumping made their first contribution in #5962
Full Changelog: 13.0.0-beta1...13.0.0-beta2
13.0.0-beta1
What's Changed
- Use the new Laravel Prompts by @weitzman in #5823
- Move Drush generator generator (inception!) from DCG to Drush by @weitzman in #5868
- A new content authoring command: entity:create by @weitzman in #5815
- Stop using SiteAliasAwareInterface by @weitzman in #5877
- Fix site install command broken in D11 by @mondrake in #5883
- Use Autowire in commandfiles (13.x) by @weitzman in #5889
- Update SiteInstallCommands for interactive install by @mondrake in #5895
- Stop hiding generator command from DCG, and misc Drupal 11 fixes by @weitzman in #5896
- Improve tests by using command name constants by @weitzman in #5898
- Stop using drush.services.yml in sql:sanitize plugins by @weitzman in #5902
- Fix #5838: Run batch operations at the end of config import. by @vever001 in #5869
- Remove drush stanza in woot.module composer.extra by @weitzman in #5916
- Allow autowire of Drush services by @weitzman in #5922
pull/5926 - Add kubernetes site option documentation. by @crasx in #5920
- [PHP 8.4] Fixes for implicit nullability deprecation by @Ayesh in #5914
- A site local Drush no longer redispatches to another site local Drush. And remove archive:restore by @weitzman in #5927
- Trust existing config to have a profile set correctly by @alexpott in #5925
- Pass along -vv and -vvv to redispatches. by @weitzman in #5948
- Stop bootstrapping early in deploy command https://github.com/drush-ops/drush/pull/5953/files
- Update to symfony7 by @larowlan in #5951
- Keep supporting Drupal 10 by @weitzman in #5958
- Issue #5960: Environment variables ignored if the value provided in the user configuration file. by @sonnykt in #5961
- Add phpstan baseline and bump to level 2 by @weitzman in #5975
- Bump Laravel Prompts. Can now use textarea and reversible forms by @weitzman in #5979
New Contributors
- @vever001 made their first contribution in #5869
- @liberatr made their first contribution in #5915
- @crasx made their first contribution in #5920
- @elaman made their first contribution in #5953
- @martinstadelmann made their first contribution in #5955
- @sonnykt made their first contribution in #5961
Full Changelog: 12.5.2...13.0.0-beta1
12.5.2
What's Changed
- Delegate container docs by @weitzman in #5924
- Fix null param to ucfirst() fatal error when DB information is missing by @Supreetam09 in #5918
- fix generator completion by @weitzman in #5931
- Update QueueCommands.php by @bhanu951 in #5964
- Fixes #5965. drupal finder compat by @weitzman in #5966
- Allow command classes to set their own logger channel (12.x) by @weitzman in #5980
- Stop bootstrapping early in deploy command #5953
New Contributors
- @Supreetam09 made their first contribution in #5918
- @bhanu951 made their first contribution in #5964
Full Changelog: 12.5.1...12.5.2