Orion-v3.1.0
This is a minor release that adds two main features:
- relevance score booster for a channel
- A new permission model for non-root
User
s in order to perform specific authorised tasks
Entities
- Adds
User.permission
to theUser
entity, this however doesn't require migration logic. - Adds
Channel.channelWeights
in order to boost channel relevance. This value can be set via thesetChannelWeights
mutation by a user with appropriate permission. TheRELEVANCE_WEIGHTS
env variable now needs to include an additional last parameter for the channel relevance booster. See the.env
file for example
Resolvers
- Adds supports for new permissions model for gateway operator users. Now the root user can assign/revoke operator permission/s to users using
grantPermissions
&revokePermissions
mutations