github dgraph-io/dgraph v20.07.1
Dgraph v20.07.1 (Savvy Shuri-1)

latest releases: v23.1.1, v24.0.0-alpha3, v24.0.0-alpha2...
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)

Don't miss a new dgraph release

NewReleases is sending notifications on new releases.