Dgraph v0.4.3 release
Pre-release
Pre-release
Features
- Delete operation is now supported as part of mutations. The syntax is very similar to
set
. - Result count operation is supported using
_count_
keyword. - Pagination support with
after
,offset
keywords.
You can have a look at the examples on our wiki.
Bugfixes
- Returning error while parsing malformed N-Quads. #117
- JSON responses are now in sync with GraphQL specs. #114
Improvements
- Our client libraries are now faster on shifting to gogo/protobuf.
- Better documentation for gql and rdf packages.