From 60167bc049de9cac7fd883d2c95c1ee7d1015db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sat, 22 Feb 2025 17:41:11 +0800 Subject: [PATCH] documentation: Bump version --- docs/changelog.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 4c57fff2..39b84700 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,13 +4,27 @@ icon: material/alert-decagram #### 1.12.0-alpha.10 -* Improve `resolve` route action **1** +* Add AnyTLS protocol **1** +* Improve `resolve` route action **2** +* Migrate to stdlib ECH implementation **3** * Fixes and improvements **1**: +The new AnyTLS protocol claims to mitigate TLS proxy traffic characteristics and comes with a new multiplexing scheme. + +See [AnyTLS Inbound](/configuration/inbound/anytls/) and [AnyTLS Outbound](/configuration/outbound/anytls/). + +**2**: + `resolve` route action now accepts `disable_cache` and other options like in DNS route actions, see [Route Action](/configuration/route/rule_action). +**3**: + +See [TLS](/configuration/shared/tls). + +The build tag `with_ech` is no longer needed and has been removed. + #### 1.12.0-alpha.7 * Add Tailscale DNS server **1**