Pull request 2737: upd-chlog

Squashed commit of the following:

commit fb0e9ef65c1f3b3d9c9b6e23bbf140c1bee565c0
Author: Eugene Burkov <e.burkov@adguard.com>
Date:   Thu Jul 30 14:29:39 2026 +0300

    all: fix chlog
This commit is contained in:
Eugene Burkov 2026-07-30 12:09:13 +00:00
parent a8be9b5e9c
commit f115af2f65
2 changed files with 10 additions and 7 deletions

View file

@ -42,13 +42,6 @@ NOTE: Add new changes BELOW THIS COMMENT.
### Fixed
- Multiple inaccuracies in the OpenAPI specification:
- Wrong property names: `enable``enabled` in the Parental status response, `protection_disabled_until``protection_disabled_duration` in `ServerStatus`, `ratelimit_subnet_subnet_len_ipv4` and `ratelimit_subnet_subnet_len_ipv6` in `DNSConfig`.
- `upstream_mode` enum in `DNSConfig` changed from object to string format for compatibility with code generators.
- Missing required properties in `DhcpConfigV4` and `DhcpStatus` schemas.
- Missing `port_dnscrypt` and `dnscrypt_config_file` properties in `TlsConfig`.
- Split `NetInterface` into `NetInterface` and `DHCPNetInterface` schemas; `GET /dhcp/interfaces` now uses `DHCPNetInterfaces`.
- Blocked requests without an EDNS(0) OPT record ([#8183]).
[#8183]: https://github.com/AdguardTeam/AdGuardHome/issues/8183

View file

@ -6,6 +6,16 @@
- Field `bootstrap_dns` in `POST /control/dns_config` now accepts comments. A comment must start with the `#` symbol.
- Fixed wrong property names: `enable``enabled` in the Parental status response, `protection_disabled_until``protection_disabled_duration` in `ServerStatus`, `ratelimit_subnet_subnet_len_ipv4` and `ratelimit_subnet_subnet_len_ipv6` in `DNSConfig`.
- `upstream_mode` enum in `DNSConfig` changed from object to string format for compatibility with code generators.
- Fixed missing required properties in `DhcpConfigV4` and `DhcpStatus` schemas.
- Fixed missing `port_dnscrypt` and `dnscrypt_config_file` properties in `TlsConfig`.
- Split `NetInterface` into `NetInterface` and `DHCPNetInterface` schemas; `GET /dhcp/interfaces` now uses `DHCPNetInterfaces`.
### Setting the UI language through the install API
- New property `"language"` in `POST /control/install/check_config` and `POST /control/install/configure` HTTP APIs defines the language to use once AdGuard Home is installed.