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