DDEV v1.24.2 Brings MySQL 8.4 and Key Updates
DDEV has rolled out version 1.24.2, bringing several enhancements, bug fixes, and new features to improve the local development experience. The update introduces support for MySQL 8.4, now using the bitnami/mysql base image for improved performance and compatibility. The `ddev composer create`
command has been refined with better argument handling and the addition of a `create-project`
alias for streamlined project creation.

A significant addition in this release is the new `ddev mariadb`
command, aligning with MariaDB's transition away from "mysql"
in its command names. Meanwhile, global DDEV commands are now accessible within the web container, allowing users to execute commands such as `xdebug toggle`
more conveniently.
The release also brings changes to configuration handling, preventing accidental setups by restricting the `ddev config`
command from running in parent directories while enabling its use within project subdirectories. Database output has been improved with a default pager setting for cleaner readability, which can be customized if needed.
Bug fixes address issues with OpenSSH certificates for `ddev auth ssh
`, multiple database handling in `ddev pull acquia`
, and compatibility improvements for Drupal 7. Other improvements include updates to PHP versions, better project documentation, and refinements to the user experience.
For a complete list of changes, installation instructions, and detailed release notes, visit DDEV's GitHub page.