v1.14.1 - 2022-05-02
- Expose 8080 port for hot module replacement by @ryoluo in laravel#391
v1.14.0 - 2022-04-27
- Create a dedicated testing database by @jessarcher in laravel#388
- Fix apt-key for WSL by @Evertt in laravel#389
v1.13.10 - 2022-04-14
- Fix apt-key for WSL by @driesvints in laravel#384
v1.13.9 - 2022-04-04
- Update default PostgreSQL version to v14 by @ariaieboy in laravel#373
v1.13.8 - 2022-03-23
- Update ondrej/php Repository Details by @amayer5125 in laravel#360
- Shell - display available commands / help section by @WalterWoshid in laravel#359
- Fixes docker-compose not found in non-bash shells by @ribeirobreno in laravel#364
v1.13.7 - 2022-03-15
- 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
- Allow overriding docker-compose.yml path using ENV by @prageeth in laravel#352 & @taylorotwell in https://github.com/laravel/sail/commit/6205041336b09b965af1d6af29261584e787bf52
v1.13.5 - 2022-02-22
- Revert "Install regular PHP packages instead of dev versions" by @taylorotwell in laravel#342
v1.13.4 - 2022-02-17
- Install regular PHP packages instead of dev versions by @bramdevries in laravel#340
- Update Ubuntu by @taylorotwell in https://github.com/laravel/sail/commit/57d2942d5edd89b2018d0a3447da321fa35baac7
v1.13.3 - 2022-02-15
- Support Newer Docker Compose Exit Statuses by @amayer5125 in laravel#331
- Typo in replace when checking for ARM for Seleium by @aprat84 in laravel#330
v1.13.2 - 2022-02-08
- Fix a typo in the "phpunit" command (#329)
- Update for Meilisearch ARM support (#315)
- Fix php8.0-dev depending on php8.1-cli (#316)
- Add phpunit alias to sail binary (#310)
- Add separator between volume names (#312)
- Revert "Set meilisearch data path" (#301)
- Set meilisearch data path (#299)
- ARM based container on Apple Silicon for Selenium (#294)
- Make PHP 8.1 the default runtime (#292)
- Revert "Switch to PHP 8.1" (#291)
- Make PHP 8.1 the default runtime (#289)
- Add npm update to Dockerfile (#285)
- Re-enable previously disabled PHP 8.1 extensions (#278)
- Add platform setting to Meilisearch config (1286886)
- Fix
NODE_VERSION
on build (#274)
- Update MySQL stub for Apple Silicon (#272)
- Revert "Adds a check and error for APP_SERVICE being accurate." (#264)
- PHP 8.1 support (#254)
- Added support for "docker compose" command syntax
- Environment variable for share subdomain (#239)
- Add devcontainer to install command (#218)
- Removes hardcoded service name from
APP_URL
indusk
anddusk:fails
command (#219)
- Xdebug 3.0 support (#209)
- Make sail script publishable (#201, #202)
- Pass additional arguments to shell / root-shell commands (#208)
- Call source
.env
before exporting bash environment variables (#207)
- Fixes missing backslash (#196)
- Minio Console Port (#188)
- Append random subdomain by default (#175)
- Remove Unused SEDCMD (#179)
- Revert Ubuntu 21.04 changes (#174)
- Share/Expose options and cleanup on exit (#168, 44c7087)
- Update to Ubuntu 21.04 (#169, 0df641d, 484b928)
- Fix if statement in
sail
binary (414fd19
- Add proxy to vendor binaries (#154)
- Add Redis CLI command (#140)
- Add retries & timeout to healthcheck (#143)
- Add MinIO to sail:install Command (#128)
- Clear pecl caches & tmp files during Swoole extension install (#134)
- Fix mariaDB Health check (#126)
- Use MySQL shell when running mariadb (#119)
- Fix mysql health check (#125)
- MariaDB support (#111)
- Load missing PECL package index before installing Swoole (#94)
- Database default user name and password (#84)
- Patch issue with environment database password replacement (#87)
- Use different DB user & password for Sail (#75)
- Update the publish command to consider PHP 7.4 (#68)
- Add missing PostgreSQL clients ([#64(laravel#64))
- Use latest expose container (cebaebc)
- Update share command (59ee7e2)
- Re-add memcached (#62)
- Fix pgsql.stub volumes typo (#60)
- Update flag name (0200ce6)
- Removed comments (a317a1a)
- Back out feature (87c63c2)
- Display message after installing Sail (#56)
- Change supervisord logfile and pidfile settings (#57)
- Remove memcached stub (3a4fac1)
- Add support for
dusk:fails
(#43)
- PostgreSQL Support (#28)
- Add healthcheck for mysql and redis service in docker-compose (#36)
- Update Mailhog env variables (bf10c80)
- Add sail bash to Initiate a Bash shell within the application container (#30)
- Send error messages to STDERR (#32)
- Fix a bug with memcached (7457004)
Initial stable release.