Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Releases: SpringRoll/SpringRollConnect

1.10.0

15 Apr 17:39
062c02a
Compare
Choose a tag to compare

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

02 Mar 20:01
2877379
Compare
Choose a tag to compare
  • 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

19 Feb 16:43
162ff07
Compare
Choose a tag to compare
  • Pulling in some fixes the new (currently unreleased) SpringRoll Container
  • Making API endpoints return reasonable status codes, rather than 500.

1.8.0

12 Dec 16:21
c0cf430
Compare
Choose a tag to compare
  • Changed front end build command
  • Update embed page container
  • Add caching headers
  • Minor bug fixes

1.7.1

18 Oct 14:31
a0b7daa
Compare
Choose a tag to compare
  • Minor bugfixes to the permissions system and releases API
  • Removed external (from log-in page) account creation
  • Updated test suite

1.6.3

03 Jan 16:30
363eaaa
Compare
Choose a tag to compare

Bugfixes around double redirect calls which would err for users with certain combinations of permissions.

1.6.2

20 Dec 15:19
2848c7b
Compare
Choose a tag to compare

Fixing sort order of releases for games.

1.6.1

18 Dec 17:04
8e6a2ad
Compare
Choose a tag to compare

Various bugfixes

1.6.0

23 Oct 14:46
Compare
Choose a tag to compare

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

26 Sep 14:41
Compare
Choose a tag to compare

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.