dgraph v20.03.4-rc1 Release Notes

Release Date: 2020-06-22 // almost 4 years ago
  • ๐Ÿ”„ Changed

    • โšก๏ธ Update badger 06/09/2020 (#5616)

    ๐Ÿ›  Fixed

    • GraphQL
      • Minor delete mutation msg fix. (#5564)
      • Make updateGQLSchema always return the new schema. (#5582)
      • Fix mutation on predicate with special characters in the @dgraph directive. (#5577)
      • Updated mutation rewriting to fix OOM issue. (#5536)
    • Dont set n.ops map entries to nil. Instead just delete them. (#5557)
    • Alpha: Enable bloom filter caching. (#5555)
    • Alpha: Gracefully shutdown ludicrous mode. (#5584)
    • ๐Ÿ›  Alpha Close: Wait for indexing to complete. Fixes #3873. (#5597)
    • โœ… K shortest paths queries fix. (#5548)
    • โž• Add check on rebalance interval. (#5594)
    • โœ‚ Remove noisy logs in tablet move. (#5591)
    • ๐Ÿ›  Avoid assigning duplicate RAFT IDs to new nodes. Fixes #4536. (#5604)
    • Send CID for sentry events. (#5633)
    • ๐Ÿ‘‰ Use rampMeter for Executor. (#5503)
    • ๐Ÿ›  Fix snapshot calculation in ludicrous mode. (#5636)
    • โšก๏ธ Update badger: Avoid panic in fillTables(). Fix assert in background compression and encryption. (#5680)
    • Avoid panic in handleValuePostings. (#5678)
    • Enterprise features
      • Backup: Change groupId from int to uint32. (#5614)
      • Backup: Use a sync.Pool to allocate KVs. (#5579)