All Versions
219
Latest Version
Avg Release Cycle
27 days
Latest Release
380 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.281 Changes
March 20, 2021- Extended seccomp filter to block some newer system calls. (Thanks @zenhack.)
- ๐ Meteor updated to 2.1, a major release.
-
v0.280 Changes
February 21, 2021- โก๏ธ Updated dependencies. (No other changes.)
-
v0.279 Changes
January 23, 2021- Extended
startSharing
postMessage
API to allow a path (within the grain) to be appended to the sharing URL, so that users of the URL land on that path. (Thanks @troyjfarrell.) - ๐ Improved error behavior when given an invalid API token. (Thanks @zenhack.)
- ๐ Meteor updated to 2.0, a major release.
- Extended
-
v0.278 Changes
December 26, 2020- ๐ Fix broken setup wizard.
-
v0.277 Changes
December 19, 2020- โ Added OpenID Connect login provider. (Thanks @rs22.)
- ๐ Fixed an re-landed static publishing change from 0.275 that had been reverted in 0.276. (Thanks @zenhack.)
- ๐ป Sandstorm now serves source maps (for its main UI) to make client-side debugging easier. (Thanks @zenhack.)
- ๐ Meteor updated to 1.12, a major release.
-
v0.276 Changes
November 23, 2020- โช Reverted broken static publishing change.
-
v0.275 Changes
November 22, 2020- ๐ When an app uses static publishing, symlinks placed in the publish directory are no longer allowed to point outside that directory. This could hypothetically have been a security issue if an app allowed a non-trusted user to instruct it to publish symlinks, but we're not aware of any current apps that do this. Only the app's own data was at risk, not the system. (Thanks @zenhack.)
- โ Removed implementation of
httpGet()
method ofHackSessionContext
. This has been disabled for some time, with the ability to re-enable it through a hidden setting, but no one has asked us for the hidden setting, so we believe this feature is no longer in use. Apps must now use powerbox requests to get permission to make HTTP requests. (Thanks @zenhack.) - โก๏ธ Updated Dutch translation. (Thanks @m-burg.)
-
v0.274 Changes
October 26, 2020- ๐ Fixed regression that broke downloading backups for some Linux kernel versions. Unfortunately, these versions do not support cgroup freezing and so will not get atomic backups.
-
v0.273 Changes
October 24, 2020- ๐ Extended Let's Encrypt automatic certificate renewal to support deSEC DNS. (Thanks @rs22.)
- Grains will now be temporarily paused while creating backups, to ensure the backup is atomic. (Thanks @zenhack.)
- โก๏ธ Updated Simplified Chinese translation. (Thanks @misaka00251.)
- ๐ Fixed bug in sandstorm-http-bridge when responding to HEAD requests. Apps will need to be re-packaged to get the update. (Thanks @zenhack.)
- ๐ Fixed "Unhandled exception in Promise: TypeError: Cannot read property 'catch' of undefined" when using scheduled tasks. (Thanks @zenhack.)
-
v0.272 Changes
September 26, 2020- โก๏ธ Regular dependency updates.
- To make porting apps a little easier, the headers
X-CSRFToken
andX-CSRF-Token
are now automatically passed through to the app. Thanks @zenhack.