All Versions
219
Latest Version
Avg Release Cycle
27 days
Latest Release
142 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.231 Changes
April 07, 2018- ๐ Fixed grain last-used time sometimes not updating. (Specifically, it would only update after being open for a full minute.)
- ๐ Fixed old, deprecated shared-host API endpoint not returning a 401 status to initiate basic auth. It has been years since Sandstorm generated API tokens using this endpoint, though.
- โก๏ธ Updated dependencies.
-
v0.230 Changes
March 10, 2018- ๐ Fixed language detection no longer working.
- ๐ Fixed bug preventing Thunderbird from syncing from Radicale, and prevented older versions of the Mercurial client from pushing to Mercurial.
- ๐ Fixed bug where large downloads from a grain (including streaming audio from Groove Basin) would get cut off after 90-180 seconds if the user wasn't otherwise interacting with the grain.
- โก๏ธ Updated Meteor to 1.6.1.
-
v0.229 Changes
March 05, 2018- ๐ Fixed Rocket.Chat mobile app, which relies on the ability to authenticate WebSockets on the API endpoint by placing the authorization token in the URL.
- Fixed broken server when
BASE_URL
overlaps withWILDCARD_HOST
.
-
v0.228 Changes
March 04, 2018- ๐ Fixed Tiny Tiny RSS mobile app no longer being able to connect to servers.
- ๐ Fixed problem where in mobile app configuration for various apps, after one minute the URL and password would be replaced with an error message.
- ๐ Fixed some error log spam.
-
v0.227 Changes
March 03, 2018- ๐ Fixed obscure crash.
- ๐ Fixed bogus error message when opening a revoked API token.
-
v0.226 Changes
March 03, 2018- 0๏ธโฃ The new HTTP Gateway is now on by default. This is a major change to the lower levels of Sandstorm which should improve CPU and memory usage considerably. Learn more here: https://sandstorm.io/news/2018-02-19-http-rewrite-and-more
- ๐ Tweaked language selection heuristic.
-
v0.225 Changes
February 03, 2018- ๐ The front-end HTTP proxy has been rewritten from JavaScript (in Node.js) to C++. The new code path should be faster and more memory-efficient. In this release, it is only enabled if you add
EXPERIMENTAL_GATEWAY=true
to your/opt/sandstorm/sandstorm.conf
. In a future release, this will become the default and the old implementation will be removed. The new implementation is turned on for Sandstorm Oasis by default. - ๐ Improved Finnish and French translations.
- ๐ Various i18n templating bugfixes.
- ๐ The front-end HTTP proxy has been rewritten from JavaScript (in Node.js) to C++. The new code path should be faster and more memory-efficient. In this release, it is only enabled if you add
-
v0.224 Changes
January 06, 2018- โ Added Finnish translation contributed by Lauri Ojansivu.
- โ Added French translation contributed by Benoit Renault and Thierry Pasquier.
- ๐ Fixed a memory leak in node-capnp (affecting Sandstorm's shell process).
- โก๏ธ Oasis: Updated production servers to Debian Stretch in order to get mitigation for Meltdown attack.
-
v0.223 Changes
December 22, 2017- ๐ Fixed "finish" button at end of setup wizard not working.
-
v0.222 Changes
December 22, 2017- โก๏ธ Updated dependencies.
- โ Added "ui-" prefix to UI (in-iframe) hostnames, so that they can be reliably distinguished from static publishing hosts. This is in preparation for a networking overhaul in the next release.