v1.11.0
Highlights
This release adds automatic database client detection for PHP 8.3+ services. Lando now detects your database type and version and installs the matching client — no more MariaDB deprecation warnings or SSL errors when using MySQL. See #212 for details.
Also fixes an issue where composer would silently fail to install if a build_as_root step failed (#214), and updates test infrastructure for Node 20 and GD AVIF validation.
What's Changed
- Add database client auto-detection and version matching by @AaronFeledy in #212
- fix: install composer before user build steps by @AaronFeledy in #214
- fix: update Node.js 14.x to 20.x in test examples by @AaronFeledy in #215
- test: add GD AVIF support verification for PHP 8.3+ by @AaronFeledy in #219
- Fix typo; s/dependenices/dependencies/ by @kayakr in #210
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #209
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #208
New Contributors
Full Changelog: v1.9.0...v1.11.0