Releases: lando/symfony
Releases · lando/symfony
v1.12.2
What's Changed
- Removed --ansi flag from composer tooling command to prevent escape codes in redirected output by @AaronFeledy in #86
- Fixed MySQL 8.4 startup failure by removing hardcoded mysql_native_password authentication by @AaronFeledy in #87
Full Changelog: v1.12.1...v1.12.2
v1.12.1
Highlights
This release adds PHP 8.5 support (#76) and brings @lando/php up to v1.11.1 with significant improvements:
- PHP 8.5 support with updated images on Debian 13 (Trixie) (lando/php#181, lando/php#182)
- Automatic database client detection for PHP 8.3+ — installs matching MySQL or MariaDB client automatically (lando/php#212)
- Composer no longer silently fails when a
build_as_rootstep errors (lando/php#214)
Dependencies
- Updated to @lando/php@^1.11.1 for PHP 8.5 and MySQL client fixes
- Updated to @lando/mariadb@1.8.0
- Updated to @lando/argv@1.2.0
- Updated to @lando/postgres@1.6.0
v1.12.0
Highlights
This release adds PHP 8.5 support (#76) and brings @lando/php up to v1.11.1 with significant improvements:
- PHP 8.5 support with updated images on Debian 13 (Trixie) (lando/php#181, lando/php#182)
- Automatic database client detection for PHP 8.3+ — installs matching MySQL or MariaDB client automatically (lando/php#212)
- Composer no longer silently fails when a
build_as_rootstep errors (lando/php#214)
Dependencies
- Updated to @lando/php@^1.11.1 for PHP 8.5 and MySQL client fixes
- Updated to @lando/mariadb@1.8.0
- Updated to @lando/argv@1.2.0
- Updated to @lando/postgres@1.6.0
Full Changelog: v1.11.0...v1.12.0
v1.11.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.10.0
What's Changed
- Added Symfony CLI, accessible via
lando symfonyby @AaronFeledy in #69 - Updated to @lando/php@1.7.1 by @reynoldsalec in #68
Full Changelog: v1.9.0...v1.10.0
v1.9.0
- Optimized for
midcore - Removed unneeded dep
@lando/apache - 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.
v1.8.2
v1.8.1
v1.8.0
- Updated release process to generate an edge release when stable releases are created.