dgraph v0.9.3 Release Notes

Release Date: 2017-12-01 // over 6 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for alias while asking for facets.
    • ๐Ÿ‘Œ Support for general configuration via environment variables and configuration files.
    • IgnoreIndexConflict field in Txn which allows ignoring conflicts on index keys.

    ๐Ÿ›  Fixed

    • expand(_all_) now correctly gives all language variants of a string.
    • Indexes now correctly maintained when deleting via S * * and S P *.
    • expand(_all_) now follows reverse edges.
    • Don't return uid for nodes without any children when requested through debug flag.
    • GraphQL variables for HTTP endpoints. Variable map can be set as a JSON object using the X-Dgraph-Vars header.
    • Abort if CommitNow flag is set and the mutation fails.
    • Live loader treats subjects/predicates that look like UIDs as existing nodes rather than new nodes.
    • ๐Ÿ›  Fix bug in @groupby queries where predicate was converted to lower case in queries.
    • ๐Ÿ›  Fix race condition in IsPeer. (#3432)

    ๐Ÿ”„ Changed

    • When showing a predicate with list type, only values without a language tag are shown. To get the values of the predicate that are tagged with a language, query the predicate with that language explicitly.
    • Validate the address advertised by dgraph nodes.
    • โช Store/Restore peer map on snapshot.
    • ๐Ÿ›  Fix rdfs per second reporting in live loader.
    • ๐Ÿ›  Fix bug in lru eviction.
    • Proto definitions are split into intern and api.