Skip to content

Dgraph v1.2.8

Compare
Choose a tag to compare
@rahulgurnani rahulgurnani released this 28 Oct 16:57
· 7 commits to release/v1.2 since this release
a5c8b24

1.2.8 - 2020-10-28

Changed

  • Update badger to 5e3d4b9. (#6671)
  • Return content length header for queries. (#6478)
  • Use raft storage in managedmode. (#6546)

Added

  • Makefile to build Dgraph inside docker container. (#6603)
  • Add separate compression flag for z and wal dirs. (#6419)

Fixed

  • Update reverse index when updating single UID predicates. (#6748)
  • Wrong path response for k-shortest paths (#6437)
  • Break out if g.Ctx is done. (#6677)
  • Update nextRaftId when starting a node with a raftId > 0. (#6599)
  • Use flags for cache. (#6465)