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-04-28 06:25:06 -07:00
|
|
|
## [v0.107.0] - 2021-06-21 (APPROX.)
|
2020-11-25 02:02:21 -07:00
|
|
|
-->
|
|
|
|
|
2021-04-28 06:25:06 -07:00
|
|
|
<!--
|
2021-05-17 06:50:02 -07:00
|
|
|
## [v0.106.3] - 2021-05-18 (APPROX.)
|
2021-04-28 06:25:06 -07:00
|
|
|
-->
|
|
|
|
|
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-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
|
|
|
|
2021-05-06 08:19:14 -07:00
|
|
|
|
|
|
|
|
|
|
|
## [v0.106.2] - 2021-05-06
|
|
|
|
|
2021-05-06 03:02:48 -07:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Uniqueness validation for dynamic DHCP leases ([#3056]).
|
|
|
|
|
|
|
|
[#3056]: https://github.com/AdguardTeam/AdGuardHome/issues/3056
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-04-30 04:09:53 -07:00
|
|
|
## [v0.106.1] - 2021-04-30
|
|
|
|
|
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-04-29 04:52:22 -07:00
|
|
|
- Normalization of perviously-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
|
|
|
|
|
|
|
|
|
|
|
|
2021-04-28 06:25:06 -07:00
|
|
|
## [v0.106.0] - 2021-04-28
|
|
|
|
|
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]).
|
2021-04-26 07:18:42 -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]).
|
2021-03-15 03:08:13 -07:00
|
|
|
- `SRV` records support in `$dnsrewrite` filters ([#2533]).
|
|
|
|
|
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]).
|
2021-03-15 03:08:13 -07:00
|
|
|
- Stricter validation of `$dnsrewrite` filter 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
|
|
|
|
|
2021-04-26 07:18:42 -07:00
|
|
|
- Multiple answers for `$dnsrewrite` rule matching requests with repeating
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
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]).
|
|
|
|
|
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
|
|
|
|
2021-03-01 10:37:28 -07:00
|
|
|
### Security
|
|
|
|
|
|
|
|
- Session token doesn't contain user's information anymore ([#2470]).
|
|
|
|
|
|
|
|
[#2470]: https://github.com/AdguardTeam/AdGuardHome/issues/2470
|
|
|
|
|
2021-02-16 07:58:42 -07:00
|
|
|
|
|
|
|
|
2021-02-15 06:25:44 -07:00
|
|
|
## [v0.105.1] - 2021-02-15
|
|
|
|
|
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]).
|
2021-02-11 10:49:03 -07:00
|
|
|
- DHCPv6 server's `ra_slaac_only` and `ra_allow_slaac` settings aren't reset to
|
|
|
|
`false` on update any more ([#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
|
|
|
|
2021-02-11 03:46:59 -07:00
|
|
|
|
|
|
|
|
2021-02-10 06:59:23 -07:00
|
|
|
## [v0.105.0] - 2021-02-10
|
|
|
|
|
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
|
|
|
<!--
|
2021-05-06 08:19:14 -07:00
|
|
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.106.3...HEAD
|
|
|
|
[v0.107.0]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.106.3...v0.107.0
|
|
|
|
[v0.106.3]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.106.2...v0.106.3
|
2021-02-15 06:25:44 -07:00
|
|
|
-->
|
|
|
|
|
2021-05-06 08:19:14 -07:00
|
|
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.106.2...HEAD
|
|
|
|
[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
|