dgraph v1.0.3 Release Notes

Release Date: 2018-02-08 // about 6 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for specifying blank nodes as part of JSON mutation.
    • dgraph version command to check current version.
    • ๐Ÿณ curl to Docker image.
    • ๐Ÿšš moveTablet endpoint to Zero to allow initiating a predicate move.

    ๐Ÿ›  Fixed

    • Out of range error while doing eq query.
    • โฌ‡๏ธ Reduce maxBackOffDelay to 10 sec so that leader election is faster after restart.
    • ๐Ÿ›  Fix bugs with predicate move where some data was not sent and schema not loaded properly on replicas.
    • ๐Ÿ›  Fix the total number of RDF's processed when live loader ends.
    • Reindex data when schema is changed to list type to fix adding and deleting new data.
    • Correctly upate uidMatrix when facetOrder is supplied.
    • Inequality operator(gt and lt) result for non lossy tokenizers.

    ๐Ÿ”„ Changed

    • --zero_addr flag changed to --zero for dgraph bulk command.
    • 0๏ธโƒฃ Default ports for Zero have been changed 7080 => 5080(grpc) and 8080 => 6080(http).
    • โšก๏ธ Update badger version and how purging is done to fix CPU spiking when Dgraph is idle.
    • โš  Print predicate name as part of the warning about long term for exact index.