Skip to content

Dgraph v1.0.14

Compare
Choose a tag to compare
@danielmai danielmai released this 13 Apr 01:40
· 2960 commits to master since this release
v1.0.14

Fixed

  • Fix bugs related to best-effort queries. (#3125)
  • Stream Raft Messages and Fix Check Quorum. (#3138)
  • Fix lin reads timeouts and AssignUid recursion in Zero. (#3203)
  • Fix panic when running @groupby(uid) which is not allowed and other logic fixes. (#3232)
  • Fix a StartTs Mismatch bug which happens when running multiple best effort queries using the same txn. Reuse the same timestamp instead of allocating a new one. (#3187) (#3246)
  • Shutdown extra connections. (#3280)
  • Fix bug for queries with @recurse and expand(_all_). (#3179)
  • Fix assorted cases of goroutine leaks. (#3074)
  • Increment tool: Fix best-effort flag name so best-effort queries run as intended from the tool. (d386fa5)

Added

  • Add timeout option while running queries over HTTP. Setting the timeout query parameter /query?timeout=60s will timeout queries after 1 minute. (#3238)
  • Add badger tool to release binaries and Docker image for inspecting and debugging data directories.