Skip to content

Dgraph v1.2.6

Compare
Choose a tag to compare
@parasssh parasssh released this 31 Jul 19:07
· 47 commits to release/v1.2 since this release
6fdbc9e

Changed

Fixed

  • Alpha: Enable bloom filter caching. (#5554)
  • K shortest paths queries fix. (#5596)
  • Add check on rebalance interval. (#5595)
  • Change error message in case of successful license application. (#5593)
  • Remove noisy logs in tablet move. (#5592)
  • Avoid assigning duplicate RAFT IDs to new nodes. Fixes #5436. (#5603)
  • Update badger: Set KeepL0InMemory to false (badger default), and Set DetectConflicts to false. (#5615)
  • Use /tmp dir to store temporary index. Fixes #4600. (#5730)
  • Split posting lists recursively. (#4867)
  • Set version when rollup is called with no splits. (#4945)
  • Return error instead of panic (readPostingList). Fixes #5749. (#5908)
  • ServeTask: Return error if server is not ready. (#6022)
  • Enterprise features
    • Backup: Change groupId from int to uint32. (#5613)
    • Backup: During backup, collapse split posting lists into a single list. (#4682)
    • Backup: Use a sync.Pool to allocate KVs during backup. (#5579)