dgraph v20.03.4-rc2 Release Notes

Release Date: 2020-07-16 // over 3 years ago
  • ๐Ÿ”„ Changed

    • โšก๏ธ Update Badger 07/13/2020. (#5941,#5616)

    โž• Added

    • Sentry opt out banner. (#5729)
    • ๐Ÿท Tag sentry events with additional version details. (#5728)

    ๐Ÿ›  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)
      • Fix case where Dgraph type was not generated for GraphQL interface. Fixes #5311. (#5844)
      • Fix interface conversion panic in v20.03 (#5857) .
    • 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)
    • ๐Ÿ›  Fix facets response with normalize. Fixes #5241. (#5691)
    • Badger iterator key copy in count index query. (#5916)
    • Ludicrous mode mutation error. (#5914)
    • Return error instead of panic. (#5907)
    • ๐Ÿ›  Fix segmentation fault in draft.go. (#5860)
    • โšก๏ธ Optimize count index. (#5971)
    • โšก๏ธ Handle schema updates correctly in ludicrous mode. (#5969)
    • ๐Ÿ›  Fix Panic because of nil map in groups.go. (#6007)
    • Return error if server is not ready. (#6021)
    • Enterprise features
      • Backup: Change groupId from int to uint32. (#5614)
      • Backup: Use a sync.Pool to allocate KVs. (#5579)