Skip to content

Dgraph v0.7.2 release

Compare
Choose a tag to compare
@pawanrawal pawanrawal released this 27 Jan 07:11
· 4899 commits to master since this release

Features

  • Support for multiple blocks in the same query which can be executed in parallel.
  • Support for variables in queries.
  • Support for multiple ids at the root of the query.
  • Support for not operator in filter directive.
  • Support for rebuilding indexes.

Improvements

  • Stricter RDF parser which conforms with the spec.
  • Lexing queries is faster as we move away from channel to slices.
  • Easier to specify geo-spatial entities in queries.
  • Marshalling query response to JSON is faster.
  • Support comments in queries and mutations.

Bugfixes

  • Fixes with sync watermark
  • Fixes with orderdesc
  • Fix bug with using ICU (setting ICU_DATA broke Java)