Skip to content

Dgraph v21.03.2 (Resilient Rocket-2)

Compare
Choose a tag to compare
@danielmai danielmai released this 26 Aug 08:17
· 2 commits to release/v21.03 since this release
b17395d

Fixed

  • GraphQL

    • Handle extend keyword for Queries and Mutations (#7923)
  • Core Dgraph

    • fix(Raft): Detect network partition when streaming (#7908)
    • fix(Raft): Reconnect via a redial in case of disconnection. (#7921)
    • fix(conn): JoinCluster loop should use latest conn (#7952)
    • fix(pool): use write lock when getting health info (#7967)
    • fix(acl): The Acl cache should be updated on restart and restore. (#7964)
    • fix(acl): filter out the results based on type (#7981)
    • fix(backup): Fix full backup request (#7934)
    • fix(live): quote the xid when doing upsert (#7999)
    • fix(export): Write temporary files for export to the t directory. (#7998)

Changed

  • protobuf: upgrade golang/protobuf library v1.4.1 -> v1.5.2 (#7949)
  • chore(raft): Log packets message less frequently. (#7913)

Added

  • feat(acl): allow access to all the predicates using wildcard. (#7993)
  • feat(Multi-tenancy): Add namespaces field to state. (#7936)