From 17ec3c71af8ca946dc50bf0d927c39fc77322aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Mon, 3 Aug 2026 12:33:48 +0800 Subject: [PATCH] Bump version --- clients/android | 2 +- clients/apple | 2 +- docs/changelog.md | 13 +++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/clients/android b/clients/android index 124a7c13..6ddd91f2 160000 --- a/clients/android +++ b/clients/android @@ -1 +1 @@ -Subproject commit 124a7c13038fcc389e3efbe61504fe6ab14724d9 +Subproject commit 6ddd91f2b3bc0367f2343de1e0467eec191b7470 diff --git a/clients/apple b/clients/apple index afb1ac6f..6a74d3b2 160000 --- a/clients/apple +++ b/clients/apple @@ -1 +1 @@ -Subproject commit afb1ac6fd63aeb4660f39b21bde4a3f52cdee9fa +Subproject commit 6a74d3b29bcc1dfb92379c3bdf748ad8e8783524 diff --git a/docs/changelog.md b/docs/changelog.md index d87fd48d..51c11620 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,19 @@ icon: material/alert-decagram --- +#### 1.13.16 + +* Remove client metadata from AnyTLS requests by default **1** +* Fixes and improvements + +**1**: + +We found that the AnyTLS client implementation uploads metadata that is +**not used by the open-source server**, and there are reports of vendors using +it to profile and discriminate against users. We now leave it empty by default +and allow you to customize it, see +[AnyTLS client metadata](/manual/misc/anytls-client-metadata/). + #### 1.13.15 * Fixes and improvements