Skip to content

Releases: Joystream/orion

3.0.1

11 Sep 11:22
002b1f0

Choose a tag to compare

This is a minor release with the following improvements:

  • Graphql Api changes: Anonymous authentication / login is no longer needed to access the graphql schema at the graphql server endpoint. This should ease apps interaction with the graphql api.

  • Optimizations: Added a btree index to the Video videoRelevance field, to optimize query used by apps to display relevant videos in their home page.

  • Bug Fixes:

    • Added the locking mechanism to prevent multiple asynchronous operation from having concurrent access to Overlay (Orion processor's in-memory cache layer), which otherwise could lead to one asynchronous operation overriding the changes made (to the cache) by the other asynchronous operation.
    • Added migration for account identifier global counter

3.0.0

20 Jul 08:46
8965f66

Choose a tag to compare

Release Notes

  • Major release introducing the user accounts feature.
  • New authentication API based on the OpenAPI specification, with routes for anonymous authentication, login, account creation, email confirmation, and more.
  • Updated configuration variables for improved customisation and security.
  • Changes to entity models in order to accommodate to the new user account feature
  • Middleware authentication introduced to restrict access to registered users and subsequent changes to queries and mutations, including improved account information retrieval and updated argument structures.
  • Improved documentation with additional tutorials and explainers.

Changelog

https://github.com/Joystream/orion/blob/master/CHANGELOG.md#300

2.3.0

06 Jun 13:08
6f3c654

Choose a tag to compare

Release notes

  • The values of Video.videoRelevance have changed due to a new video relevance formula. Adjust the weights in the config of your Gateway accordingly based on the information provided in the CHANGELOG.

CHANGELOG: https://github.com/Joystream/orion/blob/master/CHANGELOG.md#230