cherry-pick: all: add gh milestone links to chlog
Merge in DNS/adguard-home from chlog-ms-links to master Squashed commit of the following: commit 97156f1452a7713e5e8d66a9b5eeac25fb97ab04 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Feb 4 17:56:58 2022 +0300 all: add gh milestone links to chlog
This commit is contained in:
committed by
Ainar Garipov
parent
31fc9bfc52
commit
767d6d3f28
71
CHANGELOG.md
71
CHANGELOG.md
@@ -21,10 +21,6 @@ and this project adheres to
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
<!--
|
|
||||||
TODO(a.garipov): Remove this deprecation, if v0.108.0 is released before
|
|
||||||
the Go 1.18 release.
|
|
||||||
-->
|
|
||||||
- Go 1.17 support. v0.109.0 will require at least Go 1.18 to build.
|
- Go 1.17 support. v0.109.0 will require at least Go 1.18 to build.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
@@ -37,6 +33,8 @@ and this project adheres to
|
|||||||
|
|
||||||
## [v0.107.4] - 2022-03-01 (APPROX.)
|
## [v0.107.4] - 2022-03-01 (APPROX.)
|
||||||
|
|
||||||
|
See also the [v0.107.4 GitHub milestone][ms-v0.107.4].
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Unnecessarily complex hosts-related logic leading to infinite recursion in
|
- Unnecessarily complex hosts-related logic leading to infinite recursion in
|
||||||
@@ -44,10 +42,14 @@ and this project adheres to
|
|||||||
|
|
||||||
[#4216]: https://github.com/AdguardTeam/AdGuardHome/issues/4216
|
[#4216]: https://github.com/AdguardTeam/AdGuardHome/issues/4216
|
||||||
|
|
||||||
|
[ms-v0.107.4]: https://github.com/AdguardTeam/AdGuardHome/milestone/41?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.107.3] - 2022-01-25
|
## [v0.107.3] - 2022-01-25
|
||||||
|
|
||||||
|
See also the [v0.107.3 GitHub milestone][ms-v0.107.3].
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support for a `$dnsrewrite` modifier with an empty `NOERROR` response
|
- Support for a `$dnsrewrite` modifier with an empty `NOERROR` response
|
||||||
@@ -67,20 +69,28 @@ and this project adheres to
|
|||||||
[#4120]: https://github.com/AdguardTeam/AdGuardHome/issues/4120
|
[#4120]: https://github.com/AdguardTeam/AdGuardHome/issues/4120
|
||||||
[#4133]: https://github.com/AdguardTeam/AdGuardHome/issues/4133
|
[#4133]: https://github.com/AdguardTeam/AdGuardHome/issues/4133
|
||||||
|
|
||||||
|
[ms-v0.107.3]: https://github.com/AdguardTeam/AdGuardHome/milestone/40?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.107.2] - 2021-12-29
|
## [v0.107.2] - 2021-12-29
|
||||||
|
|
||||||
|
See also the [v0.107.2 GitHub milestone][ms-v0.107.2].
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Infinite loops when TCP connections time out ([#4042]).
|
- Infinite loops when TCP connections time out ([#4042]).
|
||||||
|
|
||||||
[#4042]: https://github.com/AdguardTeam/AdGuardHome/issues/4042
|
[#4042]: https://github.com/AdguardTeam/AdGuardHome/issues/4042
|
||||||
|
|
||||||
|
[ms-v0.107.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/38?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.107.1] - 2021-12-29
|
## [v0.107.1] - 2021-12-29
|
||||||
|
|
||||||
|
See also the [v0.107.1 GitHub milestone][ms-v0.107.1].
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- The validation error message for duplicated allow- and blocklists in DNS
|
- The validation error message for duplicated allow- and blocklists in DNS
|
||||||
@@ -106,10 +116,14 @@ and this project adheres to
|
|||||||
[#4016]: https://github.com/AdguardTeam/AdGuardHome/issues/4016
|
[#4016]: https://github.com/AdguardTeam/AdGuardHome/issues/4016
|
||||||
[#4027]: https://github.com/AdguardTeam/AdGuardHome/issues/4027
|
[#4027]: https://github.com/AdguardTeam/AdGuardHome/issues/4027
|
||||||
|
|
||||||
|
[ms-v0.107.1]: https://github.com/AdguardTeam/AdGuardHome/milestone/37?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.107.0] - 2021-12-21
|
## [v0.107.0] - 2021-12-21
|
||||||
|
|
||||||
|
See also the [v0.107.0 GitHub milestone][ms-v0.107.0].
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Upstream server information for responses from cache ([#3772]). Note that old
|
- Upstream server information for responses from cache ([#3772]). Note that old
|
||||||
@@ -346,10 +360,14 @@ In this release, the schema version has changed from 10 to 12.
|
|||||||
[#3904]: https://github.com/AdguardTeam/AdGuardHome/issues/3904
|
[#3904]: https://github.com/AdguardTeam/AdGuardHome/issues/3904
|
||||||
[#3933]: https://github.com/AdguardTeam/AdGuardHome/pull/3933
|
[#3933]: https://github.com/AdguardTeam/AdGuardHome/pull/3933
|
||||||
|
|
||||||
|
[ms-v0.107.0]: https://github.com/AdguardTeam/AdGuardHome/milestone/23?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.106.3] - 2021-05-19
|
## [v0.106.3] - 2021-05-19
|
||||||
|
|
||||||
|
See also the [v0.106.3 GitHub milestone][ms-v0.106.3].
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support for reinstall (`-r`) and uninstall (`-u`) flags in the installation
|
- Support for reinstall (`-r`) and uninstall (`-u`) flags in the installation
|
||||||
@@ -379,20 +397,28 @@ In this release, the schema version has changed from 10 to 12.
|
|||||||
[#3115]: https://github.com/AdguardTeam/AdGuardHome/issues/3115
|
[#3115]: https://github.com/AdguardTeam/AdGuardHome/issues/3115
|
||||||
[#3127]: https://github.com/AdguardTeam/AdGuardHome/issues/3127
|
[#3127]: https://github.com/AdguardTeam/AdGuardHome/issues/3127
|
||||||
|
|
||||||
|
[ms-v0.106.3]: https://github.com/AdguardTeam/AdGuardHome/milestone/35?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.106.2] - 2021-05-06
|
## [v0.106.2] - 2021-05-06
|
||||||
|
|
||||||
|
See also the [v0.106.2 GitHub milestone][ms-v0.106.2].
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Uniqueness validation for dynamic DHCP leases ([#3056]).
|
- Uniqueness validation for dynamic DHCP leases ([#3056]).
|
||||||
|
|
||||||
[#3056]: https://github.com/AdguardTeam/AdGuardHome/issues/3056
|
[#3056]: https://github.com/AdguardTeam/AdGuardHome/issues/3056
|
||||||
|
|
||||||
|
[ms-v0.106.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/34?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.106.1] - 2021-04-30
|
## [v0.106.1] - 2021-04-30
|
||||||
|
|
||||||
|
See also the [v0.106.1 GitHub milestone][ms-v0.106.1].
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Local domain name handling when the DHCP server is disabled ([#3028]).
|
- Local domain name handling when the DHCP server is disabled ([#3028]).
|
||||||
@@ -403,10 +429,14 @@ In this release, the schema version has changed from 10 to 12.
|
|||||||
[#3027]: https://github.com/AdguardTeam/AdGuardHome/issues/3027
|
[#3027]: https://github.com/AdguardTeam/AdGuardHome/issues/3027
|
||||||
[#3028]: https://github.com/AdguardTeam/AdGuardHome/issues/3028
|
[#3028]: https://github.com/AdguardTeam/AdGuardHome/issues/3028
|
||||||
|
|
||||||
|
[ms-v0.106.1]: https://github.com/AdguardTeam/AdGuardHome/milestone/33?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.106.0] - 2021-04-28
|
## [v0.106.0] - 2021-04-28
|
||||||
|
|
||||||
|
See also the [v0.106.0 GitHub milestone][ms-v0.106.0].
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- The ability to block user for login after configurable number of unsuccessful
|
- The ability to block user for login after configurable number of unsuccessful
|
||||||
@@ -495,11 +525,14 @@ In this release, the schema version has changed from 10 to 12.
|
|||||||
[#2994]: https://github.com/AdguardTeam/AdGuardHome/issues/2994
|
[#2994]: https://github.com/AdguardTeam/AdGuardHome/issues/2994
|
||||||
|
|
||||||
[doq-draft-02]: https://tools.ietf.org/html/draft-ietf-dprive-dnsoquic-02
|
[doq-draft-02]: https://tools.ietf.org/html/draft-ietf-dprive-dnsoquic-02
|
||||||
|
[ms-v0.106.0]: https://github.com/AdguardTeam/AdGuardHome/milestone/26?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.105.2] - 2021-03-10
|
## [v0.105.2] - 2021-03-10
|
||||||
|
|
||||||
|
See also the [v0.105.2 GitHub milestone][ms-v0.105.2].
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Incomplete hostnames with trailing zero-bytes handling ([#2582]).
|
- Incomplete hostnames with trailing zero-bytes handling ([#2582]).
|
||||||
@@ -511,6 +544,11 @@ In this release, the schema version has changed from 10 to 12.
|
|||||||
- Incomplete DNS upstreams validation ([#2674]).
|
- Incomplete DNS upstreams validation ([#2674]).
|
||||||
- Wrong parsing of DHCP options of the `ip` type ([#2688]).
|
- Wrong parsing of DHCP options of the `ip` type ([#2688]).
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
- Session token doesn't contain user's information anymore ([#2470]).
|
||||||
|
|
||||||
|
[#2470]: https://github.com/AdguardTeam/AdGuardHome/issues/2470
|
||||||
[#2582]: https://github.com/AdguardTeam/AdGuardHome/issues/2582
|
[#2582]: https://github.com/AdguardTeam/AdGuardHome/issues/2582
|
||||||
[#2600]: https://github.com/AdguardTeam/AdGuardHome/issues/2600
|
[#2600]: https://github.com/AdguardTeam/AdGuardHome/issues/2600
|
||||||
[#2674]: https://github.com/AdguardTeam/AdGuardHome/issues/2674
|
[#2674]: https://github.com/AdguardTeam/AdGuardHome/issues/2674
|
||||||
@@ -519,16 +557,14 @@ In this release, the schema version has changed from 10 to 12.
|
|||||||
[#2692]: https://github.com/AdguardTeam/AdGuardHome/issues/2692
|
[#2692]: https://github.com/AdguardTeam/AdGuardHome/issues/2692
|
||||||
[#2757]: https://github.com/AdguardTeam/AdGuardHome/issues/2757
|
[#2757]: https://github.com/AdguardTeam/AdGuardHome/issues/2757
|
||||||
|
|
||||||
### Security
|
[ms-v0.105.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/32?closed=1
|
||||||
|
|
||||||
- Session token doesn't contain user's information anymore ([#2470]).
|
|
||||||
|
|
||||||
[#2470]: https://github.com/AdguardTeam/AdGuardHome/issues/2470
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.105.1] - 2021-02-15
|
## [v0.105.1] - 2021-02-15
|
||||||
|
|
||||||
|
See also the [v0.105.1 GitHub milestone][ms-v0.105.1].
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Increased HTTP API timeouts ([#2671], [#2682]).
|
- Increased HTTP API timeouts ([#2671], [#2682]).
|
||||||
@@ -568,10 +604,14 @@ In this release, the schema version has changed from 10 to 12.
|
|||||||
[#2678]: https://github.com/AdguardTeam/AdGuardHome/issues/2678
|
[#2678]: https://github.com/AdguardTeam/AdGuardHome/issues/2678
|
||||||
[#2682]: https://github.com/AdguardTeam/AdGuardHome/issues/2682
|
[#2682]: https://github.com/AdguardTeam/AdGuardHome/issues/2682
|
||||||
|
|
||||||
|
[ms-v0.105.1]: https://github.com/AdguardTeam/AdGuardHome/milestone/31?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.105.0] - 2021-02-10
|
## [v0.105.0] - 2021-02-10
|
||||||
|
|
||||||
|
See also the [v0.105.0 GitHub milestone][ms-v0.105.0].
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added more services to the "Blocked services" list ([#2224], [#2401]).
|
- Added more services to the "Blocked services" list ([#2224], [#2401]).
|
||||||
@@ -669,18 +709,28 @@ In this release, the schema version has changed from 10 to 12.
|
|||||||
[#2639]: https://github.com/AdguardTeam/AdGuardHome/issues/2639
|
[#2639]: https://github.com/AdguardTeam/AdGuardHome/issues/2639
|
||||||
[#2646]: https://github.com/AdguardTeam/AdGuardHome/issues/2646
|
[#2646]: https://github.com/AdguardTeam/AdGuardHome/issues/2646
|
||||||
|
|
||||||
|
[ms-v0.105.0]: https://github.com/AdguardTeam/AdGuardHome/milestone/27?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.104.3] - 2020-11-19
|
## [v0.104.3] - 2020-11-19
|
||||||
|
|
||||||
|
See also the [v0.104.3 GitHub milestone][ms-v0.104.3].
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- The accidentally exposed profiler HTTP API ([#2336]).
|
- The accidentally exposed profiler HTTP API ([#2336]).
|
||||||
|
|
||||||
[#2336]: https://github.com/AdguardTeam/AdGuardHome/issues/2336
|
[#2336]: https://github.com/AdguardTeam/AdGuardHome/issues/2336
|
||||||
|
|
||||||
|
[ms-v0.104.3]: https://github.com/AdguardTeam/AdGuardHome/milestone/30?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.104.2] - 2020-11-19
|
## [v0.104.2] - 2020-11-19
|
||||||
|
|
||||||
|
See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- This changelog :-) ([#2294]).
|
- This changelog :-) ([#2294]).
|
||||||
@@ -705,6 +755,9 @@ In this release, the schema version has changed from 10 to 12.
|
|||||||
[#2324]: https://github.com/AdguardTeam/AdGuardHome/issues/2324
|
[#2324]: https://github.com/AdguardTeam/AdGuardHome/issues/2324
|
||||||
[#2325]: https://github.com/AdguardTeam/AdGuardHome/issues/2325
|
[#2325]: https://github.com/AdguardTeam/AdGuardHome/issues/2325
|
||||||
|
|
||||||
|
[ms-v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/28?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
Reference in New Issue
Block a user