From 7df3ca574799ce1b9f410e98f418768c956cf033 Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Thu, 28 Aug 2025 15:27:23 +0000 Subject: [PATCH 1/2] feat(changelog): add new entry --- ...ns-added-custom-domains-now-supports-websockets.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/august2025/2025-08-28-functions-added-custom-domains-now-supports-websockets.mdx diff --git a/changelog/august2025/2025-08-28-functions-added-custom-domains-now-supports-websockets.mdx b/changelog/august2025/2025-08-28-functions-added-custom-domains-now-supports-websockets.mdx new file mode 100644 index 0000000000..cb5e12cde7 --- /dev/null +++ b/changelog/august2025/2025-08-28-functions-added-custom-domains-now-supports-websockets.mdx @@ -0,0 +1,10 @@ +--- +title: Custom domains now supports Websockets +status: added +date: 2025-08-28 +category: serverless +product: functions +--- + +Serverless Functions configured with Custom Domain is now compatible with Websockets. + From db94bcc666fc1b9e8e1f93e24e574ddabd2e9c60 Mon Sep 17 00:00:00 2001 From: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> Date: Fri, 29 Aug 2025 10:29:56 +0200 Subject: [PATCH 2/2] Update changelog/august2025/2025-08-28-functions-added-custom-domains-now-supports-websockets.mdx --- ...8-functions-added-custom-domains-now-supports-websockets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/august2025/2025-08-28-functions-added-custom-domains-now-supports-websockets.mdx b/changelog/august2025/2025-08-28-functions-added-custom-domains-now-supports-websockets.mdx index cb5e12cde7..b938a0c390 100644 --- a/changelog/august2025/2025-08-28-functions-added-custom-domains-now-supports-websockets.mdx +++ b/changelog/august2025/2025-08-28-functions-added-custom-domains-now-supports-websockets.mdx @@ -6,5 +6,5 @@ category: serverless product: functions --- -Serverless Functions configured with Custom Domain is now compatible with Websockets. +Serverless Functions configured with custom domains are now compatible with WebSockets.