Releases: lando/core
Releases · lando/core
v3.15.0
v3.14.0
Changelog
- Added new and improved URL
scannerprovides real time feedback on service status. READ MORE - Improved
scannerreliability by preferring IPv4 #21
Notes
This pre-release is a bit more experimental than most pre-releases. It implements a new URL scanner that
- Provides real time updates on the status of services URLS
- Has a new
pathoption so you can configure a different path besides/to scan - Has a new
timeoutoption so you can configure the time to wait for a response from your service - Has a new
retryoption so you can configure the amount of retries the scanning does per service - Has a new
okCodesoption so you can configure additional code eg404that should pass the scanner
See more here: https://docs.lando.dev/core/v3/scanner.html
Report scanner errors here: https://github.com/lando/lando/issues
v3.11.0
- Added detection of MySQL 8 DBs for
laemprecipes to insert appropriate config lando/lando#1426