From 79f698dff330a1803ad1cb9dfef6db3dbd56603e Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 24 Jul 2025 22:35:04 +1000 Subject: [PATCH] docs(changelog): improve wording of entry for #9979 (#9988) --- website/src/components/Changelog/Android.tsx | 4 ++-- website/src/components/Changelog/Apple.tsx | 4 ++-- website/src/components/Changelog/GUI.tsx | 4 ++-- website/src/components/Changelog/Gateway.tsx | 7 ++++++- website/src/components/Changelog/Headless.tsx | 4 ++-- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/website/src/components/Changelog/Android.tsx b/website/src/components/Changelog/Android.tsx index 19d9ce64b..ae275c660 100644 --- a/website/src/components/Changelog/Android.tsx +++ b/website/src/components/Changelog/Android.tsx @@ -30,8 +30,8 @@ export default function Android() { establish. - Fixes an issue where connections would sometimes fail to establish - reliably. + Fixes an issue where connections in low-latency networks (between + Client and Gateway) would fail to establish reliably. diff --git a/website/src/components/Changelog/Apple.tsx b/website/src/components/Changelog/Apple.tsx index 93c163e55..5bb56063d 100644 --- a/website/src/components/Changelog/Apple.tsx +++ b/website/src/components/Changelog/Apple.tsx @@ -30,8 +30,8 @@ export default function Apple() { establish. - Fixes an issue where connections would sometimes fail to establish - reliably. + Fixes an issue where connections in low-latency networks (between + Client and Gateway) would fail to establish reliably. diff --git a/website/src/components/Changelog/GUI.tsx b/website/src/components/Changelog/GUI.tsx index ef092748f..bf2fe3050 100644 --- a/website/src/components/Changelog/GUI.tsx +++ b/website/src/components/Changelog/GUI.tsx @@ -16,8 +16,8 @@ export default function GUI({ os }: { os: OS }) { establish. - Fixes an issue where connections would sometimes fail to establish - reliably. + Fixes an issue where connections in low-latency networks (between + Client and Gateway) would fail to establish reliably. diff --git a/website/src/components/Changelog/Gateway.tsx b/website/src/components/Changelog/Gateway.tsx index af8018680..1d056054e 100644 --- a/website/src/components/Changelog/Gateway.tsx +++ b/website/src/components/Changelog/Gateway.tsx @@ -22,7 +22,12 @@ export default function Gateway() { return ( - + + + Fixes an issue where connections in low-latency networks (between + Client and Gateway) would fail to establish reliably. + + Excludes ICMP errors from the ICMP traffic filter. Those are now diff --git a/website/src/components/Changelog/Headless.tsx b/website/src/components/Changelog/Headless.tsx index e906e6479..e062dbbc8 100644 --- a/website/src/components/Changelog/Headless.tsx +++ b/website/src/components/Changelog/Headless.tsx @@ -15,8 +15,8 @@ export default function Headless({ os }: { os: OS }) { establish. - Fixes an issue where connections would sometimes fail to establish - reliably. + Fixes an issue where connections in low-latency networks (between + Client and Gateway) would fail to establish reliably.