Skip to content

Dgraph v0.9.1 Release

Compare
Choose a tag to compare
@pawanrawal pawanrawal released this 15 Nov 05:42
· 3749 commits to master since this release

This release contains a couple of small changes in the HTTP API.

  • X-Dgraph-StartTs header goes away. The StartTs is now passed as a path parameter instead of a header.
  • For /commit API, keys are passed in the body instead of X-Dgraph-Keys header.

The HTTP docs contain elaborate examples.