From ea1cb5f35650c54419483d6129460b4b25cbb418 Mon Sep 17 00:00:00 2001 From: Ahsan Barkati Date: Thu, 17 Jun 2021 20:38:11 +0530 Subject: [PATCH] update changelog (#7905) Update the changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d738ba696e..1eb9890852d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ and this project will adhere to [Calendar Versioning](https://calver.org/) start - fix(admin): remove exportedFiles field ([#7835][]) ([#7836][]) - fix(restore): append galaxy namespace to type name ([#7881][]) - fix(DQL): revert changes related to cascade pagination with sort ([#7885][]) ([#7888][]) + - fix(metrics): Expose dgraph_num_backups_failed_total metric view. ([#7900][]) ([#7904][]) ### Changed - opt(GraphQL): filter existence queries on GraphQL side instead of using @filter(type) ([#7757][]) ([#7760][]) @@ -92,6 +93,8 @@ and this project will adhere to [Calendar Versioning](https://calver.org/) start [#7754]: https://github.com/dgraph-io/dgraph/issues/7754 [#7757]: https://github.com/dgraph-io/dgraph/issues/7757 [#7760]: https://github.com/dgraph-io/dgraph/issues/7760 +[#7900]: https://github.com/dgraph-io/dgraph/issues/7900 +[#7904]: https://github.com/dgraph-io/dgraph/issues/7904 ## [21.03.0] - 2021-04-07