Releases: lando/backdrop
Releases · lando/backdrop
v1.6.1
v1.6.0
- Updated release process to generate an edge release when stable releases are created.
- Removed unnecessary dependency lando/nginx.
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
v1.2.0
New Features
- Added support for
php:8.3
. - Added config testing.
Fixes
- Fixed
CRITICAL
issue with default config files not loading correctly
Internal
- Updated to
@lando/php@1.2.0
v1.1.0
- Included ability to specify
database: mssql
in theconfig
section to maintain backwards compatibility. @lando/mssql#31