All Versions
219
Latest Version
Avg Release Cycle
27 days
Latest Release
379 days ago

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.
  • 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 of HackSessionContext. 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 and X-CSRF-Token are now automatically passed through to the app. Thanks @zenhack.