2020-11-13 03:01:07 -07:00
|
|
|
# AdGuard Home Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on
|
|
|
|
[*Keep a Changelog*](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to
|
|
|
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2021-12-22 06:34:51 -07:00
|
|
|
|
|
|
|
|
2020-11-13 03:01:07 -07:00
|
|
|
## [Unreleased]
|
|
|
|
|
2020-11-25 02:02:21 -07:00
|
|
|
<!--
|
2022-06-06 08:43:35 -07:00
|
|
|
## [v0.108.0] - 2022-10-01 (APPROX.)
|
2021-12-22 06:34:51 -07:00
|
|
|
-->
|
|
|
|
|
2022-04-13 08:16:33 -07:00
|
|
|
### Security
|
|
|
|
|
2022-06-06 08:43:35 -07:00
|
|
|
- Weaker cipher suites that use the CBC (cipher block chaining) mode of
|
|
|
|
operation have been disabled ([#2993]).
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Support for Discovery of Designated Resolvers (DDR) according to the [RFC
|
2022-07-07 09:33:32 -07:00
|
|
|
draft][ddr-draft] ([#4463]).
|
2022-06-06 08:43:35 -07:00
|
|
|
- `windows/arm64` support ([#3057]).
|
|
|
|
|
2022-07-28 10:36:21 -07:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- UI and update links have been changed to make them more resistant to DNS
|
|
|
|
blocking.
|
|
|
|
|
2022-06-06 08:43:35 -07:00
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
- Go 1.17 support. v0.109.0 will require at least Go 1.18 to build.
|
|
|
|
|
2022-07-13 06:39:03 -07:00
|
|
|
[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993
|
|
|
|
[#3057]: https://github.com/AdguardTeam/AdGuardHome/issues/3057
|
|
|
|
|
|
|
|
[ddr-draft]: https://datatracker.ietf.org/doc/html/draft-ietf-add-ddr-08
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
## [v0.107.9] - 2022-08-23 (APPROX.)
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## [v0.107.8] - 2022-07-13
|
|
|
|
|
|
|
|
See also the [v0.107.8 GitHub milestone][ms-v0.107.8].
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
|
|
|
- Go version was updated to prevent the possibility of exploiting the
|
|
|
|
CVE-2022-1705, CVE-2022-32148, CVE-2022-30631, and other Go vulnerabilities
|
|
|
|
fixed in [Go 1.17.12][go-1.17.12].
|
|
|
|
|
|
|
|
<!--
|
|
|
|
TODO(a.garipov): Use the above format in all similar announcements below.
|
|
|
|
-->
|
|
|
|
|
2022-06-20 05:24:11 -07:00
|
|
|
### Fixed
|
|
|
|
|
2022-07-08 05:17:47 -07:00
|
|
|
- DHCP lease validation incorrectly letting users assign the IP address of the
|
|
|
|
gateway as the address of the lease ([#4698]).
|
2022-07-07 09:49:47 -07:00
|
|
|
- Updater no longer expects a hardcoded name for `AdGuardHome` executable
|
|
|
|
([#4219]).
|
2022-07-07 09:33:32 -07:00
|
|
|
- Inconsistent names of runtime clients from hosts files ([#4683]).
|
2022-06-28 09:09:26 -07:00
|
|
|
- PTR requests for addresses leased by DHCP will now be resolved into hostnames
|
|
|
|
under `dhcp.local_domain_name` ([#4699]).
|
2022-06-20 05:24:11 -07:00
|
|
|
- Broken service installation on OpenWrt ([#4677]).
|
|
|
|
|
2022-07-07 09:49:47 -07:00
|
|
|
[#4219]: https://github.com/AdguardTeam/AdGuardHome/issues/4219
|
2022-06-20 05:24:11 -07:00
|
|
|
[#4677]: https://github.com/AdguardTeam/AdGuardHome/issues/4677
|
2022-07-07 09:33:32 -07:00
|
|
|
[#4683]: https://github.com/AdguardTeam/AdGuardHome/issues/4683
|
2022-07-08 05:17:47 -07:00
|
|
|
[#4698]: https://github.com/AdguardTeam/AdGuardHome/issues/4698
|
2022-06-28 09:09:26 -07:00
|
|
|
[#4699]: https://github.com/AdguardTeam/AdGuardHome/issues/4699
|
2022-06-06 08:43:35 -07:00
|
|
|
|
2022-07-13 06:39:03 -07:00
|
|
|
[go-1.17.12]: https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE
|
|
|
|
[ms-v0.107.8]: https://github.com/AdguardTeam/AdGuardHome/milestone/44?closed=1
|
2022-06-06 08:43:35 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## [v0.107.7] - 2022-06-06
|
|
|
|
|
|
|
|
See also the [v0.107.7 GitHub milestone][ms-v0.107.7].
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
2022-06-02 05:57:06 -07:00
|
|
|
- Go version was updated to prevent the possibility of exploiting the
|
|
|
|
[CVE-2022-29526], [CVE-2022-30634], [CVE-2022-30629], [CVE-2022-30580], and
|
2022-07-13 04:43:21 -07:00
|
|
|
[CVE-2022-29804] Go vulnerabilities.
|
2022-04-13 08:16:33 -07:00
|
|
|
- Enforced password strength policy ([#3503]).
|
|
|
|
|
2021-12-22 06:34:51 -07:00
|
|
|
### Added
|
|
|
|
|
2022-05-24 09:47:09 -07:00
|
|
|
- Support for the final DNS-over-QUIC standard, [RFC 9250][rfc-9250] ([#4592]).
|
2022-05-23 06:04:14 -07:00
|
|
|
- Support upstreams for subdomains of a domain only ([#4503]).
|
2022-04-26 03:04:16 -07:00
|
|
|
- The ability to control each source of runtime clients separately via
|
|
|
|
`clients.runtime_sources` configuration object ([#3020]).
|
2022-03-23 06:13:28 -07:00
|
|
|
- The ability to customize the set of networks that are considered private
|
|
|
|
through the new `dns.private_networks` property in the configuration file
|
|
|
|
([#3142]).
|
2022-03-03 07:52:11 -07:00
|
|
|
- EDNS Client-Subnet information in the request details section of a query log
|
|
|
|
record ([#3978]).
|
2022-03-02 04:21:33 -07:00
|
|
|
- Support for hostnames for plain UDP upstream servers using the `udp://` scheme
|
|
|
|
([#4166]).
|
2022-02-28 06:26:45 -07:00
|
|
|
- Logs are now collected by default on FreeBSD and OpenBSD when AdGuard Home is
|
|
|
|
installed as a service ([#4213]).
|
2021-12-22 06:34:51 -07:00
|
|
|
|
2022-01-25 08:54:37 -07:00
|
|
|
### Changed
|
|
|
|
|
2022-04-29 04:39:02 -07:00
|
|
|
- On OpenBSD, the daemon script now uses the recommended `/bin/ksh` shell
|
|
|
|
instead of the `/bin/sh` one ([#4533]). To apply this change, backup your
|
|
|
|
data and run `AdGuardHome -s uninstall && AdGuardHome -s install`.
|
2022-03-23 06:00:32 -07:00
|
|
|
- The default DNS-over-QUIC port number is now `853` instead of `754` in
|
2022-05-24 09:47:09 -07:00
|
|
|
accordance with [RFC 9250][rfc-9250] ([#4276]).
|
2022-03-22 05:21:03 -07:00
|
|
|
- Reverse DNS now has a greater priority as the source of runtime clients'
|
2022-03-23 06:13:28 -07:00
|
|
|
information than ARP neighborhood.
|
2022-03-15 10:57:46 -07:00
|
|
|
- Improved detection of runtime clients through more resilient ARP processing
|
|
|
|
([#3597]).
|
2022-03-09 06:59:31 -07:00
|
|
|
- The TTL of responses served from the optimistic cache is now lowered to 10
|
|
|
|
seconds.
|
2022-02-14 06:56:14 -07:00
|
|
|
- Domain-specific private reverse DNS upstream servers are now validated to
|
|
|
|
allow only `*.in-addr.arpa` and `*.ip6.arpa` domains pointing to
|
|
|
|
locally-served networks ([#3381]). **Note:** If you already have invalid
|
2022-03-01 10:35:44 -07:00
|
|
|
entries in your configuration, consider removing them manually, since they
|
2022-02-14 06:56:14 -07:00
|
|
|
essentially had no effect.
|
2022-02-03 11:19:32 -07:00
|
|
|
- Response filtering is now performed using the record types of the answer
|
|
|
|
section of messages as opposed to the type of the question ([#4238]).
|
2022-02-01 11:44:01 -07:00
|
|
|
- Instead of adding the build time information, the build scripts now use the
|
|
|
|
standardized environment variable [`SOURCE_DATE_EPOCH`][repr] to add the date
|
|
|
|
of the commit from which the binary was built ([#4221]). This should simplify
|
|
|
|
reproducible builds for package maintainers and those who compile their own
|
|
|
|
AdGuard Home.
|
2022-03-23 06:13:28 -07:00
|
|
|
- The property `local_domain_name` is now in the `dhcp` object in the
|
2022-01-25 09:47:02 -07:00
|
|
|
configuration file to avoid confusion ([#3367]).
|
2022-03-23 06:13:28 -07:00
|
|
|
- The `dns.bogus_nxdomain` property in the configuration file now supports CIDR
|
2022-01-25 08:54:37 -07:00
|
|
|
notation alongside IP addresses ([#1730]).
|
|
|
|
|
2022-01-25 09:47:02 -07:00
|
|
|
#### Configuration Changes
|
|
|
|
|
2022-04-26 03:04:16 -07:00
|
|
|
In this release, the schema version has changed from 12 to 14.
|
2022-01-25 09:47:02 -07:00
|
|
|
|
2022-04-26 03:04:16 -07:00
|
|
|
- Object `clients`, which in schema versions 13 and earlier was an array of
|
|
|
|
actual persistent clients, is now consist of `persistent` and
|
|
|
|
`runtime_sources` properties:
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
# BEFORE:
|
|
|
|
'clients':
|
|
|
|
- name: client-name
|
|
|
|
# …
|
|
|
|
|
|
|
|
# AFTER:
|
|
|
|
'clients':
|
|
|
|
'persistent':
|
|
|
|
- name: client-name
|
|
|
|
# …
|
|
|
|
'runtime_sources':
|
|
|
|
whois: true
|
|
|
|
arp: true
|
|
|
|
rdns: true
|
|
|
|
dhcp: true
|
|
|
|
hosts: true
|
|
|
|
```
|
|
|
|
|
|
|
|
The value for `clients.runtime_sources.rdns` field is taken from
|
|
|
|
`dns.resolve_clients` property. To rollback this change, remove the
|
|
|
|
`runtime_sources` property, move the contents of `persistent` into the
|
|
|
|
`clients` itself, the value of `clients.runtime_sources.rdns` into the
|
2022-05-24 09:47:09 -07:00
|
|
|
`dns.resolve_clients`, and change the `schema_version` back to `13`.
|
2022-03-23 06:13:28 -07:00
|
|
|
- Property `local_domain_name`, which in schema versions 12 and earlier used to
|
2022-01-25 09:47:02 -07:00
|
|
|
be a part of the `dns` object, is now a part of the `dhcp` object:
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
# BEFORE:
|
|
|
|
'dns':
|
|
|
|
# …
|
|
|
|
'local_domain_name': 'lan'
|
|
|
|
|
|
|
|
# AFTER:
|
|
|
|
'dhcp':
|
|
|
|
# …
|
|
|
|
'local_domain_name': 'lan'
|
|
|
|
```
|
|
|
|
|
2022-03-23 06:13:28 -07:00
|
|
|
To rollback this change, move the property back into the `dns` object and
|
|
|
|
change the `schema_version` back to `12`.
|
2022-01-25 09:47:02 -07:00
|
|
|
|
2021-12-22 06:34:51 -07:00
|
|
|
### Deprecated
|
|
|
|
|
2022-06-06 08:43:35 -07:00
|
|
|
- The `--no-etc-hosts` option. Its functionality is now controlled by
|
2022-04-26 03:04:16 -07:00
|
|
|
`clients.runtime_sources.hosts` configuration property. v0.109.0 will remove
|
|
|
|
the flag completely.
|
2021-12-22 06:34:51 -07:00
|
|
|
|
2022-04-19 05:01:49 -07:00
|
|
|
### Fixed
|
|
|
|
|
2022-05-25 08:00:50 -07:00
|
|
|
- Query log occasionally going into an infinite loop ([#4591]).
|
2022-05-24 04:43:54 -07:00
|
|
|
- Service startup on boot on systems using SysV-init ([#4480]).
|
2022-05-18 05:00:36 -07:00
|
|
|
- Detection of the stopped service status on macOS and Linux ([#4273]).
|
2022-05-04 11:01:41 -07:00
|
|
|
- Case-sensitive ClientID ([#4542]).
|
2022-05-24 09:47:09 -07:00
|
|
|
- Slow version update queries making other HTTP APIs unresponsive ([#4499]).
|
2022-04-19 05:01:49 -07:00
|
|
|
- ARP tables refreshing process causing excessive PTR requests ([#3157]).
|
|
|
|
|
2022-01-25 08:54:37 -07:00
|
|
|
[#1730]: https://github.com/AdguardTeam/AdGuardHome/issues/1730
|
2022-04-26 03:04:16 -07:00
|
|
|
[#3020]: https://github.com/AdguardTeam/AdGuardHome/issues/3020
|
2022-03-18 03:37:27 -07:00
|
|
|
[#3142]: https://github.com/AdguardTeam/AdGuardHome/issues/3142
|
2022-04-19 05:01:49 -07:00
|
|
|
[#3157]: https://github.com/AdguardTeam/AdGuardHome/issues/3157
|
2022-01-25 09:47:02 -07:00
|
|
|
[#3367]: https://github.com/AdguardTeam/AdGuardHome/issues/3367
|
2022-02-14 06:56:14 -07:00
|
|
|
[#3381]: https://github.com/AdguardTeam/AdGuardHome/issues/3381
|
2022-02-10 08:30:41 -07:00
|
|
|
[#3503]: https://github.com/AdguardTeam/AdGuardHome/issues/3503
|
2022-03-15 10:57:46 -07:00
|
|
|
[#3597]: https://github.com/AdguardTeam/AdGuardHome/issues/3597
|
2022-03-03 07:52:11 -07:00
|
|
|
[#3978]: https://github.com/AdguardTeam/AdGuardHome/issues/3978
|
2022-03-02 04:21:33 -07:00
|
|
|
[#4166]: https://github.com/AdguardTeam/AdGuardHome/issues/4166
|
2022-02-28 06:26:45 -07:00
|
|
|
[#4213]: https://github.com/AdguardTeam/AdGuardHome/issues/4213
|
2022-02-01 11:44:01 -07:00
|
|
|
[#4221]: https://github.com/AdguardTeam/AdGuardHome/issues/4221
|
2022-02-03 11:19:32 -07:00
|
|
|
[#4238]: https://github.com/AdguardTeam/AdGuardHome/issues/4238
|
2022-05-18 05:00:36 -07:00
|
|
|
[#4273]: https://github.com/AdguardTeam/AdGuardHome/issues/4273
|
2022-03-23 06:00:32 -07:00
|
|
|
[#4276]: https://github.com/AdguardTeam/AdGuardHome/issues/4276
|
2022-05-24 04:43:54 -07:00
|
|
|
[#4480]: https://github.com/AdguardTeam/AdGuardHome/issues/4480
|
2022-04-25 08:41:39 -07:00
|
|
|
[#4499]: https://github.com/AdguardTeam/AdGuardHome/issues/4499
|
2022-05-23 06:04:14 -07:00
|
|
|
[#4503]: https://github.com/AdguardTeam/AdGuardHome/issues/4503
|
2022-04-29 04:39:02 -07:00
|
|
|
[#4533]: https://github.com/AdguardTeam/AdGuardHome/issues/4533
|
2022-05-04 11:01:41 -07:00
|
|
|
[#4542]: https://github.com/AdguardTeam/AdGuardHome/issues/4542
|
2022-05-25 08:00:50 -07:00
|
|
|
[#4591]: https://github.com/AdguardTeam/AdGuardHome/issues/4591
|
2022-05-24 09:47:09 -07:00
|
|
|
[#4592]: https://github.com/AdguardTeam/AdGuardHome/issues/4592
|
2022-02-01 11:44:01 -07:00
|
|
|
|
2022-06-02 05:57:06 -07:00
|
|
|
[CVE-2022-29526]: https://www.cvedetails.com/cve/CVE-2022-29526
|
|
|
|
[CVE-2022-29804]: https://www.cvedetails.com/cve/CVE-2022-29804
|
|
|
|
[CVE-2022-30580]: https://www.cvedetails.com/cve/CVE-2022-30580
|
|
|
|
[CVE-2022-30629]: https://www.cvedetails.com/cve/CVE-2022-30629
|
|
|
|
[CVE-2022-30634]: https://www.cvedetails.com/cve/CVE-2022-30634
|
2022-06-06 08:43:35 -07:00
|
|
|
[ms-v0.107.7]: https://github.com/AdguardTeam/AdGuardHome/milestone/43?closed=1
|
2022-06-02 05:57:06 -07:00
|
|
|
[rfc-9250]: https://datatracker.ietf.org/doc/html/rfc9250
|
2022-01-25 08:20:26 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
2022-04-13 08:16:33 -07:00
|
|
|
## [v0.107.6] - 2022-04-13
|
|
|
|
|
|
|
|
See also the [v0.107.6 GitHub milestone][ms-v0.107.6].
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
|
|
|
- `User-Agent` HTTP header removed from outgoing DNS-over-HTTPS requests.
|
|
|
|
- Go version was updated to prevent the possibility of exploiting the
|
2022-07-13 04:43:21 -07:00
|
|
|
[CVE-2022-24675], [CVE-2022-27536], and [CVE-2022-28327] Go vulnerabilities.
|
2022-04-13 08:16:33 -07:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Support for SVCB/HTTPS parameter `dohpath` in filtering rules with
|
|
|
|
the `dnsrewrite` modifier according to the [RFC draft][dns-draft-02]
|
|
|
|
([#4463]).
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Filtering rules with the `dnsrewrite` modifier that create SVCB or HTTPS
|
|
|
|
responses should use `ech` instead of `echconfig` to conform with the [latest
|
|
|
|
drafts][svcb-draft-08].
|
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
- SVCB/HTTPS parameter name `echconfig` in filtering rules with the `dnsrewrite`
|
|
|
|
modifier. Use `ech` instead. v0.109.0 will remove support for the outdated
|
|
|
|
name `echconfig`.
|
|
|
|
- Obsolete `--no-mem-optimization` option ([#4437]). v0.109.0 will remove the
|
|
|
|
flag completely.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- I/O timeout errors when checking for the presence of another DHCP server.
|
|
|
|
- Network interfaces being incorrectly labeled as down during installation.
|
|
|
|
- Rules for blocking the QQ service ([#3717]).
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
- Go 1.16 support, since that branch of the Go compiler has reached end of life
|
|
|
|
and doesn't receive security updates anymore.
|
|
|
|
|
|
|
|
[#3717]: https://github.com/AdguardTeam/AdGuardHome/issues/3717
|
|
|
|
[#4437]: https://github.com/AdguardTeam/AdGuardHome/issues/4437
|
|
|
|
[#4463]: https://github.com/AdguardTeam/AdGuardHome/issues/4463
|
|
|
|
|
|
|
|
[CVE-2022-24675]: https://www.cvedetails.com/cve/CVE-2022-24675
|
|
|
|
[CVE-2022-27536]: https://www.cvedetails.com/cve/CVE-2022-27536
|
|
|
|
[CVE-2022-28327]: https://www.cvedetails.com/cve/CVE-2022-28327
|
|
|
|
[dns-draft-02]: https://datatracker.ietf.org/doc/html/draft-ietf-add-svcb-dns-02#section-5.1
|
|
|
|
[ms-v0.107.6]: https://github.com/AdguardTeam/AdGuardHome/milestone/42?closed=1
|
2022-06-06 08:43:35 -07:00
|
|
|
[repr]: https://reproducible-builds.org/docs/source-date-epoch/
|
2022-04-13 08:16:33 -07:00
|
|
|
[svcb-draft-08]: https://www.ietf.org/archive/id/draft-ietf-dnsop-svcb-https-08.html
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-03-23 06:13:28 -07:00
|
|
|
## [v0.107.5] - 2022-03-04
|
|
|
|
|
|
|
|
This is a security update. There is no GitHub milestone, since no GitHub issues
|
|
|
|
were resolved.
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
|
|
|
- Go version was updated to prevent the possibility of exploiting the
|
2022-07-13 04:43:21 -07:00
|
|
|
[CVE-2022-24921] Go vulnerability.
|
2022-03-23 06:13:28 -07:00
|
|
|
|
|
|
|
[CVE-2022-24921]: https://www.cvedetails.com/cve/CVE-2022-24921
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-03-01 10:35:44 -07:00
|
|
|
## [v0.107.4] - 2022-03-01
|
|
|
|
|
|
|
|
See also the [v0.107.4 GitHub milestone][ms-v0.107.4].
|
|
|
|
|
2022-04-13 08:16:33 -07:00
|
|
|
### Security
|
|
|
|
|
|
|
|
- Go version was updated to prevent the possibility of exploiting the
|
2022-07-13 04:43:21 -07:00
|
|
|
[CVE-2022-23806], [CVE-2022-23772], and [CVE-2022-23773] Go vulnerabilities.
|
2022-04-13 08:16:33 -07:00
|
|
|
|
2022-03-01 10:35:44 -07:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Optimistic cache now responds with expired items even if those can't be
|
|
|
|
resolved again ([#4254]).
|
|
|
|
- Unnecessarily complex hosts-related logic leading to infinite recursion in
|
|
|
|
some cases ([#4216]).
|
|
|
|
|
|
|
|
[#4216]: https://github.com/AdguardTeam/AdGuardHome/issues/4216
|
|
|
|
[#4254]: https://github.com/AdguardTeam/AdGuardHome/issues/4254
|
|
|
|
|
|
|
|
[CVE-2022-23772]: https://www.cvedetails.com/cve/CVE-2022-23772
|
|
|
|
[CVE-2022-23773]: https://www.cvedetails.com/cve/CVE-2022-23773
|
|
|
|
[CVE-2022-23806]: https://www.cvedetails.com/cve/CVE-2022-23806
|
|
|
|
[ms-v0.107.4]: https://github.com/AdguardTeam/AdGuardHome/milestone/41?closed=1
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-01-25 08:20:26 -07:00
|
|
|
## [v0.107.3] - 2022-01-25
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.107.3 GitHub milestone][ms-v0.107.3].
|
|
|
|
|
2022-01-25 08:20:26 -07:00
|
|
|
### Added
|
|
|
|
|
2022-04-07 08:08:39 -07:00
|
|
|
- Support for a `dnsrewrite` modifier with an empty `NOERROR` response
|
2022-01-25 08:20:26 -07:00
|
|
|
([#4133]).
|
|
|
|
|
2022-01-12 02:14:59 -07:00
|
|
|
### Fixed
|
|
|
|
|
2022-01-19 10:45:50 -07:00
|
|
|
- Wrong set of ports checked for duplicates during the initial setup ([#4095]).
|
2022-01-18 04:20:25 -07:00
|
|
|
- Incorrectly invalidated service domains ([#4120]).
|
2022-01-13 05:05:44 -07:00
|
|
|
- Poor testing of domain-specific upstream servers ([#4074]).
|
2022-01-12 02:14:59 -07:00
|
|
|
- Omitted aliases of hosts specified by another line within the OS's hosts file
|
|
|
|
([#4079]).
|
|
|
|
|
2022-01-13 05:05:44 -07:00
|
|
|
[#4074]: https://github.com/AdguardTeam/AdGuardHome/issues/4074
|
|
|
|
[#4079]: https://github.com/AdguardTeam/AdGuardHome/issues/4079
|
2022-01-19 10:45:50 -07:00
|
|
|
[#4095]: https://github.com/AdguardTeam/AdGuardHome/issues/4095
|
2022-01-18 04:20:25 -07:00
|
|
|
[#4120]: https://github.com/AdguardTeam/AdGuardHome/issues/4120
|
2022-01-19 04:19:12 -07:00
|
|
|
[#4133]: https://github.com/AdguardTeam/AdGuardHome/issues/4133
|
2021-12-29 10:31:22 -07:00
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.107.3]: https://github.com/AdguardTeam/AdGuardHome/milestone/40?closed=1
|
|
|
|
|
2021-12-29 10:31:22 -07:00
|
|
|
|
|
|
|
|
2021-12-30 03:36:04 -07:00
|
|
|
## [v0.107.2] - 2021-12-29
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.107.2 GitHub milestone][ms-v0.107.2].
|
|
|
|
|
2021-12-30 03:36:04 -07:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Infinite loops when TCP connections time out ([#4042]).
|
|
|
|
|
|
|
|
[#4042]: https://github.com/AdguardTeam/AdGuardHome/issues/4042
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.107.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/38?closed=1
|
|
|
|
|
2021-12-30 03:36:04 -07:00
|
|
|
|
|
|
|
|
2021-12-29 10:31:22 -07:00
|
|
|
## [v0.107.1] - 2021-12-29
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.107.1 GitHub milestone][ms-v0.107.1].
|
|
|
|
|
2021-12-29 10:31:22 -07:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- The validation error message for duplicated allow- and blocklists in DNS
|
|
|
|
settings now shows the duplicated elements ([#3975]).
|
|
|
|
|
2021-12-23 10:16:08 -07:00
|
|
|
### Fixed
|
|
|
|
|
2021-12-27 10:54:00 -07:00
|
|
|
- `ipset` initialization bugs ([#4027]).
|
2021-12-27 09:40:39 -07:00
|
|
|
- Legacy DNS rewrites from a wildcard pattern to a subdomain ([#4016]).
|
2021-12-27 09:12:40 -07:00
|
|
|
- Service not being stopped before running the `uninstall` service action
|
|
|
|
([#3868]).
|
2021-12-27 09:29:42 -07:00
|
|
|
- Broken `reload` service action on FreeBSD.
|
2021-12-24 10:14:36 -07:00
|
|
|
- Legacy DNS rewrites responding from upstream when a request other than `A` or
|
|
|
|
`AAAA` is received ([#4008]).
|
2021-12-23 10:16:08 -07:00
|
|
|
- Panic on port availability check during installation ([#3987]).
|
2021-12-29 10:31:22 -07:00
|
|
|
- Incorrect application of rules from the OS's hosts files ([#3998]).
|
2021-12-23 10:16:08 -07:00
|
|
|
|
2021-12-27 09:12:40 -07:00
|
|
|
[#3868]: https://github.com/AdguardTeam/AdGuardHome/issues/3868
|
2021-12-28 07:00:52 -07:00
|
|
|
[#3975]: https://github.com/AdguardTeam/AdGuardHome/issues/3975
|
2021-12-23 10:16:08 -07:00
|
|
|
[#3987]: https://github.com/AdguardTeam/AdGuardHome/issues/3987
|
2021-12-29 10:31:22 -07:00
|
|
|
[#3998]: https://github.com/AdguardTeam/AdGuardHome/issues/3998
|
2021-12-24 10:14:36 -07:00
|
|
|
[#4008]: https://github.com/AdguardTeam/AdGuardHome/issues/4008
|
2021-12-27 09:40:39 -07:00
|
|
|
[#4016]: https://github.com/AdguardTeam/AdGuardHome/issues/4016
|
2021-12-27 10:54:00 -07:00
|
|
|
[#4027]: https://github.com/AdguardTeam/AdGuardHome/issues/4027
|
2021-12-22 06:34:51 -07:00
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.107.1]: https://github.com/AdguardTeam/AdGuardHome/milestone/37?closed=1
|
|
|
|
|
2021-12-22 06:34:51 -07:00
|
|
|
|
2020-11-25 02:02:21 -07:00
|
|
|
|
2021-12-21 05:22:11 -07:00
|
|
|
## [v0.107.0] - 2021-12-21
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.107.0 GitHub milestone][ms-v0.107.0].
|
|
|
|
|
2021-05-21 04:55:42 -07:00
|
|
|
### Added
|
|
|
|
|
2021-12-07 07:43:51 -07:00
|
|
|
- Upstream server information for responses from cache ([#3772]). Note that old
|
|
|
|
log entries concerning cached responses won't include that information.
|
2021-11-15 04:35:46 -07:00
|
|
|
- Finnish and Ukrainian translations.
|
2021-08-31 07:32:59 -07:00
|
|
|
- Setting the timeout for IP address pinging in the "Fastest IP address" mode
|
|
|
|
through the new `fastest_timeout` field in the configuration file ([#1992]).
|
2021-07-30 05:27:24 -07:00
|
|
|
- Static IP address detection on FreeBSD ([#3289]).
|
2021-07-14 11:03:56 -07:00
|
|
|
- Optimistic cache ([#2145]).
|
2022-03-23 06:13:28 -07:00
|
|
|
- New possible value of `6h` for `querylog_interval` property ([#2504]).
|
2022-02-10 05:42:59 -07:00
|
|
|
- Blocking access using ClientIDs ([#2624], [#3162]).
|
2021-06-28 07:02:45 -07:00
|
|
|
- `source` directives support in `/etc/network/interfaces` on Linux ([#3257]).
|
2022-03-23 06:00:32 -07:00
|
|
|
- [RFC 9000][rfc-9000] support in QUIC.
|
2021-06-17 09:44:46 -07:00
|
|
|
- Completely disabling statistics by setting the statistics interval to zero
|
|
|
|
([#2141]).
|
2021-06-16 06:48:46 -07:00
|
|
|
- The ability to completely purge DHCP leases ([#1691]).
|
2021-06-17 09:44:46 -07:00
|
|
|
- Settable timeouts for querying the upstream servers ([#2280]).
|
2022-04-13 08:16:33 -07:00
|
|
|
- Configuration file properties to change group and user ID on startup on Unix
|
2021-06-17 09:44:46 -07:00
|
|
|
([#2763]).
|
2021-08-24 08:00:30 -07:00
|
|
|
- Experimental OpenBSD support for AMD64 and 64-bit ARM CPUs ([#2439], [#3225],
|
|
|
|
[#3226]).
|
2021-06-01 11:06:55 -07:00
|
|
|
- Support for custom port in DNS-over-HTTPS profiles for Apple's devices
|
|
|
|
([#3172]).
|
2021-06-01 06:04:22 -07:00
|
|
|
- `darwin/arm64` support ([#2443]).
|
|
|
|
- `freebsd/arm64` support ([#2441]).
|
2021-06-01 04:28:34 -07:00
|
|
|
- Output of the default addresses of the upstreams used for resolving PTRs for
|
|
|
|
private addresses ([#3136]).
|
2021-05-31 03:25:40 -07:00
|
|
|
- Detection and handling of recurrent PTR requests for locally-served addresses
|
|
|
|
([#3185]).
|
2021-05-26 07:55:19 -07:00
|
|
|
- The ability to completely disable reverse DNS resolving of IPs from
|
|
|
|
locally-served networks ([#3184]).
|
2021-06-30 04:10:06 -07:00
|
|
|
- New flag `--local-frontend` to serve dynamically changeable frontend files
|
2021-05-21 04:55:42 -07:00
|
|
|
from disk as opposed to the ones that were compiled into the binary.
|
|
|
|
|
2021-05-28 08:45:11 -07:00
|
|
|
### Changed
|
|
|
|
|
2021-12-16 10:54:59 -07:00
|
|
|
- Port bindings are now checked for uniqueness ([#3835]).
|
2021-12-13 08:06:01 -07:00
|
|
|
- The DNSSEC check now simply checks against the AD flag in the response
|
|
|
|
([#3904]).
|
2021-12-13 04:56:48 -07:00
|
|
|
- Client objects in the configuration file are now sorted ([#3933]).
|
2021-12-07 07:43:51 -07:00
|
|
|
- Responses from cache are now labeled ([#3772]).
|
2021-11-01 03:33:12 -07:00
|
|
|
- Better error message for ED25519 private keys, which are not widely supported
|
|
|
|
([#3737]).
|
2021-10-26 03:04:29 -07:00
|
|
|
- Cache now follows RFC more closely for negative answers ([#3707]).
|
2022-04-07 08:08:39 -07:00
|
|
|
- `dnsrewrite` rules and other DNS rewrites will now be applied even when the
|
2021-10-20 09:52:13 -07:00
|
|
|
protection is disabled ([#1558]).
|
2021-10-19 09:28:18 -07:00
|
|
|
- DHCP gateway address, subnet mask, IP address range, and leases validations
|
|
|
|
([#3529]).
|
2021-09-13 07:06:16 -07:00
|
|
|
- The `systemd` service script will now create the `/var/log` directory when it
|
|
|
|
doesn't exist ([#3579]).
|
2021-09-14 08:03:14 -07:00
|
|
|
- Items in allowed clients, disallowed clients, and blocked hosts lists are now
|
|
|
|
required to be unique ([#3419]).
|
2021-08-31 07:32:59 -07:00
|
|
|
- The TLS private key previously saved as a string isn't shown in API responses
|
2021-09-14 06:55:15 -07:00
|
|
|
anymore ([#1898]).
|
2021-08-13 09:20:17 -07:00
|
|
|
- Better OpenWrt detection ([#3435]).
|
2021-08-02 05:11:00 -07:00
|
|
|
- DNS-over-HTTPS queries that come from HTTP proxies in the `trusted_proxies`
|
|
|
|
list now use the real IP address of the client instead of the address of the
|
|
|
|
proxy ([#2799]).
|
2021-07-20 04:45:08 -07:00
|
|
|
- Clients who are blocked by access settings now receive a `REFUSED` response
|
|
|
|
when a protocol other than DNS-over-UDP and DNSCrypt is used.
|
2022-03-23 06:13:28 -07:00
|
|
|
- `dns.querylog_interval` property is now formatted in hours.
|
2021-06-30 01:04:48 -07:00
|
|
|
- Query log search now supports internationalized domains ([#3012]).
|
2021-06-29 03:36:52 -07:00
|
|
|
- Internationalized domains are now shown decoded in the query log with the
|
2021-06-30 04:10:06 -07:00
|
|
|
original encoded version shown in request details ([#3013]).
|
2021-06-17 04:09:16 -07:00
|
|
|
- When /etc/hosts-type rules have several IPs for one host, all IPs are now
|
|
|
|
returned instead of only the first one ([#1381]).
|
2022-04-13 08:16:33 -07:00
|
|
|
- Property `rlimit_nofile` is now in the `os` object of the configuration
|
|
|
|
file, together with the new `group` and `user` properties ([#2763]).
|
2021-05-28 08:45:11 -07:00
|
|
|
- Permissions on filter files are now `0o644` instead of `0o600` ([#3198]).
|
|
|
|
|
2021-08-27 06:19:15 -07:00
|
|
|
#### Configuration Changes
|
|
|
|
|
|
|
|
In this release, the schema version has changed from 10 to 12.
|
|
|
|
|
2022-03-23 06:13:28 -07:00
|
|
|
- Property `dns.querylog_interval`, which in schema versions 11 and earlier used
|
|
|
|
to be an integer number of days, is now a string with a human-readable
|
2021-08-27 06:19:15 -07:00
|
|
|
duration:
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
# BEFORE:
|
|
|
|
'dns':
|
|
|
|
# …
|
|
|
|
'querylog_interval': 90
|
|
|
|
|
|
|
|
# AFTER:
|
|
|
|
'dns':
|
|
|
|
# …
|
|
|
|
'querylog_interval': '2160h'
|
|
|
|
```
|
|
|
|
|
2022-03-23 06:13:28 -07:00
|
|
|
To rollback this change, convert the property back into days and change the
|
2021-08-27 06:19:15 -07:00
|
|
|
`schema_version` back to `11`.
|
|
|
|
|
2022-03-23 06:13:28 -07:00
|
|
|
- Property `rlimit_nofile`, which in schema versions 10 and earlier used to be
|
2021-08-27 06:19:15 -07:00
|
|
|
on the top level, is now moved to the new `os` object:
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
# BEFORE:
|
|
|
|
'rlimit_nofile': 42
|
|
|
|
|
|
|
|
# AFTER:
|
|
|
|
'os':
|
|
|
|
'group': ''
|
|
|
|
'rlimit_nofile': 42
|
|
|
|
'user': ''
|
|
|
|
```
|
|
|
|
|
2022-03-23 06:13:28 -07:00
|
|
|
To rollback this change, move the property on the top level and change the
|
2021-08-27 06:19:15 -07:00
|
|
|
`schema_version` back to `10`.
|
|
|
|
|
2021-05-21 04:55:42 -07:00
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
- Go 1.16 support. v0.108.0 will require at least Go 1.17 to build.
|
|
|
|
|
2021-05-24 04:48:42 -07:00
|
|
|
### Fixed
|
|
|
|
|
2021-12-15 04:45:05 -07:00
|
|
|
- EDNS0 TCP keepalive option handling ([#3778]).
|
2022-04-07 08:08:39 -07:00
|
|
|
- Rules with the `denyallow` modifier applying to IP addresses when they
|
2021-12-14 08:20:25 -07:00
|
|
|
shouldn't ([#3175]).
|
2021-12-15 04:45:05 -07:00
|
|
|
- The length of the EDNS0 client subnet option appearing too long for some
|
2021-12-14 03:35:26 -07:00
|
|
|
upstream servers ([#3887]).
|
2021-12-13 03:48:08 -07:00
|
|
|
- Invalid redirection to the HTTPS web interface after saving enabled encryption
|
|
|
|
settings ([#3558]).
|
2021-12-06 07:26:43 -07:00
|
|
|
- Incomplete propagation of the client's IP anonymization setting to the
|
|
|
|
statistics ([#3890]).
|
2022-04-07 08:08:39 -07:00
|
|
|
- Incorrect results with the `dnsrewrite` modifier for entries from the
|
|
|
|
operating system's hosts file ([#3815]).
|
2021-11-11 06:19:33 -07:00
|
|
|
- Matching against rules with `|` at the end of the domain name ([#3371]).
|
2021-10-18 05:29:29 -07:00
|
|
|
- Incorrect assignment of explicitly configured DHCP options ([#3744]).
|
2021-10-06 03:14:41 -07:00
|
|
|
- Occasional panic during shutdown ([#3655]).
|
2021-09-30 03:42:33 -07:00
|
|
|
- Addition of IPs into only one as opposed to all matching ipsets on Linux
|
|
|
|
([#3638]).
|
2021-09-15 10:09:32 -07:00
|
|
|
- Removal of temporary filter files ([#3567]).
|
2021-09-14 08:03:14 -07:00
|
|
|
- Panic when an upstream server responds with an empty question section
|
|
|
|
([#3551]).
|
2021-09-08 02:24:12 -07:00
|
|
|
- 9GAG blocking ([#3564]).
|
2021-09-13 10:05:41 -07:00
|
|
|
- DHCP now follows RFCs more closely when it comes to response sending and
|
|
|
|
option selection ([#3443], [#3538]).
|
2021-08-27 04:50:37 -07:00
|
|
|
- Occasional panics when reading old statistics databases ([#3506]).
|
2021-08-18 03:20:56 -07:00
|
|
|
- `reload` service action on macOS and FreeBSD ([#3457]).
|
2021-08-16 09:22:09 -07:00
|
|
|
- Inaccurate using of service actions in the installation script ([#3450]).
|
2022-02-10 05:42:59 -07:00
|
|
|
- ClientID checking ([#3437]).
|
2021-08-12 07:33:53 -07:00
|
|
|
- Discovering other DHCP servers on `darwin` and `freebsd` ([#3417]).
|
2021-08-03 10:03:13 -07:00
|
|
|
- Switching listening address to unspecified one when bound to a single
|
|
|
|
specified IPv4 address on Darwin (macOS) ([#2807]).
|
2021-07-30 05:27:24 -07:00
|
|
|
- Incomplete HTTP response for static IP address.
|
2021-07-27 09:22:25 -07:00
|
|
|
- DNSCrypt queries weren't appearing in query log ([#3372]).
|
2021-07-26 09:30:35 -07:00
|
|
|
- Wrong IP address for proxied DNS-over-HTTPS queries ([#2799]).
|
2021-07-13 09:45:25 -07:00
|
|
|
- Domain name letter case mismatches in DNS rewrites ([#3351]).
|
2021-07-12 11:10:39 -07:00
|
|
|
- Conflicts between IPv4 and IPv6 DNS rewrites ([#3343]).
|
2021-07-12 03:10:47 -07:00
|
|
|
- Letter case mismatches in `CNAME` filtering ([#3335]).
|
2021-06-22 03:33:35 -07:00
|
|
|
- Occasional breakages on network errors with DNS-over-HTTP upstreams ([#3217]).
|
2021-06-15 10:01:38 -07:00
|
|
|
- Errors when setting static IP on Linux ([#3257]).
|
2022-04-07 08:08:39 -07:00
|
|
|
- Treatment of domain names and FQDNs in custom rules with the `dnsrewrite`
|
|
|
|
modifier that use the `PTR` type ([#3256]).
|
2021-06-10 04:54:47 -07:00
|
|
|
- Redundant hostname generating while loading static leases with empty hostname
|
|
|
|
([#3166]).
|
2021-05-31 05:24:21 -07:00
|
|
|
- Domain name case in responses ([#3194]).
|
2022-02-10 05:42:59 -07:00
|
|
|
- Custom upstreams selection for clients with ClientIDs in DNS-over-TLS and
|
2021-05-28 03:02:59 -07:00
|
|
|
DNS-over-HTTP ([#3186]).
|
2021-05-24 04:48:42 -07:00
|
|
|
- Incorrect client-based filtering applying logic ([#2875]).
|
|
|
|
|
2021-05-21 04:55:42 -07:00
|
|
|
### Removed
|
|
|
|
|
|
|
|
- Go 1.15 support.
|
|
|
|
|
2021-06-17 04:09:16 -07:00
|
|
|
[#1381]: https://github.com/AdguardTeam/AdGuardHome/issues/1381
|
2021-10-20 09:52:13 -07:00
|
|
|
[#1558]: https://github.com/AdguardTeam/AdGuardHome/issues/1558
|
2021-06-16 06:48:46 -07:00
|
|
|
[#1691]: https://github.com/AdguardTeam/AdGuardHome/issues/1691
|
2021-08-27 03:42:31 -07:00
|
|
|
[#1898]: https://github.com/AdguardTeam/AdGuardHome/issues/1898
|
2021-08-27 10:16:07 -07:00
|
|
|
[#1992]: https://github.com/AdguardTeam/AdGuardHome/issues/1992
|
2021-06-17 09:44:46 -07:00
|
|
|
[#2141]: https://github.com/AdguardTeam/AdGuardHome/issues/2141
|
2021-07-14 11:03:56 -07:00
|
|
|
[#2145]: https://github.com/AdguardTeam/AdGuardHome/issues/2145
|
2021-06-15 07:36:49 -07:00
|
|
|
[#2280]: https://github.com/AdguardTeam/AdGuardHome/issues/2280
|
2021-06-03 11:04:13 -07:00
|
|
|
[#2439]: https://github.com/AdguardTeam/AdGuardHome/issues/2439
|
2021-06-01 06:04:22 -07:00
|
|
|
[#2441]: https://github.com/AdguardTeam/AdGuardHome/issues/2441
|
|
|
|
[#2443]: https://github.com/AdguardTeam/AdGuardHome/issues/2443
|
2021-07-01 08:50:28 -07:00
|
|
|
[#2504]: https://github.com/AdguardTeam/AdGuardHome/issues/2504
|
2021-06-29 05:53:28 -07:00
|
|
|
[#2624]: https://github.com/AdguardTeam/AdGuardHome/issues/2624
|
2021-06-04 06:35:34 -07:00
|
|
|
[#2763]: https://github.com/AdguardTeam/AdGuardHome/issues/2763
|
2021-07-26 09:30:35 -07:00
|
|
|
[#2799]: https://github.com/AdguardTeam/AdGuardHome/issues/2799
|
2021-08-03 10:03:13 -07:00
|
|
|
[#2807]: https://github.com/AdguardTeam/AdGuardHome/issues/2807
|
2021-06-30 01:04:48 -07:00
|
|
|
[#3012]: https://github.com/AdguardTeam/AdGuardHome/issues/3012
|
2021-06-29 03:36:52 -07:00
|
|
|
[#3013]: https://github.com/AdguardTeam/AdGuardHome/issues/3013
|
2021-06-01 07:12:32 -07:00
|
|
|
[#3136]: https://github.com/AdguardTeam/AdGuardHome/issues/3136
|
2021-06-29 05:53:28 -07:00
|
|
|
[#3162]: https://github.com/AdguardTeam/AdGuardHome/issues/3162
|
2021-06-10 04:54:47 -07:00
|
|
|
[#3166]: https://github.com/AdguardTeam/AdGuardHome/issues/3166
|
2021-06-01 11:06:55 -07:00
|
|
|
[#3172]: https://github.com/AdguardTeam/AdGuardHome/issues/3172
|
2021-12-14 08:20:25 -07:00
|
|
|
[#3175]: https://github.com/AdguardTeam/AdGuardHome/issues/3175
|
2021-05-26 07:55:19 -07:00
|
|
|
[#3184]: https://github.com/AdguardTeam/AdGuardHome/issues/3184
|
2021-05-27 09:19:19 -07:00
|
|
|
[#3185]: https://github.com/AdguardTeam/AdGuardHome/issues/3185
|
2021-05-28 03:02:59 -07:00
|
|
|
[#3186]: https://github.com/AdguardTeam/AdGuardHome/issues/3186
|
2021-05-31 05:24:21 -07:00
|
|
|
[#3194]: https://github.com/AdguardTeam/AdGuardHome/issues/3194
|
2021-05-28 08:45:11 -07:00
|
|
|
[#3198]: https://github.com/AdguardTeam/AdGuardHome/issues/3198
|
2021-06-22 03:33:35 -07:00
|
|
|
[#3217]: https://github.com/AdguardTeam/AdGuardHome/issues/3217
|
2021-08-12 07:33:53 -07:00
|
|
|
[#3225]: https://github.com/AdguardTeam/AdGuardHome/issues/3225
|
2021-08-24 08:00:30 -07:00
|
|
|
[#3226]: https://github.com/AdguardTeam/AdGuardHome/issues/3226
|
2021-06-11 04:40:22 -07:00
|
|
|
[#3256]: https://github.com/AdguardTeam/AdGuardHome/issues/3256
|
2021-06-15 10:01:38 -07:00
|
|
|
[#3257]: https://github.com/AdguardTeam/AdGuardHome/issues/3257
|
2021-07-30 05:27:24 -07:00
|
|
|
[#3289]: https://github.com/AdguardTeam/AdGuardHome/issues/3289
|
2021-07-12 03:10:47 -07:00
|
|
|
[#3335]: https://github.com/AdguardTeam/AdGuardHome/issues/3335
|
2021-07-12 11:10:39 -07:00
|
|
|
[#3343]: https://github.com/AdguardTeam/AdGuardHome/issues/3343
|
2021-07-13 09:45:25 -07:00
|
|
|
[#3351]: https://github.com/AdguardTeam/AdGuardHome/issues/3351
|
2021-11-11 06:19:33 -07:00
|
|
|
[#3371]: https://github.com/AdguardTeam/AdGuardHome/issues/3371
|
2021-07-27 09:22:25 -07:00
|
|
|
[#3372]: https://github.com/AdguardTeam/AdGuardHome/issues/3372
|
2021-08-12 07:33:53 -07:00
|
|
|
[#3417]: https://github.com/AdguardTeam/AdGuardHome/issues/3417
|
2021-09-10 07:57:09 -07:00
|
|
|
[#3419]: https://github.com/AdguardTeam/AdGuardHome/issues/3419
|
2021-08-13 09:20:17 -07:00
|
|
|
[#3435]: https://github.com/AdguardTeam/AdGuardHome/issues/3435
|
2021-08-12 08:35:30 -07:00
|
|
|
[#3437]: https://github.com/AdguardTeam/AdGuardHome/issues/3437
|
2021-09-07 08:33:23 -07:00
|
|
|
[#3443]: https://github.com/AdguardTeam/AdGuardHome/issues/3443
|
2021-08-16 09:22:09 -07:00
|
|
|
[#3450]: https://github.com/AdguardTeam/AdGuardHome/issues/3450
|
2021-08-18 03:20:56 -07:00
|
|
|
[#3457]: https://github.com/AdguardTeam/AdGuardHome/issues/3457
|
2021-08-27 04:50:37 -07:00
|
|
|
[#3506]: https://github.com/AdguardTeam/AdGuardHome/issues/3506
|
2021-10-19 09:28:18 -07:00
|
|
|
[#3529]: https://github.com/AdguardTeam/AdGuardHome/issues/3529
|
2021-09-13 10:05:41 -07:00
|
|
|
[#3538]: https://github.com/AdguardTeam/AdGuardHome/issues/3538
|
2021-09-08 10:15:57 -07:00
|
|
|
[#3551]: https://github.com/AdguardTeam/AdGuardHome/issues/3551
|
2021-12-13 03:48:08 -07:00
|
|
|
[#3558]: https://github.com/AdguardTeam/AdGuardHome/issues/3558
|
2021-09-08 02:24:12 -07:00
|
|
|
[#3564]: https://github.com/AdguardTeam/AdGuardHome/issues/3564
|
2021-09-15 10:09:32 -07:00
|
|
|
[#3567]: https://github.com/AdguardTeam/AdGuardHome/issues/3567
|
2021-09-13 06:00:36 -07:00
|
|
|
[#3568]: https://github.com/AdguardTeam/AdGuardHome/issues/3568
|
2021-09-13 07:06:16 -07:00
|
|
|
[#3579]: https://github.com/AdguardTeam/AdGuardHome/issues/3579
|
2021-09-17 08:31:07 -07:00
|
|
|
[#3607]: https://github.com/AdguardTeam/AdGuardHome/issues/3607
|
2021-09-22 04:37:40 -07:00
|
|
|
[#3638]: https://github.com/AdguardTeam/AdGuardHome/issues/3638
|
2021-10-06 03:14:41 -07:00
|
|
|
[#3655]: https://github.com/AdguardTeam/AdGuardHome/issues/3655
|
2021-10-26 03:04:29 -07:00
|
|
|
[#3707]: https://github.com/AdguardTeam/AdGuardHome/issues/3707
|
2021-12-21 05:22:11 -07:00
|
|
|
[#3737]: https://github.com/AdguardTeam/AdGuardHome/issues/3737
|
2021-10-18 05:29:29 -07:00
|
|
|
[#3744]: https://github.com/AdguardTeam/AdGuardHome/issues/3744
|
2021-12-07 07:43:51 -07:00
|
|
|
[#3772]: https://github.com/AdguardTeam/AdGuardHome/issues/3772
|
2021-12-15 04:45:05 -07:00
|
|
|
[#3778]: https://github.com/AdguardTeam/AdGuardHome/issues/3778
|
2021-11-16 06:16:38 -07:00
|
|
|
[#3815]: https://github.com/AdguardTeam/AdGuardHome/issues/3815
|
2021-12-16 10:54:59 -07:00
|
|
|
[#3835]: https://github.com/AdguardTeam/AdGuardHome/issues/3835
|
2021-12-14 03:35:26 -07:00
|
|
|
[#3887]: https://github.com/AdguardTeam/AdGuardHome/issues/3887
|
2021-12-06 07:26:43 -07:00
|
|
|
[#3890]: https://github.com/AdguardTeam/AdGuardHome/issues/3890
|
2021-12-13 08:06:01 -07:00
|
|
|
[#3904]: https://github.com/AdguardTeam/AdGuardHome/issues/3904
|
2021-12-13 04:56:48 -07:00
|
|
|
[#3933]: https://github.com/AdguardTeam/AdGuardHome/pull/3933
|
2021-05-26 07:55:19 -07:00
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.107.0]: https://github.com/AdguardTeam/AdGuardHome/milestone/23?closed=1
|
2022-03-23 06:00:32 -07:00
|
|
|
[rfc-9000]: https://datatracker.ietf.org/doc/html/rfc9000
|
2022-02-04 08:18:28 -07:00
|
|
|
|
2021-05-21 04:55:42 -07:00
|
|
|
|
|
|
|
|
2021-05-19 04:57:15 -07:00
|
|
|
## [v0.106.3] - 2021-05-19
|
2021-04-28 06:25:06 -07:00
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.106.3 GitHub milestone][ms-v0.106.3].
|
|
|
|
|
2021-05-14 09:16:07 -07:00
|
|
|
### Added
|
|
|
|
|
2021-05-17 05:24:05 -07:00
|
|
|
- Support for reinstall (`-r`) and uninstall (`-u`) flags in the installation
|
|
|
|
script ([#2462]).
|
2021-05-14 09:16:07 -07:00
|
|
|
- Support for DHCP `DECLINE` and `RELEASE` message types ([#3053]).
|
|
|
|
|
2021-05-18 04:20:50 -07:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Add microseconds to log output.
|
|
|
|
|
2021-05-11 10:33:02 -07:00
|
|
|
### Fixed
|
|
|
|
|
2021-05-17 06:50:02 -07:00
|
|
|
- Intermittent "Warning: ID mismatch" errors ([#3087]).
|
2021-05-17 05:24:05 -07:00
|
|
|
- Error when using installation script on some ARMv7 devices ([#2542]).
|
2021-05-13 05:17:42 -07:00
|
|
|
- DHCP leases validation ([#3107], [#3127]).
|
2021-05-13 04:30:40 -07:00
|
|
|
- Local PTR request recursion in Docker containers ([#3064]).
|
2021-05-12 10:04:50 -07:00
|
|
|
- Ignoring client-specific filtering settings when filtering is disabled in
|
|
|
|
general settings ([#2875]).
|
2021-05-11 10:33:02 -07:00
|
|
|
- Disallowed domains are now case-insensitive ([#3115]).
|
|
|
|
|
2021-05-17 05:24:05 -07:00
|
|
|
[#2462]: https://github.com/AdguardTeam/AdGuardHome/issues/2462
|
|
|
|
[#2542]: https://github.com/AdguardTeam/AdGuardHome/issues/2542
|
2021-05-12 10:04:50 -07:00
|
|
|
[#2875]: https://github.com/AdguardTeam/AdGuardHome/issues/2875
|
2021-05-14 09:16:07 -07:00
|
|
|
[#3053]: https://github.com/AdguardTeam/AdGuardHome/issues/3053
|
2021-05-13 04:30:40 -07:00
|
|
|
[#3064]: https://github.com/AdguardTeam/AdGuardHome/issues/3064
|
2021-05-13 05:17:42 -07:00
|
|
|
[#3107]: https://github.com/AdguardTeam/AdGuardHome/issues/3107
|
2021-05-11 10:33:02 -07:00
|
|
|
[#3115]: https://github.com/AdguardTeam/AdGuardHome/issues/3115
|
2021-05-13 05:17:42 -07:00
|
|
|
[#3127]: https://github.com/AdguardTeam/AdGuardHome/issues/3127
|
2021-05-11 10:33:02 -07:00
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.106.3]: https://github.com/AdguardTeam/AdGuardHome/milestone/35?closed=1
|
|
|
|
|
2021-05-06 08:19:14 -07:00
|
|
|
|
|
|
|
|
|
|
|
## [v0.106.2] - 2021-05-06
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.106.2 GitHub milestone][ms-v0.106.2].
|
|
|
|
|
2021-05-06 03:02:48 -07:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Uniqueness validation for dynamic DHCP leases ([#3056]).
|
|
|
|
|
|
|
|
[#3056]: https://github.com/AdguardTeam/AdGuardHome/issues/3056
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.106.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/34?closed=1
|
|
|
|
|
2021-05-06 03:02:48 -07:00
|
|
|
|
|
|
|
|
2021-04-30 04:09:53 -07:00
|
|
|
## [v0.106.1] - 2021-04-30
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.106.1 GitHub milestone][ms-v0.106.1].
|
|
|
|
|
2021-04-28 11:34:18 -07:00
|
|
|
### Fixed
|
|
|
|
|
2021-04-29 06:00:07 -07:00
|
|
|
- Local domain name handling when the DHCP server is disabled ([#3028]).
|
2021-06-30 04:10:06 -07:00
|
|
|
- Normalization of previously-saved invalid static DHCP leases ([#3027]).
|
2021-04-28 11:34:18 -07:00
|
|
|
- Validation of IPv6 addresses with zones in system resolvers ([#3022]).
|
|
|
|
|
|
|
|
[#3022]: https://github.com/AdguardTeam/AdGuardHome/issues/3022
|
2021-04-29 04:52:22 -07:00
|
|
|
[#3027]: https://github.com/AdguardTeam/AdGuardHome/issues/3027
|
2021-04-29 06:00:07 -07:00
|
|
|
[#3028]: https://github.com/AdguardTeam/AdGuardHome/issues/3028
|
2021-04-28 11:34:18 -07:00
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.106.1]: https://github.com/AdguardTeam/AdGuardHome/milestone/33?closed=1
|
|
|
|
|
2021-04-28 11:34:18 -07:00
|
|
|
|
|
|
|
|
2021-04-28 06:25:06 -07:00
|
|
|
## [v0.106.0] - 2021-04-28
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.106.0 GitHub milestone][ms-v0.106.0].
|
|
|
|
|
2021-03-15 03:08:13 -07:00
|
|
|
### Added
|
|
|
|
|
2021-04-27 08:56:32 -07:00
|
|
|
- The ability to block user for login after configurable number of unsuccessful
|
|
|
|
attempts for configurable time ([#2826]).
|
2022-04-07 08:08:39 -07:00
|
|
|
- `denyallow` modifier for filters ([#2923]).
|
2021-04-20 05:07:57 -07:00
|
|
|
- Hostname uniqueness validation in the DHCP server ([#2952]).
|
2021-04-15 06:59:05 -07:00
|
|
|
- Hostname generating for DHCP clients which don't provide their own ([#2723]).
|
2021-04-12 08:31:45 -07:00
|
|
|
- New flag `--no-etc-hosts` to disable client domain name lookups in the
|
|
|
|
operating system's /etc/hosts files ([#1947]).
|
2021-04-07 10:16:06 -07:00
|
|
|
- The ability to set up custom upstreams to resolve PTR queries for local
|
|
|
|
addresses and to disable the automatic resolving of clients' addresses
|
|
|
|
([#2704]).
|
2021-04-06 04:31:20 -07:00
|
|
|
- Logging of the client's IP address after failed login attempts ([#2824]).
|
2021-04-02 07:30:39 -07:00
|
|
|
- Search by clients' names in the query log ([#1273]).
|
2021-03-31 02:55:21 -07:00
|
|
|
- Verbose version output with `-v --version` ([#2416]).
|
2021-04-15 09:00:31 -07:00
|
|
|
- The ability to set a custom TLD or domain name for known hosts in the local
|
|
|
|
network ([#2393], [#2961]).
|
2021-03-23 02:32:07 -07:00
|
|
|
- The ability to serve DNS queries on multiple hosts and interfaces ([#1401]).
|
2021-03-15 09:24:26 -07:00
|
|
|
- `ips` and `text` DHCP server options ([#2385]).
|
2022-04-07 08:08:39 -07:00
|
|
|
- `SRV` records support in filtering rules with the `dnsrewrite` modifier
|
|
|
|
([#2533]).
|
2021-03-15 03:08:13 -07:00
|
|
|
|
2021-03-10 08:08:47 -07:00
|
|
|
### Changed
|
|
|
|
|
2021-04-21 02:49:41 -07:00
|
|
|
- Our DoQ implementation is now updated to conform to the latest standard
|
|
|
|
[draft][doq-draft-02] ([#2843]).
|
2021-04-16 00:32:41 -07:00
|
|
|
- Quality of logging ([#2954]).
|
2021-04-19 06:04:40 -07:00
|
|
|
- Normalization of hostnames sent by DHCP clients ([#2945], [#2952]).
|
2021-04-08 08:07:29 -07:00
|
|
|
- The access to the private hosts is now forbidden for users from external
|
|
|
|
networks ([#2889]).
|
2021-03-31 05:00:47 -07:00
|
|
|
- The reverse lookup for local addresses is now performed via local resolvers
|
|
|
|
([#2704]).
|
2021-03-18 07:07:13 -07:00
|
|
|
- Stricter validation of the IP addresses of static leases in the DHCP server
|
|
|
|
with regards to the netmask ([#2838]).
|
2022-04-07 08:08:39 -07:00
|
|
|
- Stricter validation of `dnsrewrite` filtering rule modifier parameters
|
|
|
|
([#2498]).
|
2021-03-10 08:08:47 -07:00
|
|
|
- New, more correct versioning scheme ([#2412]).
|
|
|
|
|
2021-03-11 02:17:54 -07:00
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
- Go 1.15 support. v0.107.0 will require at least Go 1.16 to build.
|
|
|
|
|
2021-03-17 03:51:26 -07:00
|
|
|
### Fixed
|
|
|
|
|
2022-04-07 08:08:39 -07:00
|
|
|
- Multiple answers for a `dnsrewrite` rule matching requests with repeating
|
2021-04-26 07:18:42 -07:00
|
|
|
patterns in it ([#2981]).
|
2021-04-23 06:26:37 -07:00
|
|
|
- Root server resolving when custom upstreams for hosts are specified ([#2994]).
|
2021-04-15 07:52:53 -07:00
|
|
|
- Inconsistent resolving of DHCP clients when the DHCP server is disabled
|
|
|
|
([#2934]).
|
2021-04-13 03:44:29 -07:00
|
|
|
- Comment handling in clients' custom upstreams ([#2947]).
|
2021-04-06 06:40:05 -07:00
|
|
|
- Overwriting of DHCPv4 options when using the HTTP API ([#2927]).
|
2021-03-31 02:36:57 -07:00
|
|
|
- Assumption that MAC addresses always have the length of 6 octets ([#2828]).
|
2021-03-17 05:02:17 -07:00
|
|
|
- Support for more than one `/24` subnet in DHCP ([#2541]).
|
2021-03-17 03:51:26 -07:00
|
|
|
- Invalid filenames in the `mobileconfig` API responses ([#2835]).
|
|
|
|
|
2021-03-17 05:02:17 -07:00
|
|
|
### Removed
|
|
|
|
|
|
|
|
- Go 1.14 support.
|
|
|
|
|
2021-04-02 07:30:39 -07:00
|
|
|
[#1273]: https://github.com/AdguardTeam/AdGuardHome/issues/1273
|
2021-03-23 02:32:07 -07:00
|
|
|
[#1401]: https://github.com/AdguardTeam/AdGuardHome/issues/1401
|
2021-04-12 08:31:45 -07:00
|
|
|
[#1947]: https://github.com/AdguardTeam/AdGuardHome/issues/1947
|
2021-03-15 09:24:26 -07:00
|
|
|
[#2385]: https://github.com/AdguardTeam/AdGuardHome/issues/2385
|
2021-03-25 06:00:27 -07:00
|
|
|
[#2393]: https://github.com/AdguardTeam/AdGuardHome/issues/2393
|
2021-03-15 03:08:13 -07:00
|
|
|
[#2412]: https://github.com/AdguardTeam/AdGuardHome/issues/2412
|
2021-03-31 02:55:21 -07:00
|
|
|
[#2416]: https://github.com/AdguardTeam/AdGuardHome/issues/2416
|
2021-03-15 03:08:13 -07:00
|
|
|
[#2498]: https://github.com/AdguardTeam/AdGuardHome/issues/2498
|
|
|
|
[#2533]: https://github.com/AdguardTeam/AdGuardHome/issues/2533
|
2021-03-17 05:02:17 -07:00
|
|
|
[#2541]: https://github.com/AdguardTeam/AdGuardHome/issues/2541
|
2021-03-31 05:00:47 -07:00
|
|
|
[#2704]: https://github.com/AdguardTeam/AdGuardHome/issues/2704
|
2021-04-15 06:59:05 -07:00
|
|
|
[#2723]: https://github.com/AdguardTeam/AdGuardHome/issues/2723
|
2021-04-06 04:31:20 -07:00
|
|
|
[#2824]: https://github.com/AdguardTeam/AdGuardHome/issues/2824
|
2021-04-27 08:56:32 -07:00
|
|
|
[#2826]: https://github.com/AdguardTeam/AdGuardHome/issues/2826
|
2021-03-31 02:36:57 -07:00
|
|
|
[#2828]: https://github.com/AdguardTeam/AdGuardHome/issues/2828
|
2021-03-17 03:51:26 -07:00
|
|
|
[#2835]: https://github.com/AdguardTeam/AdGuardHome/issues/2835
|
2021-03-18 07:07:13 -07:00
|
|
|
[#2838]: https://github.com/AdguardTeam/AdGuardHome/issues/2838
|
2021-04-21 02:49:41 -07:00
|
|
|
[#2843]: https://github.com/AdguardTeam/AdGuardHome/issues/2843
|
2021-04-08 08:07:29 -07:00
|
|
|
[#2889]: https://github.com/AdguardTeam/AdGuardHome/issues/2889
|
2021-04-26 07:18:42 -07:00
|
|
|
[#2923]: https://github.com/AdguardTeam/AdGuardHome/issues/2923
|
2021-04-06 06:40:05 -07:00
|
|
|
[#2927]: https://github.com/AdguardTeam/AdGuardHome/issues/2927
|
2021-04-15 07:52:53 -07:00
|
|
|
[#2934]: https://github.com/AdguardTeam/AdGuardHome/issues/2934
|
2021-04-13 06:00:09 -07:00
|
|
|
[#2945]: https://github.com/AdguardTeam/AdGuardHome/issues/2945
|
2021-04-13 03:44:29 -07:00
|
|
|
[#2947]: https://github.com/AdguardTeam/AdGuardHome/issues/2947
|
2021-04-19 06:04:40 -07:00
|
|
|
[#2952]: https://github.com/AdguardTeam/AdGuardHome/issues/2952
|
2021-04-16 00:32:41 -07:00
|
|
|
[#2954]: https://github.com/AdguardTeam/AdGuardHome/issues/2954
|
2021-04-15 09:00:31 -07:00
|
|
|
[#2961]: https://github.com/AdguardTeam/AdGuardHome/issues/2961
|
2021-04-26 07:18:42 -07:00
|
|
|
[#2981]: https://github.com/AdguardTeam/AdGuardHome/issues/2981
|
2021-04-23 06:26:37 -07:00
|
|
|
[#2994]: https://github.com/AdguardTeam/AdGuardHome/issues/2994
|
2021-03-15 03:08:13 -07:00
|
|
|
|
2021-04-21 02:49:41 -07:00
|
|
|
[doq-draft-02]: https://tools.ietf.org/html/draft-ietf-dprive-dnsoquic-02
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.106.0]: https://github.com/AdguardTeam/AdGuardHome/milestone/26?closed=1
|
2021-04-21 02:49:41 -07:00
|
|
|
|
2021-03-10 08:08:47 -07:00
|
|
|
|
|
|
|
|
2021-03-10 03:35:08 -07:00
|
|
|
## [v0.105.2] - 2021-03-10
|
2021-02-10 09:10:17 -07:00
|
|
|
|
2022-04-13 08:16:33 -07:00
|
|
|
### Security
|
|
|
|
|
|
|
|
- Session token doesn't contain user's information anymore ([#2470]).
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.105.2 GitHub milestone][ms-v0.105.2].
|
|
|
|
|
2021-02-16 07:58:42 -07:00
|
|
|
### Fixed
|
|
|
|
|
2021-03-04 07:49:34 -07:00
|
|
|
- Incomplete hostnames with trailing zero-bytes handling ([#2582]).
|
2021-03-03 09:55:37 -07:00
|
|
|
- Wrong DNS-over-TLS ALPN configuration ([#2681]).
|
2021-03-03 05:27:25 -07:00
|
|
|
- Inconsistent responses for messages with EDNS0 and AD when DNS caching is
|
|
|
|
enabled ([#2600]).
|
2021-03-12 04:32:08 -07:00
|
|
|
- Incomplete OpenWrt detection ([#2757]).
|
2021-02-18 04:11:54 -07:00
|
|
|
- DHCP lease's `expired` field incorrect time format ([#2692]).
|
2021-02-16 08:46:49 -07:00
|
|
|
- Incomplete DNS upstreams validation ([#2674]).
|
2021-02-16 07:58:42 -07:00
|
|
|
- Wrong parsing of DHCP options of the `ip` type ([#2688]).
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[#2470]: https://github.com/AdguardTeam/AdGuardHome/issues/2470
|
2021-03-04 07:49:34 -07:00
|
|
|
[#2582]: https://github.com/AdguardTeam/AdGuardHome/issues/2582
|
2021-03-03 05:27:25 -07:00
|
|
|
[#2600]: https://github.com/AdguardTeam/AdGuardHome/issues/2600
|
2021-02-16 08:46:49 -07:00
|
|
|
[#2674]: https://github.com/AdguardTeam/AdGuardHome/issues/2674
|
2021-03-03 09:55:37 -07:00
|
|
|
[#2681]: https://github.com/AdguardTeam/AdGuardHome/issues/2681
|
2021-02-16 07:58:42 -07:00
|
|
|
[#2688]: https://github.com/AdguardTeam/AdGuardHome/issues/2688
|
2021-02-18 04:11:54 -07:00
|
|
|
[#2692]: https://github.com/AdguardTeam/AdGuardHome/issues/2692
|
2021-03-01 07:20:16 -07:00
|
|
|
[#2757]: https://github.com/AdguardTeam/AdGuardHome/issues/2757
|
2021-02-16 07:58:42 -07:00
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.105.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/32?closed=1
|
2021-03-01 10:37:28 -07:00
|
|
|
|
2021-02-16 07:58:42 -07:00
|
|
|
|
|
|
|
|
2021-02-15 06:25:44 -07:00
|
|
|
## [v0.105.1] - 2021-02-15
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.105.1 GitHub milestone][ms-v0.105.1].
|
|
|
|
|
2021-02-11 04:10:42 -07:00
|
|
|
### Changed
|
|
|
|
|
2021-02-15 05:36:38 -07:00
|
|
|
- Increased HTTP API timeouts ([#2671], [#2682]).
|
2021-02-12 06:40:34 -07:00
|
|
|
- "Permission denied" errors when checking if the machine has a static IP no
|
|
|
|
longer prevent the DHCP server from starting ([#2667]).
|
2021-02-11 05:20:30 -07:00
|
|
|
- The server name sent by clients of TLS APIs is not only checked when
|
|
|
|
`strict_sni_check` is enabled ([#2664]).
|
2021-02-15 03:56:41 -07:00
|
|
|
- HTTP API request body size limit for the `POST /control/access/set` and `POST
|
|
|
|
/control/filtering/set_rules` HTTP APIs is increased ([#2666], [#2675]).
|
2021-02-11 04:10:42 -07:00
|
|
|
|
2021-02-11 02:55:23 -07:00
|
|
|
### Fixed
|
|
|
|
|
2021-02-15 09:07:08 -07:00
|
|
|
- Error when enabling the DHCP server when AdGuard Home couldn't determine if
|
|
|
|
the machine has a static IP.
|
2021-02-15 08:50:58 -07:00
|
|
|
- Optical issue on custom rules ([#2641]).
|
2021-02-15 04:20:23 -07:00
|
|
|
- Occasional crashes during startup.
|
2021-02-15 03:32:16 -07:00
|
|
|
- The field `"range_start"` in the `GET /control/dhcp/status` HTTP API response
|
|
|
|
is now correctly named again ([#2678]).
|
2022-03-23 06:13:28 -07:00
|
|
|
- DHCPv6 server's `ra_slaac_only` and `ra_allow_slaac` properties aren't reset
|
|
|
|
to `false` on update anymore ([#2653]).
|
2021-02-11 08:40:14 -07:00
|
|
|
- The `Vary` header is now added along with `Access-Control-Allow-Origin` to
|
|
|
|
prevent cache-related and other issues in browsers ([#2658]).
|
2021-02-11 05:20:30 -07:00
|
|
|
- The request body size limit is now set for HTTPS requests as well.
|
2021-02-11 02:55:23 -07:00
|
|
|
- Incorrect version tag in the Docker release ([#2663]).
|
2021-02-11 03:46:59 -07:00
|
|
|
- DNSCrypt queries weren't marked as such in logs ([#2662]).
|
2021-02-11 02:55:23 -07:00
|
|
|
|
2021-02-15 08:50:58 -07:00
|
|
|
[#2641]: https://github.com/AdguardTeam/AdGuardHome/issues/2641
|
2021-02-11 10:49:03 -07:00
|
|
|
[#2653]: https://github.com/AdguardTeam/AdGuardHome/issues/2653
|
2021-02-11 08:40:14 -07:00
|
|
|
[#2658]: https://github.com/AdguardTeam/AdGuardHome/issues/2658
|
2021-02-11 03:46:59 -07:00
|
|
|
[#2662]: https://github.com/AdguardTeam/AdGuardHome/issues/2662
|
2021-02-11 02:55:23 -07:00
|
|
|
[#2663]: https://github.com/AdguardTeam/AdGuardHome/issues/2663
|
2021-02-11 05:20:30 -07:00
|
|
|
[#2664]: https://github.com/AdguardTeam/AdGuardHome/issues/2664
|
2021-02-11 04:10:42 -07:00
|
|
|
[#2666]: https://github.com/AdguardTeam/AdGuardHome/issues/2666
|
2021-02-12 06:40:34 -07:00
|
|
|
[#2667]: https://github.com/AdguardTeam/AdGuardHome/issues/2667
|
2021-02-15 05:36:38 -07:00
|
|
|
[#2671]: https://github.com/AdguardTeam/AdGuardHome/issues/2671
|
2021-02-15 03:56:41 -07:00
|
|
|
[#2675]: https://github.com/AdguardTeam/AdGuardHome/issues/2675
|
2021-02-15 03:32:16 -07:00
|
|
|
[#2678]: https://github.com/AdguardTeam/AdGuardHome/issues/2678
|
2021-02-15 05:36:38 -07:00
|
|
|
[#2682]: https://github.com/AdguardTeam/AdGuardHome/issues/2682
|
2021-02-11 02:55:23 -07:00
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.105.1]: https://github.com/AdguardTeam/AdGuardHome/milestone/31?closed=1
|
|
|
|
|
2021-02-11 03:46:59 -07:00
|
|
|
|
|
|
|
|
2021-02-10 06:59:23 -07:00
|
|
|
## [v0.105.0] - 2021-02-10
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.105.0 GitHub milestone][ms-v0.105.0].
|
|
|
|
|
2020-11-23 04:14:08 -07:00
|
|
|
### Added
|
|
|
|
|
2021-02-04 08:16:01 -07:00
|
|
|
- Added more services to the "Blocked services" list ([#2224], [#2401]).
|
2021-01-29 08:53:39 -07:00
|
|
|
- `ipset` subdomain matching, just like `dnsmasq` does ([#2179]).
|
2022-02-10 05:42:59 -07:00
|
|
|
- ClientID support for DNS-over-HTTPS, DNS-over-QUIC, and DNS-over-TLS
|
2021-01-27 08:32:13 -07:00
|
|
|
([#1383]).
|
2022-04-07 08:08:39 -07:00
|
|
|
- The new `dnsrewrite` modifier for filters ([#2102]).
|
2020-12-17 03:32:46 -07:00
|
|
|
- The host checking API and the query logs API can now return multiple matched
|
|
|
|
rules ([#2102]).
|
|
|
|
- Detecting of network interface configured to have static IP address via
|
2020-12-07 09:48:24 -07:00
|
|
|
`/etc/network/interfaces` ([#2302]).
|
2020-12-16 06:35:57 -07:00
|
|
|
- DNSCrypt protocol support ([#1361]).
|
2020-11-27 07:03:00 -07:00
|
|
|
- A 5 second wait period until a DHCP server's network interface gets an IP
|
2020-12-04 09:16:01 -07:00
|
|
|
address ([#2304]).
|
2022-04-07 08:08:39 -07:00
|
|
|
- `dnstype` modifier for filters ([#2337]).
|
2020-12-04 09:16:01 -07:00
|
|
|
- HTTP API request body size limit ([#2305]).
|
2020-11-23 04:14:08 -07:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2021-02-05 04:11:53 -07:00
|
|
|
- `Access-Control-Allow-Origin` is now only set to the same origin as the
|
|
|
|
domain, but with an HTTP scheme as opposed to `*` ([#2484]).
|
2021-01-27 08:32:13 -07:00
|
|
|
- `workDir` now supports symlinks.
|
2021-01-25 08:07:49 -07:00
|
|
|
- Stopped mounting together the directories `/opt/adguardhome/conf` and
|
|
|
|
`/opt/adguardhome/work` in our Docker images ([#2589]).
|
2020-12-16 06:35:57 -07:00
|
|
|
- When `dns.bogus_nxdomain` option is used, the server will now transform
|
|
|
|
responses if there is at least one bogus address instead of all of them
|
|
|
|
([#2394]). The new behavior is the same as in `dnsmasq`.
|
2020-12-09 02:39:20 -07:00
|
|
|
- Post-updating relaunch possibility is now determined OS-dependently ([#2231],
|
|
|
|
[#2391]).
|
2020-11-30 09:23:14 -07:00
|
|
|
- Made the mobileconfig HTTP API more robust and predictable, add parameters and
|
2020-11-25 08:09:41 -07:00
|
|
|
improve error response ([#2358]).
|
2020-12-04 07:06:19 -07:00
|
|
|
- Improved HTTP requests handling and timeouts ([#2343]).
|
|
|
|
- Our snap package now uses the `core20` image as its base ([#2306]).
|
2021-01-22 07:56:41 -07:00
|
|
|
- New build system and various internal improvements ([#2271], [#2276], [#2297],
|
2021-02-09 10:44:41 -07:00
|
|
|
[#2509], [#2552], [#2639], [#2646]).
|
2020-11-23 04:14:08 -07:00
|
|
|
|
2020-12-25 03:50:52 -07:00
|
|
|
### Deprecated
|
|
|
|
|
2021-02-02 10:32:44 -07:00
|
|
|
- Go 1.14 support. v0.106.0 will require at least Go 1.15 to build.
|
2020-12-25 03:50:52 -07:00
|
|
|
- The `darwin/386` port. It will be removed in v0.106.0.
|
|
|
|
- The `"rule"` and `"filter_id"` fields in `GET /filtering/check_host` and
|
|
|
|
`GET /querylog` responses. They will be removed in v0.106.0 ([#2102]).
|
|
|
|
|
2020-11-25 04:26:26 -07:00
|
|
|
### Fixed
|
|
|
|
|
2021-02-02 10:32:44 -07:00
|
|
|
- Autoupdate bug in the Darwin (macOS) version ([#2630]).
|
2021-01-20 07:27:53 -07:00
|
|
|
- Unnecessary conversions from `string` to `net.IP`, and vice versa ([#2508]).
|
2020-12-21 05:43:27 -07:00
|
|
|
- Inability to set DNS cache TTL limits ([#2459]).
|
2020-12-17 07:47:14 -07:00
|
|
|
- Possible freezes on slower machines ([#2225]).
|
2020-11-30 03:32:58 -07:00
|
|
|
- A mitigation against records being shown in the wrong order on the query log
|
2020-12-04 09:16:01 -07:00
|
|
|
page ([#2293]).
|
|
|
|
- A JSON parsing error in query log ([#2345]).
|
2020-11-25 04:26:26 -07:00
|
|
|
- Incorrect detection of the IPv6 address of an interface as well as another
|
2020-12-04 09:16:01 -07:00
|
|
|
infinite loop in the `/dhcp/find_active_dhcp` HTTP API ([#2355]).
|
2020-11-25 04:26:26 -07:00
|
|
|
|
2020-12-17 03:32:46 -07:00
|
|
|
### Removed
|
2020-11-19 04:59:30 -07:00
|
|
|
|
2021-01-20 07:27:53 -07:00
|
|
|
- The undocumented ability to use hostnames as any of `bind_host` values in
|
|
|
|
configuration. Documentation requires them to be valid IP addresses, and now
|
|
|
|
the implementation makes sure that that is the case ([#2508]).
|
2020-12-30 08:26:25 -07:00
|
|
|
- `Dockerfile` ([#2276]). Replaced with the script
|
|
|
|
`scripts/make/build-docker.sh` which uses `scripts/make/Dockerfile`.
|
2020-12-17 03:32:46 -07:00
|
|
|
- Support for pre-v0.99.3 format of query logs ([#2102]).
|
2020-11-19 04:59:30 -07:00
|
|
|
|
2021-02-05 08:36:37 -07:00
|
|
|
[#1361]: https://github.com/AdguardTeam/AdGuardHome/issues/1361
|
|
|
|
[#1383]: https://github.com/AdguardTeam/AdGuardHome/issues/1383
|
|
|
|
[#2102]: https://github.com/AdguardTeam/AdGuardHome/issues/2102
|
|
|
|
[#2179]: https://github.com/AdguardTeam/AdGuardHome/issues/2179
|
|
|
|
[#2224]: https://github.com/AdguardTeam/AdGuardHome/issues/2224
|
|
|
|
[#2225]: https://github.com/AdguardTeam/AdGuardHome/issues/2225
|
|
|
|
[#2231]: https://github.com/AdguardTeam/AdGuardHome/issues/2231
|
|
|
|
[#2271]: https://github.com/AdguardTeam/AdGuardHome/issues/2271
|
|
|
|
[#2276]: https://github.com/AdguardTeam/AdGuardHome/issues/2276
|
|
|
|
[#2293]: https://github.com/AdguardTeam/AdGuardHome/issues/2293
|
|
|
|
[#2297]: https://github.com/AdguardTeam/AdGuardHome/issues/2297
|
|
|
|
[#2302]: https://github.com/AdguardTeam/AdGuardHome/issues/2302
|
|
|
|
[#2304]: https://github.com/AdguardTeam/AdGuardHome/issues/2304
|
|
|
|
[#2305]: https://github.com/AdguardTeam/AdGuardHome/issues/2305
|
|
|
|
[#2306]: https://github.com/AdguardTeam/AdGuardHome/issues/2306
|
|
|
|
[#2337]: https://github.com/AdguardTeam/AdGuardHome/issues/2337
|
|
|
|
[#2343]: https://github.com/AdguardTeam/AdGuardHome/issues/2343
|
|
|
|
[#2345]: https://github.com/AdguardTeam/AdGuardHome/issues/2345
|
|
|
|
[#2355]: https://github.com/AdguardTeam/AdGuardHome/issues/2355
|
|
|
|
[#2358]: https://github.com/AdguardTeam/AdGuardHome/issues/2358
|
|
|
|
[#2391]: https://github.com/AdguardTeam/AdGuardHome/issues/2391
|
|
|
|
[#2394]: https://github.com/AdguardTeam/AdGuardHome/issues/2394
|
|
|
|
[#2401]: https://github.com/AdguardTeam/AdGuardHome/issues/2401
|
|
|
|
[#2459]: https://github.com/AdguardTeam/AdGuardHome/issues/2459
|
|
|
|
[#2484]: https://github.com/AdguardTeam/AdGuardHome/issues/2484
|
|
|
|
[#2508]: https://github.com/AdguardTeam/AdGuardHome/issues/2508
|
|
|
|
[#2509]: https://github.com/AdguardTeam/AdGuardHome/issues/2509
|
|
|
|
[#2552]: https://github.com/AdguardTeam/AdGuardHome/issues/2552
|
|
|
|
[#2589]: https://github.com/AdguardTeam/AdGuardHome/issues/2589
|
|
|
|
[#2630]: https://github.com/AdguardTeam/AdGuardHome/issues/2630
|
2021-02-09 10:44:41 -07:00
|
|
|
[#2639]: https://github.com/AdguardTeam/AdGuardHome/issues/2639
|
|
|
|
[#2646]: https://github.com/AdguardTeam/AdGuardHome/issues/2646
|
2021-02-05 08:36:37 -07:00
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.105.0]: https://github.com/AdguardTeam/AdGuardHome/milestone/27?closed=1
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-11-19 04:59:30 -07:00
|
|
|
## [v0.104.3] - 2020-11-19
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.104.3 GitHub milestone][ms-v0.104.3].
|
|
|
|
|
2020-11-19 04:59:30 -07:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- The accidentally exposed profiler HTTP API ([#2336]).
|
|
|
|
|
|
|
|
[#2336]: https://github.com/AdguardTeam/AdGuardHome/issues/2336
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.104.3]: https://github.com/AdguardTeam/AdGuardHome/milestone/30?closed=1
|
|
|
|
|
2020-11-19 04:59:30 -07:00
|
|
|
|
|
|
|
|
2020-11-19 03:14:52 -07:00
|
|
|
## [v0.104.2] - 2020-11-19
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
|
|
|
|
|
2020-11-13 03:01:07 -07:00
|
|
|
### Added
|
|
|
|
|
2020-11-19 04:59:30 -07:00
|
|
|
- This changelog :-) ([#2294]).
|
2020-11-13 03:01:07 -07:00
|
|
|
- `HACKING.md`, a guide for developers.
|
2020-11-13 04:40:22 -07:00
|
|
|
|
2020-11-16 05:52:05 -07:00
|
|
|
### Changed
|
|
|
|
|
2020-11-19 04:59:30 -07:00
|
|
|
- Improved tests output ([#2273]).
|
2020-11-16 05:52:05 -07:00
|
|
|
|
2020-11-13 04:40:22 -07:00
|
|
|
### Fixed
|
|
|
|
|
2020-11-19 04:59:30 -07:00
|
|
|
- Query logs from file not loading after the ones buffered in memory ([#2325]).
|
|
|
|
- Unnecessary errors in query logs when switching between log files ([#2324]).
|
2021-02-02 10:32:44 -07:00
|
|
|
- `404 Not Found` errors on the DHCP settings page on Windows. The page now
|
2020-11-19 04:59:30 -07:00
|
|
|
correctly shows that DHCP is not currently available on that OS ([#2295]).
|
|
|
|
- Infinite loop in `/dhcp/find_active_dhcp` ([#2301]).
|
|
|
|
|
|
|
|
[#2273]: https://github.com/AdguardTeam/AdGuardHome/issues/2273
|
|
|
|
[#2294]: https://github.com/AdguardTeam/AdGuardHome/issues/2294
|
|
|
|
[#2295]: https://github.com/AdguardTeam/AdGuardHome/issues/2295
|
|
|
|
[#2301]: https://github.com/AdguardTeam/AdGuardHome/issues/2301
|
|
|
|
[#2324]: https://github.com/AdguardTeam/AdGuardHome/issues/2324
|
|
|
|
[#2325]: https://github.com/AdguardTeam/AdGuardHome/issues/2325
|
|
|
|
|
2022-02-04 08:18:28 -07:00
|
|
|
[ms-v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/28?closed=1
|
|
|
|
|
|
|
|
|
2020-11-19 04:59:30 -07:00
|
|
|
|
2020-12-04 09:16:01 -07:00
|
|
|
<!--
|
2022-07-13 06:39:03 -07:00
|
|
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.9...HEAD
|
|
|
|
[v0.107.9]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.8...v0.107.9
|
2021-02-15 06:25:44 -07:00
|
|
|
-->
|
|
|
|
|
2022-07-13 06:39:03 -07:00
|
|
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.8...HEAD
|
|
|
|
[v0.107.8]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.7...v0.107.8
|
2022-06-06 08:43:35 -07:00
|
|
|
[v0.107.7]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.6...v0.107.7
|
2022-04-13 08:16:33 -07:00
|
|
|
[v0.107.6]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.5...v0.107.6
|
2022-03-23 06:13:28 -07:00
|
|
|
[v0.107.5]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.4...v0.107.5
|
2022-03-01 10:35:44 -07:00
|
|
|
[v0.107.4]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.3...v0.107.4
|
2022-01-25 08:20:26 -07:00
|
|
|
[v0.107.3]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.2...v0.107.3
|
2021-12-30 03:36:04 -07:00
|
|
|
[v0.107.2]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.1...v0.107.2
|
2021-12-29 10:31:22 -07:00
|
|
|
[v0.107.1]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.0...v0.107.1
|
2021-12-21 05:22:11 -07:00
|
|
|
[v0.107.0]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.106.3...v0.107.0
|
2021-05-19 04:57:15 -07:00
|
|
|
[v0.106.3]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.106.2...v0.106.3
|
2021-05-06 08:19:14 -07:00
|
|
|
[v0.106.2]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.106.1...v0.106.2
|
2021-04-30 04:09:53 -07:00
|
|
|
[v0.106.1]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.106.0...v0.106.1
|
2021-04-28 06:25:06 -07:00
|
|
|
[v0.106.0]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.105.2...v0.106.0
|
2021-03-10 03:35:08 -07:00
|
|
|
[v0.105.2]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.105.1...v0.105.2
|
2021-02-10 09:10:17 -07:00
|
|
|
[v0.105.1]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.105.0...v0.105.1
|
2020-12-04 09:16:01 -07:00
|
|
|
[v0.105.0]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.104.3...v0.105.0
|
2020-11-19 04:59:30 -07:00
|
|
|
[v0.104.3]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.104.2...v0.104.3
|
2020-11-19 03:14:52 -07:00
|
|
|
[v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.104.1...v0.104.2
|