Releases: SpringRoll/SpringRollConnect
Releases · SpringRoll/SpringRollConnect
1.10.0
New Features
- Rendering the size of the release in UI.
Bugfixes
- Fixing a bug where
/api/release
wouldn't properly read the debug flag
- Making the api fail correctly when an invalid token was provided
1.9.0
- Allowing for SMTP-based password reset emails
- Fixing a bug on the embed page for when the container's
openRemote
call fails.
1.8.1
- Pulling in some fixes the new (currently unreleased) SpringRoll Container
- Making API endpoints return reasonable status codes, rather than 500.
1.8.0
- Changed front end build command
- Update embed page container
- Add caching headers
- Minor bug fixes
1.7.1
- Minor bugfixes to the permissions system and releases API
- Removed external (from log-in page) account creation
- Updated test suite
1.6.3
Bugfixes around double redirect calls which would err for users with certain combinations of permissions.
1.6.2
Fixing sort order of releases for games.
1.6.0
Changes in this release:
- Added microphone and accelerometer support to the container
- Refactored the game and release routes for better readability of code, and removed the Game Archive model.
- Fixed the removal of session creation for API calls (hopefully).
- Minor documentation updates.
- Added basic eslint support to npm test.
1.5.5
Fixes to how sessions are creating to prevent sessions from being created on API requests. Should help shrink the size of the auth_sessions
collection.