Skip to content

Dgraph v0.4.3 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@pawanrawal pawanrawal released this 11 Aug 11:29
· 5328 commits to master since this 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.