Releases: lando/lamp
Releases · lando/lamp
v1.7.1
v1.7.0
- Updated release process to generate an edge release when stable releases are created.
v1.6.0
- Updated lando/php to v1.5.0.
v1.5.0
- Updated lando/mariadb to v1.5.0.
- Updated lando/mysql to v1.3.0.
v1.4.1
v1.4.0
v1.3.0
- Updated to latest database services.
v1.2.1
Fixes
- Improved
database
selection for purposes ofconfig
loading, fixes somedatabase
bootup issues when thedatabase
type is overriden downstream
Internal
- Updated config testing.
v1.2.0
New Features
- Added support for
php:8.3
- Added support for
php:8.2
Internal
- Updated to
@lando/php@1.2.0
- Added config testing.
v1.1.0
- Included ability to specify
database: mssql
in theconfig
section to maintain backwards compatibility. @lando/mssql#31