From f4f2c11eb9a0ca01a9dcdffb2536efde82ee44ea Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Mon, 29 May 2023 13:29:41 +0300 Subject: [PATCH] all: export querylog docs --- CHANGELOG.md | 4 ++++ internal/querylog/http.go | 9 +++++++++ openapi/CHANGELOG.md | 5 +++++ openapi/openapi.yaml | 41 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 59 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58dd6c16..58fd79c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,9 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Added +- The new HTTP API, `GET /control/querylog/export`, which can be used to + export query log items. See `openapi/openapi.yaml` for the full description + ([#3389]). - The ability to edit rewrite rules via `PUT /control/rewrite/update` HTTP API ([#1577]). @@ -41,6 +44,7 @@ NOTE: Add new changes BELOW THIS COMMENT. UDP/TCP upstream servers. [#1577]: https://github.com/AdguardTeam/AdGuardHome/issues/1577 +[#3389]: https://github.com/AdguardTeam/AdGuardHome/issues/3389 [#5716]: https://github.com/AdguardTeam/AdGuardHome/issues/5716