From 2c64ab5a5105098c0d4152e2b482d84d404c2086 Mon Sep 17 00:00:00 2001 From: Stanislav Chzhen Date: Fri, 4 Oct 2024 19:10:32 +0300 Subject: [PATCH] Pull request 2289: upd-urlfilter Updates #6818. Squashed commit of the following: commit d03b518457ef14d1c565a46c1dbfce1a47bf301d Author: Stanislav Chzhen Date: Fri Oct 4 18:58:10 2024 +0300 all: upd chlog commit 80ee9146998d622c173a9559b8d6af139b750d23 Author: Stanislav Chzhen Date: Fri Oct 4 18:50:24 2024 +0300 all: upd urlfilter --- CHANGELOG.md | 5 +++++ go.mod | 21 +++++++++--------- go.sum | 40 +++++++++++++++++----------------- internal/dhcpsvc/config.go | 10 ++++----- internal/dhcpsvc/server.go | 9 ++++---- internal/home/log.go | 7 +++++- scripts/translations/upload.go | 11 ++++++---- 7 files changed, 59 insertions(+), 44 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70133cb9..58a9f4cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,11 +25,16 @@ See also the [v0.107.54 GitHub milestone][ms-v0.107.54]. NOTE: Add new changes BELOW THIS COMMENT. --> +### Changed + +- Improved filtering performance ([#6818]). + ### Fixed - Missing runtime clients with information from the system hosts file on first AdGuard Home start ([#7315]). +[#6818]: https://github.com/AdguardTeam/AdGuardHome/issues/6818 [#7315]: https://github.com/AdguardTeam/AdGuardHome/issues/7315