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)