forio Toggle navigation

v2.0 Release Notes

Release Date: 10/27/2018

(includes notes from interim updates 11/12/2018, 11/30/2018, 12/4/2018)

Improvements

  • General Performance Improvements. This version includes a rearchitecture of the internal data structures for projects, accounts, and multiplayer worlds. This provides significant improvements in performance and stability for this and future versions.

  • Run API. now allows POST and PATCH operations on multiple runs, but only when specified by run id. This includes operations and variables. For performance reasons, it is not possible to POST or PATCH the Run API with a more general query (e.g. by group).

  • Presence API. allows users to retrieve their own presence status.

Improvements - Experimental

This release includes a few experimental features, not yet documented. Contact Forio for more information.

  • Asset API. new mechanism to upload directly to S3 provides better performance. ** The Asset API stores files in S3. Previously the browser uploaded to Epicenter, which then sent the file to S3. Now the browser retrieves access information from Epicenter, and then sends the file directly to S3, providing better performance (particularly when multiple people are uploading simultaneously). (11/30/2018)

Bug Fixes

  • The Groups page now correctly displays the date of Last Login for users. (11/12/2018)

  • Difficulties removing team members have been fixed. (11/30/2018)

  • Password reset no longer generates an error. (11/30/2018)

  • Fixes difficulties storing data with v1 run API. (12/4/2018)