Releases: lando/laravel
Releases · lando/laravel
v1.12.3
What's Changed
- Removed --ansi flag from composer tooling command to prevent escape codes in redirected output
- Fixed MySQL 8.4 startup failure by removing hardcoded mysql_native_password authentication lando/mysql#69
Full Changelog: v1.12.2...v1.12.3
v1.12.2
What's Changed
- Updated @lando/php to ^1.11.2 by @AaronFeledy in #106
Full Changelog: v1.12.1...v1.12.2
v1.12.1
v1.12.0
Highlights
This release brings @lando/php up to v1.11.0, which includes several significant improvements:
- Automatic database client detection for PHP 8.3+ — Lando now detects your database type and version and installs the matching MySQL or MariaDB client automatically. No more deprecation warnings or SSL errors when using MySQL. (lando/php#212)
- Composer no longer silently fails when a
build_as_rootstep errors out (lando/php#214) - PHP 8.5 support and updated images to Debian 13 (Trixie) with ICU 76.1 and GD AVIF support (lando/php#181, lando/php#182)
What's Changed
Dependencies
- Update @lando/php to v1.11.0
Fixes
- Fix release workflow trigger for draft releases
Full Changelog: v1.11.0...v1.12.0
v1.11.0
Key changes
- Updated to @lando/php@1.9.0 adding PHP 8.5 support in #92
- Updated to @lando/mariadb@1.8.0 adding MariaDB 11.8 support in #93
- Updated to @lando/postgres@1.6.0 adding Postgres 17 support in #91
Additional Changes
- Bump actions/add-to-project from 1.0.0 to 1.0.2 by @dependabot[bot] in #88
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #89
- Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #90
- Bump @lando/argv from 1.1.2 to 1.2.0 by @dependabot[bot] in #94
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #95
- Add php 8.5 with mariadb 11.8 example by @AaronFeledy in #97
Full Changelog: v1.10.0...v1.11.0
v1.10.0
- Switched images to bitnamilegacy namespace
- Updated to @lando/mariadb@1.7.0
- Updated to @lando/memcached@1.4.2
- Updated to @lando/mysql@1.6.0
- Updated to @lando/php@1.8.0
- Updated to @lando/postgres@1.5.0
- Updated default
nginxversion to1.29
v1.9.0
- Optimized for
midcore - Updated to @lando/mariadb@1.6.3.
- Updated to @lando/memcached@1.3.3.
- Updated to @lando/mssql@1.4.3.
- Updated to @lando/mysql@1.4.4.
- Updated to @lando/php@1.6.3.
- Updated to @lando/postgres@1.4.4.
- Updated to @lando/redis@1.2.3.
v1.8.3
- Updated the version index.md to get Docuverse page to build correctly.