dgraph v1.2.2 Release Notes

Release Date: 2020-03-19 // about 4 years ago
  • ๐Ÿ”„ Changed

    • Wrap errors thrown in posting/list.go for easier debugging. (#4880)
    • ๐Ÿ–จ Print keys using hex encoding in error messages in list.go. (#4891)

    ๐Ÿ›  Fixed

    • Do not include empty nodes in the export output. (#4896)
    • ๐Ÿ›  Fix error when lexing language list. (#4784)
    • ๐Ÿ“ฆ Properly initialize posting package in debug tool. (#4893)
    • ๐Ÿ›  Handle special characters in schema and type queries. Fixes #4933. (#4937)
    • ๐Ÿ›  Overwrite values for uid predicates. Fixes #4879. (#4883)
    • ๐Ÿ‘ Disable @* language queries when the predicate does not support langs. (#4881)
    • ๐Ÿ›  Fix bug in exporting types with reverse predicates. Fixes #4856. (#4857)
    • ๐Ÿš€ Do not skip over split keys. (Trying to skip over the split keys sometimes skips over keys belonging to a different split key. This is a fix just for this release as the actual fix requires changes to the data format.) (#4951)
    • ๐Ÿ›  Fix point-in-time Prometheus metrics. Fixes #4532. (#4948)
    • Split lists in the bulk loader. (#4967)
    • ๐Ÿ‘ Allow remote MySQL server with dgraph migrate tool. Fixes #4707. (#4860)
    • Enterprise features
      • ACL: Allow uid access. (#4922)
      • Backups: Assign maxLeaseId during restore. Fixes #4816. (#4877)
      • Backups: Verify host when default and custom credentials are used. Fixes #4855. (#4858)
      • Backups: Split lists when restoring from backup. (#4912)