Skip to content

Dgraph v0.7.4 Release

Compare
Choose a tag to compare
@pawanrawal pawanrawal released this 31 Mar 00:49
· 4656 commits to master since this release

Features

Improvements

  • Move to Go 1.8.
  • Improve shortest path result to return path information.
  • Switch Int type to int64 from int32.
  • Improve performance of sorting (orderasc and orderdesc).
  • Stricter handling of commas and quotes while parsing the query.
  • Removal of the schema file. Schema stored within Dgraph.

Bugfixes

  • Aggregation functions returned global aggregates rather than per entity.
  • Pagination crashes on some invalid offsets.
  • Filtering on reverse UIDs returns an empty result.
  • Better errors on non-indexed attributes.
  • Mutation with UID 0 crashes the server
  • Sorting on strings returned incorrect results.