dgraph v20.07.2 Release Notes

Release Date: 2020-10-22 // over 3 years ago
  • 🔄 Changed

    • ⚡️ Update badger to 5e3d4b9. (#6669)
    • 🏗 Makefile to build Dgraph inside docker container. (#6601)
    • Return content length header for queries. (#6480)
    • 👉 Use raft storage in managedmode. (#6547)
    • ⚡️ Update index.md. (#6567)
    • 🔄 Changes github.com/dgraph-io/graphql-transport-ws version. (#6529)

    ➕ Added

    • ➕ Add utility to export backup data. (#6590)
    • ➕ Add separate compression flag for z and wal dirs. (#6421)

    🛠 Fixed

    • GraphQL
      • Disallowing field names with as. (#6645)
      • Remove extra fields when querying interfaces. (#6647)
      • fix object Linking with hasInverse. (#6648)
      • Update gqlgen in go.mod. (#6646)
      • Hide info when performing mutation on id field with auth rule. (#6534)
      • Fix cascade with auth query when RBAC is false. (#6535)
      • Fix squashIntoObject so that results are correctly merged. (#6530)
      • Fix errors from authorization examples given in docs. (#6522)
      • Fix restoreStatus query with query variables. (#6424)
      • Fix for deletion on interfaces with no non Id field. (#6417)
      • Fix internal error when doing GraphQL schema introspection after drop all. (#6525)
      • Link xids properly if there are duplicate xids within type. (#6521)
      • Fix query rewriting for auth delete when deleting types with inverse field. (#6524)
      • Fix order and offset in auth queries. (#6366)
      • Generate correct schema when no orderable field in a type. (#6460)
      • Don't generate orderable enum value for list fields. (#6413)
      • Dix introspection completion bug. (#6389)
    • 🛠 Fix Poor-man's auth for admin operations. (#6686)
    • Break out if g.Ctx is done. (#6675)
    • 🛠 Fix wrong path response for k-shortest paths. (#6654)
    • ⚡️ Update nextRaftId when starting a node with a raftId > 0. (#6597)
    • Pagination param "after" does not work when using func: uid(v). (#6634)
    • CID never created if Zero stops early after first init. (#6637)
    • Pause rollups during snapshot streaming. (#6611)
    • 👉 Use flags for cache. (#6467)
    • ✂ Remove auth error from mutation. (#6532)
    • 🛠 Fix readTs less than minTs. (#6517)
    • 🛠 Fix bug when deleting and adding to a single UID predicate in the same transaction. (#6449)