Skip to content

Dgraph v20.03.6

Compare
Choose a tag to compare
@rahulgurnani rahulgurnani released this 22 Oct 18:05
· 36 commits to release/v20.03 since this release
b842d2e

20.03.6 - 2020-10-22

Changed

  • Update badger to 5e3d4b9 (#6670)
  • Return content length header for queries (#6479)
  • Use raft storage in managedmode (#6545)

Added

  • Add utility to export backup data. (#6591)
  • Makefile to build Dgraph inside docker container. (#6602)
  • Add separate compression flag for z and wal dirs (#6420)

Fixed

  • Break out if g.Ctx is done. (#6676)
  • Fix wrong path response for k-shortest paths. (#6655)
  • Update nextRaftId when starting a node with a raftId > 0. (#6598)
  • Pagination param "after" does not work when using func: uid(v). (#6631)
  • CID never created if Zero stops early after first init. (#6636)
  • Pause rollups during snapshot streaming. (#6610)
  • Use flags for cache. (#6466)
  • Fix negative waitgroup error. (#6551)
  • Report Raft heartbeat metrics for Zero v=3 logs and log read index. (#6553)
  • Fix readTs less than minTs. (#6518)
  • Fix bug when deleting and adding to a single UID predicate in the same transaction. (#6450)