Skip to content

Latest commit

 

History

History
137 lines (78 loc) · 5.84 KB

CHANGELOG.md

File metadata and controls

137 lines (78 loc) · 5.84 KB

{{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

  • Updated the version index.md to get Docuverse page to build correctly.
  • Updated release process to generate an edge release when stable releases are created.

    • Removed unnecessary dependency lando/nginx.
  • Deployed just for docs update
  • Updated lando/mariadb to v1.5.0.
  • Updated lando/mysql to v1.3.0.

Bug Fixes

  • Fixed bug causing default proxy settings to be clobbered by user specified ones

Internal

  • Updated DevOps to use new lando exec
  • Updated ubuntu test runners to 24.04

v1.5.0 - May 27, 2024

  • Updated mariadb plugin #51
  • Use mysql command for MariaDB 10.3.x and below
  • Cleaned up test comments

v1.4.0 - March 8, 2024

  • Updated to latest database services.

Fixes

  • Improved database selection for purposes of config loading, fixes some database bootup issues when the database type is overridden downstream

New Features

  • Makes php:8.3 the default version. #45
  • Added support for php:8.3
  • Added support for php:8.2 #23
  • Make sure path to mysql.cnf is correct.

Internal

  • Updated to @lando/php@1.2.0
  • Updated memcached plugin to v1.1.0.
  • Added testing of memcached.
  • Included ability to specify database: mssql in the config section to maintain backwards compatibility. @lando/mssql#31
  • Fixed issue with missing proxy URLs.
  • Dialed fully for lando update

v0.9.0 - July 3, 2023

  • Removed bundle-dependencies and version-bump-prompt from plugin.
  • Updated package to use prepare-release-action.
  • Updated documentation to reflect new release process.
  • Added bundle-dependencies to release process.
  • Fixed bug in plugin dogfooding test.
  • HYPERDRIVED

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Adjusted the laravel/installer version to the corresponding PHP version #9

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Update default php to 7.4

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Inital Release