v1.16.2 - 2022-09-28
- Add extra hosts to Selenium by @nomnoms12 in laravel#485
v1.16.1 - 2022-09-26
- Script not loading all app env files by @LouisHaftmann in laravel#482
v1.16.0 - 2022-08-31
- PHP 8.2 Support by @Jubeki in laravel#473
v1.15.4 - 2022-08-17
- Don't error when docker is not available by @jessarcher in laravel#468
v1.15.3 - 2022-08-17
- Build and pull images on install by @jessarcher in laravel#467
v1.15.2 - 2022-08-08
- Fix splitting SAIL_FILES into array by @mortenscheel in laravel#458
v1.15.1 - 2022-07-21
- Fix ubuntu versions for PHP 7.4 & 8.0 runtimes by @taylorotwell in https://github.com/laravel/sail/commit/2fe64c0b45a3af56cac0af638c8020a8adc860d7
v1.15.0 - 2022-06-24
- Adds
sail pint
by @nunomaduro in laravel#439
- Publish the Vite port by @jessarcher in laravel#433
- Fixed devcontainer permissions by @GoodM4ven in laravel#438
- Update default PostgreSQL versions for PHP 8.0 and 7.4 runtimes by @driesvints in laravel#441
v1.14.11 - 2022-06-14
- Revert "Expose 8080 port for hot module replacement" by @jessarcher in laravel#432
v1.14.10 - 2022-06-09
- Fix testing DB creation by @jessarcher in laravel#429
v1.14.9 - 2022-06-06
- Allow for creation of databases needed for parallel testing by @bram-pkg in laravel#424
v1.14.8 - 2022-05-31
- Run supervisord with pid 1 by @ryoluo in laravel#419
v1.14.7 - 2022-05-21
- Update meilisearch stub to reflect new data path by @tdondich in laravel#414
v1.14.6 - 2022-05-18
- Checks if docker compose or docker-compose is installed by @affektde in laravel#409
v1.14.5 - 2022-05-16
- Updated sail helps section by @mehdirajabi59 in laravel#407
- Cleans up deprecated apt-key usage by @tbollinger in laravel#408
- use docker compose (GO) by @erfantkerfan in laravel#405
v1.14.4 - 2022-05-12
- Fixes incorrectly referenced distro https://github.com/laravel/sail/commit/0e0e51f19c758c79acbda11e3870641fbad5b7d9
v1.14.3 - 2022-05-10
- Changed Ubuntu 21.10 to Ubuntu 22.04 LTS by @mehdirajabi59 in laravel#395
v1.14.2 - 2022-05-10
- Allow Sail to read from phpunit.xml and phpunit.xml.dist when running the install command by @kylemilloy in laravel#394
- Fix missing usage of POSTGRES_VERSION by @driesvints in laravel#398
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.