All Versions
213
Latest Version
Avg Release Cycle
23 days
Latest Release
64 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v0.215 Changes
September 30, 2017- 🚀 Updated dependencies to latest versions (as for every release). No other changes.
-
v0.214 Changes
September 03, 2017- 🛠 Fixed setup wizard no longer working after identity changes.
- 🛠 Fixed "login providers" button in admin panel not working.
-
v0.213 Changes
September 02, 2017- 🔨 Major revision of Sandstorm's identity model. Users now have only one profile, rather than one for each linked credential. Although most people won't notice the difference, a huge amount of code has changed. Learn more in the blog post: https://sandstorm.io/news/2017-05-08-refactoring-identities
-
v0.212 Changes
August 12, 2017- 🚀 Updated dependencies to latest versions (as for every release). No other changes.
-
v0.211 Changes
July 15, 2017- ✂ Removed long-obsolete code in sandbox setup which attempted to enable transparent network proxying. The code never really worked and no app ever used it, but it recently started failing for one of our users.
-
v0.210 Changes
June 17, 2017- Powerbox HTTP APIs can now use the
ETag
,If-Match
, andIf-None-Match
headers, as well as HTTP response codes 304 (not modified) and 412 (precondition failed).
- Powerbox HTTP APIs can now use the
-
v0.209 Changes
June 10, 2017- 🛠 Powerbox HTTP APIs can now send and receive headers prefixed with
X-Sandstorm-App-
and other "whitelisted" headers. - sandstorm-http-bridge now sets the environment variable
no_proxy=localhost,127.0.01
in order to avoid breaking apps that make localhost/loopback requests. Such apps may have been broken by the earlier introduction ofhttp_proxy
in version 0.200 (but would only be affected if the package was rebuilt since then). - ⚡️ Updated Meteor to 1.5.
- 🛠 Powerbox HTTP APIs can now send and receive headers prefixed with
-
v0.208 Changes
May 20, 2017- 🔨 Sent a one-time bell menu notification and added a note on the account settings page notifying affected users of our upcoming changes to the identity system.
-
v0.207 Changes
April 29, 2017- 👌 Improved handling of powerbox HTTP APIs, including correctly returning HTTP error bodies.
- The contact chooser powerbox (e.g. as used by Wekan when adding people to a board or a card) now respects the "Make all organization users visible to each other" setting.
- 🛠 Fixed some server-side memory leaks, which might fix the occasional-100%-CPU bug.
- 🛠 Fixed bug where trashed grains could be started by trying to use capabilities they serve.
-
v0.206 Changes
April 09, 2017- 🍎 Worked around MacOS Safari bug breaking WebSockets.
- 👀 Oasis: Removed experiment that caused 50% of users to see a plan-chooser prompt immediately upon creating their account. All users will now default to the free plan without having to choose it explicitly. (Showing the plan chooser did not appear to make any more people choose a paid plan.)