All Versions
23
Latest Version
Avg Release Cycle
30 days
Latest Release
2656 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.18.4 Changes
March 09, 2016๐ FEATURES:
- Updated to use the new Mist (1.0.0)
-
v0.18.3 Changes
February 22, 2016๐ IMPROVEMENTS:
- Better error messaging when nanobox is unable to communicate with nanobox-server
-
v0.18.2 Changes
February 08, 2016๐ BUG FIXES:
- Nanobox create/destroy will now call the correct command when attempting to execute sudoed commands; this was caused after the move to dev subcommands.
-
v0.18.1 Changes
February 04, 2016๐ FEATURES:
- Nanobox will no longer create, publish, or fetch engines or services.
-
v0.18.0 Changes
February 04, 2016๐ฅ BREAKING CHANGES:
- All relevant "dev" commands are now sub-commands of "dev" in preparation for production commands.
๐ FEATURES:
- Added the ability to create, publish, and fetch "services" similar to the way "engines" are now.
- Removed "overlays" when publishing or fetching engines; engines now take a list of files required for the build, specified in the Enginefile (this is done as part of the most away from "zero config")
๐ IMPROVEMENTS:
- More tests added.
- Removed all "default" and "common" stuff for now in favor of a cleaner implementation later
๐ BUG FIXES:
- Fixed an issue where the raw terminal was being closed early causing double output and improper capturing of signals connected via "terminal commands".
- Fixed an issue causing deploys to happen on every dev, rather than only after a recent reload.
-
v0.17.4 Changes
- Removed anything related to logtap since it isn't used in this way anymore (nanobox gets all its historical logs from a /logs route to the server)
-
v0.17.3 Changes
December 24, 2015๐ BUG FIXES:
- Fixed a regression caused by the previous version in which some clients were being prematurely closed causing panics when they were later attempted to close because it was presumed they were left open.
-
v0.17.2 Changes
December 22, 2015๐ FEATURES:
- Adds the ability to forward local proxy variables to the vm, for docker and nanobox server use (97fbfcc).
-
v0.17.1 Changes
December 21, 2015๐ IMPROVEMENTS:
- Moved a significant amount of logic related to creating/managing the tty terminal out of the server package and into the terminal package (61399a2).
- Turned the execInternal command into three commands that would relate specifically to what they were doing (Console, Develop, Exec); this was done to help separate out functionality and provide clarity (61399a2).
- Added a function (Connect) to mist that emulates the Stream functionality, but returns the client to be closed externally to the function (61399a2).
- 'nanobox dev' will now always connect to mist (not just on deploy), passing the connection into its respective sever call, which closes the connection after it receives data from the server; this is done to allow hooks to contain output that can be displayed to the client via mist (61399a2).
- More idiomatic way of checking flag in dev command (59b8735).
-
v0.17.0 Changes
December 21, 2015๐ FEATURES:
- Moved the update functionality into it's own script; the reason for this is to keep updating "safe". In the past there has been a break to the updating that has made it impossible to update to new versions of nanobox that contain fixes, meaning the only option is to manually download a new nanobox. Now however, the update script will work independently of nanobox, and nanobox will download and use the script when updating. If a break should occur the script can be run manually to update nanobox for fixes (30881d9).