From b2d5fb62290b9a648a04693a2d32ebf253d684ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 24 Apr 2026 10:31:11 +0800 Subject: [PATCH] Bump version --- docs/changelog.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5722f5003..8402ee01d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,10 +2,19 @@ icon: material/alert-decagram --- -#### 1.14.0-alpha.17 +#### 1.14.0-alpha.18 +* Add Windows TLS engine **1** * Fixes and improvements +**1**: + +The new `windows` value for outbound TLS +[`engine`](/configuration/shared/tls/#engine) routes the TLS handshake +through Schannel via SSPI. Only available on Windows build 17763 or +later (Windows 10 version 1809, Windows Server 2019, or newer); TLS 1.3 +is only negotiated on Windows 11 or Windows Server 2022 and newer. + #### 1.13.11 * Fix process searcher failure introduced in 1.13.9