dgraph v20.07.1-rc1 Release Notes

Release Date: 2020-08-18 // over 3 years ago
  • 🔄 Changed

    • GraphQL
      • Remove github issues link from the error messages. (#6183)
      • Allow case insensitive auth header for graphql subscriptions. (#6179)
    • ➕ Add retry for schema update (#6098)
    • Queue keys for rollup during mutation. (#6151)

    ➕ 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)