Skip to content

Commit

Permalink
docs: ✨ changelog and fix data-js (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignazio Bovo authored Nov 14, 2023
1 parent 1912ddf commit a34942b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 834 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# 3.1.0

### 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
### 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
- Adds new `setVideoWeights` operator mutation to set weight/bias for any channel/s which will be used to calculate the Atlas homepage video relevance scores

- Adds new `setChannelWeights` operator mutation to set weight/bias for any channel/s which will be used to calculate the Atlas homepage video relevance scores
### Performance
- Adds `Video.createdAt` as index in order to speed up Atlas home page queries

# 3.0.4

### Misc
Expand Down
Loading

0 comments on commit a34942b

Please sign in to comment.