Here is the diff. Actual release would happen on Monday.
Features
dgraphzero
binary for controlling the cluster and moving data between nodes based on load- Allow doing mutations using
SetObject
andDeleteObject
methods from the Go client. - Add ability to delete all data from the database.
- Add docs
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.
Bugfixes
- #1565 Fix bugs in gql/parser thanks to @pborzenkov.
- #1558 Prevent nil pointer crash thanks to @noh4ck
- #1524
- #1517
- #1526
- #1564
- #1577
- #1571
- #1597
- #1594
- #1598
- #1587