Skip to content

Releases: drush-ops/drush

13.0.0-beta1

03 May 13:16
f98235d
Compare
Choose a tag to compare
13.0.0-beta1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 12.5.2...13.0.0-beta1

12.5.2

03 May 13:06
4aebed8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 12.5.1...12.5.2

12.5.1

20 Mar 15:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 12.5.0...12.5.1

12.5.0

18 Mar 17:57
Compare
Choose a tag to compare

Commandfiles are now encouraged to inject their dependencies via Autowire (#5893). The drush.services.yml file is deprecated and may be removed in Drush 13. Now is also a good time to update commandfiles to use PHP Attributes instead of annotations.

A new content authoring command: entity:create. Added in 12.4.4 and so fun we had to mention it again in this minor release.

Full Changelog: 12.4.4...12.5.0

12.4.4

09 Mar 15:00
a6585cd
Compare
Choose a tag to compare

New

What's Changed

  • Add asciinema and autocast in our DDEV by @weitzman in #5817
  • Set correct generator type for alias-file generator by @Chi-teck in #5820
  • Add tip that --destination starting point is Drupal root by @gitressa in #5819
  • Report full path to archive dump when --destination is passed. by @weitzman in #5821
  • Test trait must convert arg to string by @weitzman in #5822
  • Avoid TypeError when calling a Drush command inside of php:cli by @weitzman in #5824
  • Update path to /path/to/vendor/bin under Install > Execution by @gitressa in #5826
  • Avoid newest Xdebug by @weitzman in #5835
  • Remove crufty comment by @weitzman in #5841
  • Fix #5816. PolicyCommands.php example produces errors by @weitzman in #5842
  • Attribute also does the validate by @weitzman in #5818
  • (documentation) Add a command example using %private path alias. by @jonpugh in #5847
  • Replace usage of Assertion\Handle::register() by @claudiu-cristea in #5852
  • DrushLoggerServiceProvider is not registered after cache rebuild by @mcdruid in #5863
  • Fix update notes from prior Drush versions to include missing /src by @goba in #5874
  • Add Drush 13 / Drupal 11 to compatibility to help users plan by @goba in #5875
  • Skip abstract entity type classes from being exposed with their short… by @ceesgeene in #5856
  • Remove the use of mt_rand by @bbeversdorf in #5857

New Contributors

Full Changelog: 12.4.3...12.4.4

12.4.3

20 Nov 16:19
8245ace
Compare
Choose a tag to compare

What's Changed

Full Changelog: 12.4.2...12.4.3

12.4.2

31 Oct 17:14
dbc97d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 12.4.1...12.4.2

12.4.1

26 Oct 22:43
edfd51a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 12.4.0...12.4.1

12.4.0

23 Oct 20:18
b49cc6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 12.3.0...12.4.0

12.3.0

12 Oct 02:11
Compare
Choose a tag to compare

What's Changed

  • SqlBase: Fix PHP 8.1 compatibility with drush sql:create --simulate by @codebymikey in #5757
  • Fix 'TypeError: FieldCreateCommands::getExistingFieldStorageOptions(): Argument #3 ($showMachineNames) must be of type bool, string given' by @DieterHolvoet in #5759
  • Update composer.lock so that the SDC generator from chi-teck/drupal-code-generator is displayed in help site by @weitzman in #5763
  • Remove pm:security in favor of composer audit by @weitzman in #5775

New Contributors

Full Changelog: 12.2.0...12.3.0