Commit 1b27fe0
committed
release: v1.4.3
New: set-aware routing rule export/import. Export picks scopes (Global +
each set), merged or per-scope, in a native envelope that preserves every
rule field. Import previews additions vs duplicates/unusable, surfaces
action conflicts (same match, different action) for per-rule resolution,
and commits into Global, an existing set, or a new one. Rules referencing
a missing node/balancer or geo tag are dropped so the result stays valid.
Changed: deleting a routing set now defaults to deleting its rules (with
"Move to Global" as the secondary option); devices always fall back to
Global. The legacy V2Ray export/import UI is removed (endpoint kept).
Fixed: DoH resolver now uses RFC 8484 wire format (application/dns-message)
instead of the JSON API, which AdGuard's /dns-query rejected with HTTP 400.
Also folds in the post-1.4.2 dependency bumps (aiohttp 3.14.0, asyncssh
2.23.0 closing 3 advisories, uvicorn, pydantic-settings, pytest-asyncio,
CI actions). No schema migration, no breaking changes. Backend suite 745
passing; frontend type-checks and builds clean.1 parent bc6000d commit 1b27fe0
3 files changed
Lines changed: 58 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
7 | 63 | | |
8 | 64 | | |
9 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments