Skip to content

Releases: lando/symfony

v1.12.2

02 Mar 06:01

Choose a tag to compare

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

20 Feb 18:35

Choose a tag to compare

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_root step errors (lando/php#214)

Dependencies

v1.12.0

19 Feb 18:47

Choose a tag to compare

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_root step errors (lando/php#214)

Dependencies

Full Changelog: v1.11.0...v1.12.0

v1.11.0

03 Sep 13:53

Choose a tag to compare

v1.10.0

12 May 12:32

Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

09 Dec 15:35

Choose a tag to compare

v1.8.3

06 Dec 19:42

Choose a tag to compare

  • Updated the version index.md to get Docuverse page to build correctly.

v1.8.2

04 Dec 22:59

Choose a tag to compare

v1.8.1

04 Nov 21:04

Choose a tag to compare

v1.8.0

25 Oct 19:50

Choose a tag to compare

  • Updated release process to generate an edge release when stable releases are created.