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).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2020-11-25 02:02:21 -07:00
|
|
|
<!--
|
2021-02-05 08:36:37 -07:00
|
|
|
## [v0.105.0] - 2021-02-08
|
2020-11-25 02:02:21 -07:00
|
|
|
-->
|
|
|
|
|
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]).
|
2021-01-27 08:32:13 -07:00
|
|
|
- Client ID support for DNS-over-HTTPS, DNS-over-QUIC, and DNS-over-TLS
|
|
|
|
([#1383]).
|
2020-12-21 07:48:07 -07:00
|
|
|
- `$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]).
|
|
|
|
- `$dnstype` modifier for filters ([#2337]).
|
|
|
|
- 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
|
|
|
|
2020-11-19 04:59:30 -07:00
|
|
|
## [v0.104.3] - 2020-11-19
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- The accidentally exposed profiler HTTP API ([#2336]).
|
|
|
|
|
|
|
|
[#2336]: https://github.com/AdguardTeam/AdGuardHome/issues/2336
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-11-19 03:14:52 -07:00
|
|
|
## [v0.104.2] - 2020-11-19
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
2020-11-19 03:14:52 -07:00
|
|
|
|
2020-12-04 09:16:01 -07:00
|
|
|
<!--
|
|
|
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.105.0...HEAD
|
|
|
|
[v0.105.0]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.104.3...v0.105.0
|
|
|
|
-->
|
2020-11-19 04:59:30 -07:00
|
|
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.104.3...HEAD
|
|
|
|
[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
|