Skip to content

Commit

Permalink
Add Changelog for v0.125
Browse files Browse the repository at this point in the history
  • Loading branch information
paulproteus committed Oct 22, 2015
1 parent 75e1d7c commit ac1c60f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### v0.125 (2015-10-22)
- Provide a SANDSTORM=1 environment variable so apps can decide if they are
running in Sandstorm, through a check at runtime.
- Make the Meteor stack less verbose.
- Avoid Vagrant's scary red colorization of stderr.
- More useful help text; thanks @pwais.
- By default, don't limit max body size for inbound HTTP messages in stacks
that use nginx. This fixes a problem where apps generated by vagrant-spk
could not accept large (>1MB) file uploads.
- Upgrade meteor stack to meteor-spk 0.1.7, which results in Meteor apps
getting MongoDB 3.x.
- Make better VM names in VirtualBox, based on the path of the directory
containing .sandstorm/ (typically the name of the app) and the current
time (to avoid conflicts).
- Provide more RAM & CPU on Windows-based vagrant-spk VMs, similar to how
we calculate this on Linux.
- Add experimental "auto" command, for automatic packaging of Meteor apps.

### v0.107 (2015-09-01)
- Add "publish" command, so this can be used with https://apps.sandstorm.io/.
- Fix small bugs:
Expand Down

0 comments on commit ac1c60f

Please sign in to comment.