dgraph v1.0.0 Release Notes

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

    • ๐Ÿ‘ Allow doing Mutate and Alter Operations using dgraph UI.
    • Provide option to user to ignore conflicts on index keys.

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Language tag parsing in queries now accepts digits (in line with RDF parsing).
    • Ensure that GraphQL variables are declared before use.
    • Export now uses correct blank node syntax.
    • Membership stream doesn't get stuck if node steps down as leader.
    • ๐Ÿ›  Fix issue where sets were not being returned after doing a S P * deletion when part of same transaction.
    • Empty string values are stored as it is and no strings have special meaning now.
    • โšก๏ธ Correctly update order of facetMatrix when orderdesc/orderasc is applied.
    • ๐Ÿ‘ Allow live and bulk loaders to work with multiple zeros.
    • ๐Ÿ›  Fix sorting with for predicates with multiple language tags.
    • ๐Ÿ›  Fix alias edge cases in normalize directive.
    • ๐Ÿ‘ Allow reading new index key mutated as part of same transaction.
    • ๐Ÿ›  Fix bug in value log GC in badger.
    • SIGINT now forces a shutdown after 5 seconds when there are pending RPCs.

    ๐Ÿ”„ Changed

    • ๐Ÿšš DropAttr now also removes the schema for the attribute (previously it just removed the edges).
    • ๐Ÿ“‡ Tablet metadata is removed from zero after deletion of predicate.
    • LRU size is changed dynamically now based on max_memory_mb
    • โฌ†๏ธ Call RunValueLogGC for every GB increase in size of value logs. Upgrade vendored version of Badger.
    • Prohibit string to password schema change.
    • Make purging less aggressive.
    • Check if GraphQL Variable is defined before using.