- Self-hosters using Sandcats now get automatic free HTTPS certificates. This is normally set up automatically during install. If you first installed before this release, [see the docs to find out how to enable HTTPS](https://docs.sandstorm.io/en/latest/administering/ssl/).
0.116
- (Probably) fix very rare bug in which front-end stops talking to back-end causing grains to fail to load until the next front-end restart. The bug was in node-capnp's use of libuv. [EDIT: Did not fix problem. :(] - Check PGP signatures on packages on install and store them in the database (not yet surfaced in UI).
0.115
- Attempt to work around very rare problem where front-end inexplicably stops talking to back-end by monitoring and recreating the connection. - Oasis: Fix "download backup", which broke due to unexpected interaction between security hardening to the sandbox in which zip/unzip runs and security settings on Oasis.
0.114
- No-op release just to test end-to-end that the new signed update mechanism works. (We did lots of tests in advance, but touching the updater code always makes me nervous, so test again!)
0.113
- The installer script is now PGP-signed such that it can be verified by third parties without relying on the integrity of HTTPS. - The installer now verifies downloads using GPG (in addition to using HTTPS as it always has). - Updates are now verified using libsodium ed25519 signatures (in addition to being downloaded over HTTPS as they always have). - Oasis: Fixed storage bug that was causing random app restarts (but no data loss). - Various small UI usability tweaks.
0.112
- Fix another stats bug causing stats recording to sometimes be interrupted by an exception.