Dgraph v20.07.1-rc1
Pre-release
Pre-release
parasssh
released this
18 Aug 22:21
·
163 commits
to release/v20.07
since this release
Changed
Added
- GraphQL
- Adds auth for subscriptions. (#6165)
Fixed
- GraphQL
- Multiple queries in a single request should not share the same variables. (#6158)
- Fixes panic in update mutation without set & remove. (#6160)
- Fixes wrong query parameter value for custom field URL. (#6161)
- Fix auth rewriting for nested queries when RBAC rule is true. (#6167)
- Disallow Subscription typename. (#6173)
- Panic fix when subscription expiry is not present in jwt. (#6175)
- Fix getType queries when id was used as a name for types other than ID. (#6180)
- Don't reserve certain queries/mutations/inputs when a type is remote. (#6201)
- Linking of xids for deep mutations. (#6203)
- Prevent empty values in fields having
id
directive. (#6196)
- Fix out of order issues with split keys in bulk loader. (#6124)
- Rollup a batch if more than 2 seconds elapsed since last batch. (#6137)
- Refactor: Simplify how list splits are tracked. (#6070)
- Fix: Don't allow idx flag to be set to 0 on dgraph zero. (#6192)
- Fix error message for idx = 0 for dgraph zero. (#6199)