dgraph v1.0.2 Release Notes

Release Date: 2018-01-17 // about 6 years ago
  • ๐Ÿ›  Fixed

    • Always return predicates of list type in an array.
    • Edges without facet values are also returned when performing sort on facet.
    • Don't derive schema while deleting edges.
    • ๐Ÿ‘ Better error checking when accessing posting lists. Fixes bug where parts of queries are sometimes omitted when system is under heavy load.
    • ๐Ÿ›  Fix missing error check in mutation handling when using CommitNow (gave incorrect error).
    • ๐Ÿ›  Fix bug where eq didn't work correctly for the fulltext index.
    • ๐Ÿ›  Fix race because of which replicas flag was not respected.
    • ๐Ÿ›  Fix bug with key copy during predicate move.
    • ๐Ÿ›  Fix race in merging keys keys from btree and badger iterator.
    • ๐Ÿ›  Fix snapshot retrieval for new nodes by retrieving it before joining the cluster.
    • Write schema at timestamp 1 in bulk loader.
    • ๐Ÿ›  Fix unexpected meta fatal error.
    • ๐Ÿ›  Fix groupby result incase the child being grouped open has multiple parents.

    ๐Ÿ”„ Changed

    • โœ‚ Remove StartTs field from api.Operation.
    • ๐Ÿ–จ Print error message in live loader if its not ErrAborted. Also, stop using membership state and instead use the address given by user.
    • Only send keys corresponding to data that was mutated.