Skip to content

Orion-v3.1.0

Compare
Choose a tag to compare
@ignazio-bovo ignazio-bovo released this 14 Nov 14:53
· 43 commits to master since this release
f9387ae

This is a minor release that adds two main features:

  • relevance score booster for a channel
  • A new permission model for non-root Users in order to perform specific authorised tasks

Entities

  • Adds User.permission to the User entity, this however doesn't require migration logic.
  • Adds Channel.channelWeights in order to boost channel relevance. This value can be set via the setChannelWeights mutation by a user with appropriate permission. The RELEVANCE_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