dgraph v0.9.2 Release Notes

Release Date: 2017-11-20 // over 6 years ago
  • ➕ Added

    • 👌 Support for removing dead node from quorum.
    • 👌 Support for alias in groupby queries.
    • ➕ Add DeleteEdges helper function for Go client.

    🔄 Changed

    • Dgraph tries to abort long running/abandoned transactions.
    • 🛠 Fix TLS flag parsing for Dgraph server and live loader.
    • ⬇️ Reduce dependencies for Go client.
    • depth and loop arguments should be inside @recurse().
    • Base36 encode keys that are part of TxnContext and are sent to the client.
    • Fix race condition in expand(all) queries.
    • 🛠 Fix (--ui) flag not being parsed properly.