Skip to content

v3.14.0

Pre-release
Pre-release

Choose a tag to compare

@pirog pirog released this 02 Mar 05:53
· 475 commits to main since this release

Check out the extended release notes

CLI

  • Updated to lando/cli version 3.14

Plugins

  • Updated to @lando/backdrop version 0.8.0
  • Updated to @lando/core version 3.14.0
  • Updated to @lando/drupal version 0.8.0
  • Updated to @lando/joomla version 0.8.0
  • Updated to @lando/laravel version 0.8.0
  • Updated to @lando/node version 0.8.1
  • Updated to @lando/pantheon version 0.9.0
  • Updated to @lando/symfony version 0.8.0
  • Updated to @lando/wordpress version 0.8.0

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 path option so you can configure a different path besides / to scan
  • Has a new timeout option so you can configure the time to wait for a response from your service
  • Has a new retry option so you can configure the amount of retries the scanning does per service
  • Has a new okCodes option so you can configure additional code eg 404 that 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

Special