Releases: Joystream/orion
Releases · Joystream/orion
3.0.1
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
VideovideoRelevancefield, 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
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
Release notes
- The values of
Video.videoRelevancehave 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