All Versions
11
Latest Version
Avg Release Cycle
107 days
Latest Release
1560 days ago

Changelog History
Page 1

  • v6.0.0 Changes

    October 15, 2020

    NOTE : This is a major version release with potentially breaking changes.

    Rebuild Your Images

    โšก๏ธ After upgrading, you'll need to rebuild your app image. Follow step 4 "Rebuild Containers" in the upgrade guide.

    ๐Ÿ”„ Changes

    • โฌ†๏ธ Upgrade to Ubuntu 20.04 via #147
    • ๐Ÿณ Disabled ipv6 when importing gpg keys via #136
    • ๐Ÿ‘ Allows PHP (Swagger) to serve static content without a 303 via #92
    • ๐Ÿณ No longer install predis on init via f86981b
  • v5.0.0 Changes

    January 13, 2020
    • โšก๏ธ Update to php 7.4 via #127
    • ๐Ÿ‘ Allow empty MySQL passwords via #112
  • v4.1.0 Changes

    September 17, 2019
    • โž• Added gzip support via #95
    • โž• Added php-redis PHP extension via #119
  • v4.0.1 Changes

    February 19, 2019
    • ๐Ÿณ Using Ubuntu Keyserver on port 80 via #98
  • v4.0.0 Changes

    January 07, 2019

    ๐Ÿฑ ๐Ÿ”ฅโžก๏ธโžก๏ธโžก๏ธ THIS IS A BREAKING CHANGE โฌ…๏ธโฌ…๏ธโฌ…๏ธ๐Ÿ”ฅ.

    Rebuild Your Images

    โšก๏ธ After upgrading, you'll need to rebuild your app image. Follow step 4 "Rebuild Containers" in the upgrade guide.

    ๐Ÿ”„ Changes

    โšก๏ธ 1. #90: Updating to PHP 7.3

  • v3.2.0 Changes

    October 16, 2018
    • ๐Ÿณ Merged in PR #88 to resolve an issue of PPA:ondrej/php linking "naked" package names (un-versioned ones) to php 7.3 instead of 7.2.
    • โšก๏ธ Merged in PR #78 to update the issues template for MacOS Mojave
  • v3.1.0 Changes

    September 14, 2018
    • ๐Ÿณ Don't explicitly define a docker-compose.yml file, to allow default docker-compose.override.yml to be used (compose version 3 feature) via #81
    • ๐Ÿณ Make the dump command a little cleaner by using MySQL environment variables to avoid Warnings when running a dump via #68
    • โž• Added a php command shortcut: ./vessel php -r "echo 'hello world';"
    • โž• Added checks to see if env vars existed in the .env file before attempted a find/replace against them via #61
    • ๐Ÿณ Increased PHP max upload size via #59
    • โž• Added new commands via #60
      • ./vessel php ... - execute arbitrary php commands in the container
      • ./vessel node ... - execute node inside the container (previously only npm, yarn had a command)
      • ./vessel ssh [app|mysql] - executes "bash" inside the container (note: it's not actually SSH)
      • ./vessel mysql - log into the mysql database and set the current database to the one set by env vars (so you won't need to run use some_db in the mysql shell)
  • v3.0.1 Changes

    March 02, 2018

    I fail at Git, I guess.

  • v3.0.0 Changes

    February 19, 2018

    ๐Ÿฑ ๐Ÿ”ฅโžก๏ธโžก๏ธโžก๏ธ THIS IS A BREAKING CHANGE โฌ…๏ธโฌ…๏ธโฌ…๏ธ๐Ÿ”ฅ.

    Rebuild Your Images

    โšก๏ธ After upgrading, you'll need to rebuild your app image. Follow step 4 "Rebuild Containers" in the upgrade guide.

    ๐Ÿ”„ Changes

    โšก๏ธ 1. #45: Updating to PHP 7.2

    • Including xDebug ๐Ÿณ 2. #56: Support for ip command, if present ๐Ÿณ 3. #57: Support for ./vessel tinker, a (probably) popular command
  • v2.1.0 Changes

    November 23, 2017
    • ๐Ÿ #26: Windows Support
      • This looks to be a non-breaking change! ๐ŸŽ‰
    • Put the project under the MIT license
    • ๐Ÿณ If composer is not found, fall back to a pre-built container that has composer, which then works as documented for those who don't already have PHP7/Composer installed
    • ๐Ÿ”„ Changed the .env.vessel file name to .env.bak.vessel to make it more obvious that it's just a backup file (since Vessel makes changes to the .env file)