Skip to content

Dgraph v0.8.3 Release

Compare
Choose a tag to compare
@pawanrawal pawanrawal released this 09 Oct 02:56
· 3953 commits to master since this release

The released binaries would only work with data from v0.8.2. If you are upgrading from an older version, you can follow these instructions to upgrade Dgraph.

Features

  • dgraphzero binary for controlling the cluster and moving data between nodes based on load.
  • Allow doing mutations using SetObject and DeleteObject methods from the Go client.
  • Add ability to delete all data from the database.

Improvements

  • dgraph-bulk-loader(bulkloader) - Lot of memory improvements. The dgraph-bulk-loader is now faster than ever.
  • Aggregate uids stored in a variable over levels for recurse query.
  • Return root key in response even if there are no results. #1533
  • Enable expand(_all_) with recurse.
  • Remove ObjectType from NQuad proto message.
  • Offical support for precompiled Windows binaries.

Bugfixes