Skip to content

Latest commit

 

History

History
205 lines (114 loc) · 7.11 KB

CHANGELOG.md

File metadata and controls

205 lines (114 loc) · 7.11 KB

Release Notes

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.