dgraph v20.07.1 Release Notes

Release Date: 2020-09-17 // 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)
    • Add --cache_mb and --cache_percentage flags. (#6286)
    • โž• Add flags to set table and vlog loading mode for zero. (#6342)
    • โž• Add flag to set up compression in zero. (#6355)

    ๐Ÿ›  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)
      • Fixes unexpected fragment behaviour. (#6274)
      • Incorrect generatedSchema in update GQLSchema. (#6354)
    • ๐Ÿ›  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)
    • ๐ŸŒฒ Stop forcing RAM mode for the write-ahead log. (#6259)
    • ๐Ÿ›  Fix panicwrap parent check. (#6299)
    • Sort manifests by BackupNum in file handler. (#6279)
    • ๐Ÿ›  Fixes queries which use variable at the top level. (#6290)
    • Return error on closed DB. (#6320)
    • โšก๏ธ Optimize splits by doing binary search. Clear the pack from the main list. (#6332)
    • Proto fix needed for PR #6331. (#6346)
    • Sentry nil pointer check. (#6374)
    • Don't store start_ts in postings. (#6213)
    • ๐Ÿ‘‰ Use z.Closer instead of y.Closer. (#6399)
    • ๐Ÿ‘‰ Make Alpha Shutdown Again. (#6402)
    • ๐Ÿ‘ฎ Force exit if CTRL-C is caught before initialization. (#6407)
    • โšก๏ธ Update advanced-queries.md.
    • Batch list in bulk loader to avoid panic. (#6446)
    • Enterprise features
      • Make backups cancel other tasks. (#6243)
      • Online Restore honors credentials passed in. (#6302)
      • Add a lock to backups to process one request at a time. (#6339)
      • Fix Star_All delete query when used with ACL enabled. (#6336)