Skip to content

Latest commit

 

History

History
797 lines (417 loc) · 29.8 KB

CHANGELOG.md

File metadata and controls

797 lines (417 loc) · 29.8 KB

Release Notes

v1.28.1 - 2024-02-23

v1.28.0 - 2024-02-20

v1.27.4 - 2024-02-08

v1.27.3 - 2024-01-30

v1.27.2 - 2024-01-21

v1.27.1 - 2024-01-13

v1.27.0 - 2024-01-03

v1.26.3 - 2023-12-02

v1.26.2 - 2023-11-27

v1.26.1 - 2023-11-20

v1.26.0 - 2023-10-18

v1.25.0 - 2023-09-11

v1.24.1 - 2023-09-01

v1.24.0 - 2023-08-27

v1.23.4 - 2023-08-17

v1.23.3 - 2023-08-14

v1.23.2 - 2023-08-07

v1.23.1 - 2023-06-28

v1.23.0 - 2023-06-16

  • Add a as alias for artisan command by @5thmv in laravel#588

v1.22.0 - 2023-05-04

v1.21.5 - 2023-04-24

  • Fix opening files from Ignition error page by @NiclasvanEyk in laravel#576
  • Add librsvg2-bin package for SVG support by @Bottelet in laravel#575

v1.21.4 - 2023-03-30

  • Speeds up CLI and tests by enabling OpCache by @lukeraymonddowning in laravel#569

v1.21.3 - 2023-03-13

  • Enable Expose Global Server Infrastructure by @theutz in laravel#563
  • feat: upgrade postgresql-client to 15 by @fedorvladimirov in laravel#564

v1.21.2 - 2023-03-06

  • Use curl to download composer by @larsnystrom in laravel#561

v1.21.1 - 2023-03-01

  • Added Imagick to the php runtimes by @ams-ryanolson in laravel#559

v1.21.0 - 2023-02-16

  • Add sail open command. by @xiCO2k in laravel#551
  • Update keyring path to new default recommendation by @binaryfire in laravel#552

v1.20.2 - 2023-02-08

Fixed

  • Fix SAIL_SHARE_DOMAIN default value by @gonzalom in laravel#546

v1.20.1 - 2023-02-07

Fixed

  • Fixed the path to devcontainer.stub by @gabrielgry in laravel#544

v1.20.0 - 2023-02-05

Added

  • Use symfony/yaml, new Soketi service, and new sail:add command by @tonysm in laravel#532

Fixed

  • Move settings into customizations.vscode by @Kyzegs in laravel#542

v1.19.0 - 2023-01-31

Added

  • Add custom domain config to sail share by @mojowill in laravel#531
  • Add pest command to sail bin by @MortenDHansen in laravel#534

Changed

  • Replace mailhog with mailpit by @ankurk91 in laravel#533

v1.18.1 - 2023-01-12

Changed

  • Update devcontainer stub (vscode customizations) by @mojgit in laravel#528

v1.18.0 - 2023-01-10

Added

v1.17.0 - 2022-12-22

Changed

  • Upgrade to Postgres 15 by @Jubeki in laravel#519
  • Install dnsutils package to use dig command by @buismaarten in laravel#520

v1.16.6 - 2022-12-19

Changed

  • Add PHP 8.2 pcov extension again by @Jubeki in laravel#515

v1.16.5 - 2022-12-14

Changed

  • Add Forward Memcached Port by @dammy001 in laravel#512

v1.16.4 - 2022-12-12

Fixed

  • Changing ubuntu keyserver to use curl by @jseitel in laravel#508

v1.16.3 - 2022-11-21

Fixed

  • Fix usage of none for services list by @jf-prevost in laravel#495

v1.16.2 - 2022-09-28

Fixed

  • Add extra hosts to Selenium by @nomnoms12 in laravel#485

v1.16.1 - 2022-09-26

Fixed

  • Script not loading all app env files by @LouisHaftmann in laravel#482

v1.16.0 - 2022-08-31

Added

v1.15.4 - 2022-08-17

Fixed

  • Don't error when docker is not available by @jessarcher in laravel#468

v1.15.3 - 2022-08-17

Changed

  • Build and pull images on install by @jessarcher in laravel#467

v1.15.2 - 2022-08-08

Fixed

  • Fix splitting SAIL_FILES into array by @mortenscheel in laravel#458

v1.15.1 - 2022-07-21

Fixed

v1.15.0 - 2022-06-24

Added

Changed

Fixed

  • 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

Fixed

  • Revert "Expose 8080 port for hot module replacement" by @jessarcher in laravel#432

v1.14.10 - 2022-06-09

Fixed

  • Fix testing DB creation by @jessarcher in laravel#429

v1.14.9 - 2022-06-06

Changed

  • Allow for creation of databases needed for parallel testing by @bram-pkg in laravel#424

v1.14.8 - 2022-05-31

Changed

v1.14.7 - 2022-05-21

Changed

  • Update meilisearch stub to reflect new data path by @tdondich in laravel#414

v1.14.6 - 2022-05-18

Fixed

  • Checks if docker compose or docker-compose is installed by @affektde in laravel#409

v1.14.5 - 2022-05-16

Changed

  • 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

Fixed

v1.14.3 - 2022-05-10

Changed

  • Changed Ubuntu 21.10 to Ubuntu 22.04 LTS by @mehdirajabi59 in laravel#395

v1.14.2 - 2022-05-10

Fixed

  • 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

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.