Skip to content

Latest commit

 

History

History
179 lines (99 loc) · 5.63 KB

CHANGELOG.md

File metadata and controls

179 lines (99 loc) · 5.63 KB

Release Notes

v1.6.0

New

  • Added Kafka broker with Zookeeper and Web UI (AKHQ)
  • rdkafka extension is now installed on PHP versions >= 7.1

Improved

  • imagick is now installed from pecl in PHP 8.0
  • Bumped PHP minor versions

Fixed

  • Fixed issue with SSL certificates showing as invalid (#40)

v1.5.3

Improved

  • Added note to documentation about S3 path configuration

v1.5.2

Fixed

  • Swoole version is now forced at 4.5.11 in PHP 7.1

v.1.5.1

Fixed

  • Update docs to include endpoint for S3 server

v1.5.0

New

  • S3-compatible object storage server (MinIO)
  • DNS resolver can now be changed in .env

Improved

  • Update Stripe CLI to v1.5.8
  • Update Digital Ocean CLI to v1.55.0
  • Update nvm to v0.37.2
  • .env file now contains comments to explain what each variable is for

v1.4.1

Fixed

  • Stable release of PHP 8.0 now included
  • Enable imagick extension in PHP 8 container
  • Fix broken links in documentation
  • Bump Stripe CLI version to v1.5.5
  • Bump Digital Ocean CLI version to v1.52.0

v1.4.0

New

  • PHP 8.0 RC3
  • Composer 2

v1.3.9

Fixed

  • Laravel 8 support

v1.3.8

Fixed

  • Fix regression from v1.3.7 that caused gd build to fail

v1.3.7

Fixed

  • GD library in PHP 7.4 now supports png and webp images

v1.3.6

Improved

  • Documentation updates

v1.3.5

Improved

  • Documentation and readme updates

v1.3.4

Fixed

  • Fixed zsh hanging on Windows when trying to get git status (2717c1f)

v1.3.3

Fixed

  • Fix issue with workspace Dockerfile (fd9178f)

v1.3.2

Fixed

  • Replace Emoji git statuses with ASCII equivalents for compatibility with terminals that don't support Emoji (c7ea84b)

v1.3.1

Fixed

  • Path to magicLAMP update script has been fixed (2f7daaf)

v1.2.0

v1.3.0

New

  • Added ngrok to workspace container (#33, 437e5ce)

Improved

  • PHP and Node versions are now shown in shell (#9, 4dfa7b6)
  • Added temporary upgrade script to prevent upgrade issues (fdd6c98)

v1.2.0

New

  • Memcached container is now included (#24, 28aabe0)
  • RabbitMQ container is now included (#25, 37845da)
  • Memcached extension is now installed for all PHP versions (2991644)
  • DNS resolver is now included (#26, 9efcbfa)

Improved

  • Git status is now disabled in zsh prompt to prevent hangs on Windows (#30, 5568b8e)
  • Workspace performance improved and image size reduced by reducing Docker layers (a97bb17)

Fixed

  • Fixed issue where node and npm would become unavailable when switching PHP version (#31, 2a1c251)
  • Postgres PHP driver is now included in the workspace (e3e74f6)

v1.1.0

New

Improved

  • Some containers are now tested automatically (#16, 1735092, 38f7abb, e8f823b)
  • PHP version switcher no longer causes conflicts when run in parallel (33df08d)

Fixed

  • Swoole is now working in the PHP 7.1 container (344a5d7)

v1.0.1

Fixed

  • Fix issue with Postgres container failing to start (#22, 1d719ff)

v1.0.0

Initial release