Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 18 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,23 @@ The format is based on [*Keep a Changelog*](https://keepachangelog.com/en/1.0.0/
<!--
## [v1.0.0] – TBA

## [v0.107.78] - 2026-06-15 (APPROX.)
## [v0.107.80] - 2026-09-03 (APPROX.)

See also the [v0.107.79 GitHub milestone][ms-v0.107.79].
See also the [v0.107.80 GitHub milestone][ms-v0.107.80].

[ms-v0.107.79]: https://github.com/AdguardTeam/AdGuardHome/milestone/114?closed=1
[ms-v0.107.80]: https://github.com/AdguardTeam/AdGuardHome/milestone/115?closed=1

NOTE: Add new changes BELOW THIS COMMENT.
-->

<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->

## [v0.107.79] - 2026-08-18

See also the [v0.107.79 GitHub milestone][ms-v0.107.79].

### Security

- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.26.6][go-1.26.6].
Expand Down Expand Up @@ -48,13 +56,11 @@ NOTE: Add new changes BELOW THIS COMMENT.

- Blocked requests without an EDNS(0) OPT record ([#8183]).

[#7514]: https://github.com/AdguardTeam/AdGuardHome/issues/7514
[#8183]: https://github.com/AdguardTeam/AdGuardHome/issues/8183
[go-1.26.6]: https://groups.google.com/g/golang-announce/c/94pEornpRlI
[#7514]: https://github.com/AdguardTeam/AdGuardHome/issues/7514
[#8183]: https://github.com/AdguardTeam/AdGuardHome/issues/8183

<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->
[ms-v0.107.79]: https://github.com/AdguardTeam/AdGuardHome/milestone/114?closed=1

## [v0.107.78] - 2026-07-13

Expand Down Expand Up @@ -3732,11 +3738,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
[ms-v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/28?closed=1

<!--
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.79...HEAD
[v0.107.79]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.78...v0.107.79
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.80...HEAD
[v0.107.80]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.79...v0.107.80
-->

[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.78...HEAD
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.79...HEAD
[v0.107.79]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.78...v0.107.79
[v0.107.78]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.77...v0.107.78
[v0.107.77]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.76...v0.107.77
[v0.107.76]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.75...v0.107.76
Expand Down
74 changes: 36 additions & 38 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,51 +20,50 @@ require (
github.com/google/gopacket v1.1.19
github.com/google/renameio/v2 v2.0.2
github.com/google/uuid v1.6.0
github.com/gopacket/gopacket v1.7.0
github.com/insomniacslk/dhcp v0.0.0-20260603135910-a415979eb11e
// TODO(e.burkov): Get rid of this dependency. At least, don't update it,
// unless all custom templates will be migrated to the new format, see
// https://github.com/kardianos/service/issues/418.
github.com/gopacket/gopacket v1.7.1
github.com/insomniacslk/dhcp v0.0.0-20260728151720-c308df0fdcef
// TODO(e.burkov): Get rid of this dependency. At least, don't update
// it, unless all custom templates will be migrated to the new format,
// see https://github.com/kardianos/service/issues/418.
github.com/kardianos/service v1.2.4
github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118
github.com/mdlayher/netlink v1.11.2
github.com/mdlayher/packet v1.1.2
// TODO(a.garipov): This package is deprecated; Use gopacket.
github.com/mdlayher/raw v0.1.0
github.com/miekg/dns v1.1.72
github.com/quic-go/quic-go v0.60.0
github.com/stretchr/testify v1.11.1
github.com/quic-go/quic-go v0.61.0
github.com/stretchr/testify v1.12.0
github.com/ti-mo/netfilter v0.5.3
go.etcd.io/bbolt v1.5.0
// TODO(e.burkov): Update to a stable tag.
go.yaml.in/yaml/v4 v4.0.0-rc.6
golang.org/x/crypto v0.54.0
golang.org/x/net v0.57.0
golang.org/x/crypto v0.55.0
golang.org/x/net v0.58.0
golang.org/x/sys v0.47.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
howett.net/plist v1.0.1
)

require (
cloud.google.com/go v0.123.0 // indirect
cloud.google.com/go/auth v0.22.0 // indirect
cloud.google.com/go/auth v0.23.1 // indirect
cloud.google.com/go/compute/metadata v0.9.0 // indirect
github.com/BurntSushi/toml v1.6.0 // indirect
github.com/ameshkov/dnsstamps v1.0.3 // indirect
github.com/anthropics/anthropic-sdk-go v1.59.0 // indirect
github.com/anthropics/anthropic-sdk-go v1.63.1 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/beefsack/go-rate v0.0.0-20220214233405-116f4ca011a0 // indirect
github.com/buger/jsonparser v1.2.0 // indirect
github.com/buger/jsonparser v1.6.1 // indirect
github.com/ccojocar/zxcvbn-go v1.0.4 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/felixge/httpsnoop v1.1.0 // indirect
github.com/fzipp/gocyclo v0.6.0 // indirect
github.com/go-logr/logr v1.4.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golangci/misspell v0.8.0 // indirect
github.com/google/s2a-go v0.1.9 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.18 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.21 // indirect
github.com/googleapis/gax-go/v2 v2.23.0 // indirect
github.com/gookit/color v1.6.1 // indirect
github.com/gordonklaus/ineffassign v0.2.0 // indirect
Expand All @@ -74,15 +73,14 @@ require (
github.com/jstemmer/go-junit-report/v2 v2.1.0 // indirect
github.com/kisielk/errcheck v1.20.0 // indirect
github.com/mdlayher/socket v0.6.1 // indirect
github.com/openai/openai-go/v3 v3.45.0 // indirect
github.com/openai/openai-go/v3 v3.52.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
github.com/pierrec/lz4/v4 v4.1.27 // indirect
github.com/pierrec/lz4/v4 v4.1.29 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/rogpeppe/go-internal v1.15.0 // indirect
github.com/rogpeppe/go-internal v1.16.0 // indirect
github.com/securego/gosec/v2 v2.28.0 // indirect
github.com/standard-webhooks/standard-webhooks/libraries v0.0.1 // indirect
github.com/tidwall/gjson v1.19.0 // indirect
Expand All @@ -91,34 +89,34 @@ require (
github.com/tidwall/sjson v1.2.5 // indirect
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
github.com/uudashr/gocognit v1.2.1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/xo/terminfo v1.0.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 // indirect
go.opentelemetry.io/otel v1.44.0 // indirect
go.opentelemetry.io/otel/metric v1.44.0 // indirect
go.opentelemetry.io/otel/trace v1.44.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/exp v0.0.0-20260709172345-9ea1abe57597 // indirect
golang.org/x/exp/typeparams v0.0.0-20260718201538-764159d718ef // indirect
golang.org/x/mod v0.38.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0 // indirect
go.opentelemetry.io/otel v1.45.0 // indirect
go.opentelemetry.io/otel/metric v1.45.0 // indirect
go.opentelemetry.io/otel/trace v1.45.0 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/exp v0.0.0-20260813180055-c1d0aacb2297 // indirect
golang.org/x/exp/typeparams v0.0.0-20260813180055-c1d0aacb2297 // indirect
golang.org/x/mod v0.40.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/telemetry v0.0.0-20260717140457-bdb89881bb75 // indirect
golang.org/x/telemetry v0.0.0-20260814151720-d8c169486af1 // indirect
golang.org/x/term v0.45.0 // indirect
golang.org/x/text v0.40.0 // indirect
golang.org/x/tools v0.48.0 // indirect
golang.org/x/vuln v1.6.0 // indirect
golang.org/x/text v0.41.0 // indirect
golang.org/x/tools v0.49.0 // indirect
golang.org/x/vuln v1.7.0 // indirect
gonum.org/v1/gonum v0.17.0 // indirect
google.golang.org/api v0.290.0 // indirect
google.golang.org/genai v1.65.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260720211330-0afa2a65878a // indirect
google.golang.org/grpc v1.82.1 // indirect
google.golang.org/protobuf v1.36.11 // indirect
google.golang.org/api v0.293.0 // indirect
google.golang.org/genai v1.68.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260817212433-ac3dfec99bb1 // indirect
google.golang.org/grpc v1.83.0 // indirect
google.golang.org/protobuf v1.36.12 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/tools v0.7.0 // indirect
mvdan.cc/editorconfig v0.3.0 // indirect
mvdan.cc/gofumpt v0.10.0 // indirect
mvdan.cc/gofumpt v0.11.0 // indirect
mvdan.cc/sh/v3 v3.13.1 // indirect
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15 // indirect
mvdan.cc/unparam v0.0.0-20260818115549-3f964bcb5673 // indirect
)

// NOTE: Keep in sync with .gitignore.
Expand Down
Loading
Loading