Skip to content

Latest commit

 

History

History
484 lines (251 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

484 lines (251 loc) · 16.2 KB

Release Notes

v1.14.1 - 2022-05-02

Changed

  • Expose 8080 port for hot module replacement by @ryoluo in laravel#391

v1.14.0 - 2022-04-27

Added

  • Create a dedicated testing database by @jessarcher in laravel#388

Fixed

v1.13.10 - 2022-04-14

Fixed

v1.13.9 - 2022-04-04

Changed

  • Update default PostgreSQL version to v14 by @ariaieboy in laravel#373

v1.13.8 - 2022-03-23

Changed

  • Update ondrej/php Repository Details by @amayer5125 in laravel#360
  • Shell - display available commands / help section by @WalterWoshid in laravel#359

Fixes

  • Fixes docker-compose not found in non-bash shells by @ribeirobreno in laravel#364

v1.13.7 - 2022-03-15

Fixed

  • The input device is not a TTY by @ribeirobreno in laravel#353
  • SAIL_FILE environment variable prevents using docker-compose.override.yml by @ribeirobreno in laravel#355

v1.13.6 - 2022-03-08

Changed

v1.13.5 - 2022-02-22

Changed

  • Revert "Install regular PHP packages instead of dev versions" by @taylorotwell in laravel#342

v1.13.4 - 2022-02-17

Changed

v1.13.3 - 2022-02-15

Changed

  • Support Newer Docker Compose Exit Statuses by @amayer5125 in laravel#331

Fixed

  • Typo in replace when checking for ARM for Seleium by @aprat84 in laravel#330

v1.13.2 - 2022-02-08

Fixed

  • Fix a typo in the "phpunit" command (#329)

Changed

  • Update for Meilisearch ARM support (#315)

Fixed

  • Fix php8.0-dev depending on php8.1-cli (#316)

Added

  • Add phpunit alias to sail binary (#310)

Changed

  • Add separator between volume names (#312)

Fixed

  • Revert "Set meilisearch data path" (#301)

Added

  • Set meilisearch data path (#299)

Fixed

  • ARM based container on Apple Silicon for Selenium (#294)

Changed

  • Make PHP 8.1 the default runtime (#292)

Changed

  • Revert "Switch to PHP 8.1" (#291)

Changed

  • Make PHP 8.1 the default runtime (#289)

Changed

  • Add npm update to Dockerfile (#285)

Changed

  • Re-enable previously disabled PHP 8.1 extensions (#278)
  • Add platform setting to Meilisearch config (1286886)

Fixed

  • Fix NODE_VERSION on build (#274)

Changed

  • Update MySQL stub for Apple Silicon (#272)

Fixed

  • Revert "Adds a check and error for APP_SERVICE being accurate." (#264)

Changed

  • Adds a check and error for APP_SERVICE being accurate (#258)
  • Allow NODE_VERSION variable (#261)

Added

  • PHP 8.1 support (#254)

Added

  • Added support for "docker compose" command syntax

Changed

  • Environment variable for share subdomain (#239)

Changed

  • Adding extra_hosts to the compose file stubs (#222)
  • Allow skip of sail checks (#224)

Added

  • Add devcontainer to install command (#218)

Changed

  • Removes hardcoded service name from APP_URL in dusk and dusk:fails command (#219)

Added

  • Xdebug 3.0 support (#209)

Changed

  • Make sail script publishable (#201, #202)
  • Pass additional arguments to shell / root-shell commands (#208)

Fixed

  • Call source .env before exporting bash environment variables (#207)

Fixed

  • Fixes missing backslash (#196)

Changed

  • Minio Console Port (#188)

Changed

  • Update to Ubuntu 21.04 (#177)
  • Add pcov to php 8.0 runtime (#183)

Fixed

  • Append random subdomain by default (#175)

Removed

  • Remove Unused SEDCMD (#179)

Fixed

  • Revert Ubuntu 21.04 changes (#174)

Changed

Fixed

  • Fix if statement in sail binary (414fd19

Added

  • Add proxy to vendor binaries (#154)

Changed

  • Use node.js v16.x (#155)
  • Update Sail script to only exit if Main Exits (#156)

Fixed

  • Append MeiliSearch and MinIO to depends (#151)
  • Append MeiliSearch HealthCheck (#150)

Added

  • Add Redis CLI command (#140)

Fixed

  • Add retries & timeout to healthcheck (#143)

Added

  • Add MinIO to sail:install Command (#128)

Changed

  • Clear pecl caches & tmp files during Swoole extension install (#134)

Fixed

  • Fix mariaDB Health check (#126)

Changed

  • Use MySQL shell when running mariadb (#119)

Fixed

  • Fix mysql health check (#125)

Added

  • MariaDB support (#111)

Fixed

  • Load missing PECL package index before installing Swoole (#94)

Changed

Changed

  • Database default user name and password (#84)

Fixed

  • Patch issue with environment database password replacement (#87)

Fixed

  • Use different DB user & password for Sail (#75)

Fixed

  • Update the publish command to consider PHP 7.4 (#68)

Fixed

  • Add missing PostgreSQL clients ([#64(laravel#64))
  • Use latest expose container (cebaebc)

Fixed

Fixes

  • Replace DB_PORT and DB_CONNECTION for pgsql (#63)
  • Update share command (0348ec8)

Changed

  • Re-add memcached (#62)

Fixed

  • Fix pgsql.stub volumes typo (#60)

Changed

Changed

Changed

Added

  • Implement interactive choice and Meilisearch (#58, b78093b)

Changed

  • Display message after installing Sail (#56)

Fixed

  • Change supervisord logfile and pidfile settings (#57)

Removed

Changed

  • Inform user when running docker-compose down (#52)
  • Cleanup supervisord warnings on start (#53)

Added

  • Add support for dusk:fails (#43)

Fixed

  • Append PostgreSQL HealthCheck (#41)
  • Use non-root MySQL password for sail mysql (#45)

Added

  • PostgreSQL Support (#28)

Changed

  • Add healthcheck for mysql and redis service in docker-compose (#36)
  • Update Mailhog env variables (bf10c80)

Added

  • Yarn Support (#29)
  • root-shell added to bin/sail (#33)

Changed

  • Add sail bash to Initiate a Bash shell within the application container (#30)

Fixed

  • Send error messages to STDERR (#32)

Fixed

  • Fix a bug with memcached (7457004)

v1.0.0 (2020-12-22)

Initial stable release.