From 8065cc96b398ba374d9bf9f3c775fc6a081b91dc Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 7 May 2026 20:13:22 +0000 Subject: [PATCH 1/3] docs(whats-new): add Week of May 4, 2026 entry Announces general availability of the Soniox transcriber for all customers. https://claude.ai/code/session_01LZKc1zrMXuAC3GXiGc4Gin --- fern/changelog/2026-05-04.mdx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fern/changelog/2026-05-04.mdx diff --git a/fern/changelog/2026-05-04.mdx b/fern/changelog/2026-05-04.mdx new file mode 100644 index 000000000..cacc8622a --- /dev/null +++ b/fern/changelog/2026-05-04.mdx @@ -0,0 +1,3 @@ +# What's New: Week of May 4, 2026 + +1. **Soniox — General Availability**: The Soniox transcriber is now available to all customers. From 4e6c8c67b61aab896573f55eaec3d570fc2734db Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 7 May 2026 20:20:59 +0000 Subject: [PATCH 2/3] docs(whats-new): expand Soniox GA entry with quick description Adds a short description covering the rollout (no waitlist or flag) and how to configure Soniox as the assistant transcriber. https://claude.ai/code/session_01LZKc1zrMXuAC3GXiGc4Gin --- fern/changelog/2026-05-04.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/changelog/2026-05-04.mdx b/fern/changelog/2026-05-04.mdx index cacc8622a..e13fdec71 100644 --- a/fern/changelog/2026-05-04.mdx +++ b/fern/changelog/2026-05-04.mdx @@ -1,3 +1,3 @@ # What's New: Week of May 4, 2026 -1. **Soniox — General Availability**: The Soniox transcriber is now available to all customers. +1. **Soniox — General Availability**: The Soniox transcriber is now rolled out to all customers — no waitlist or feature flag required. Configure it on any assistant via `assistant.transcriber` (provider: `soniox`) for low-latency, multilingual real-time speech-to-text. From b3d1389928e3c5adc1d34409ce97518a26e71e94 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 7 May 2026 20:31:16 +0000 Subject: [PATCH 3/3] docs(whats-new): tighten Soniox GA description Drops the 'no waitlist or feature flag' phrasing per review. https://claude.ai/code/session_01LZKc1zrMXuAC3GXiGc4Gin --- fern/changelog/2026-05-04.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/changelog/2026-05-04.mdx b/fern/changelog/2026-05-04.mdx index e13fdec71..ab51f4ba2 100644 --- a/fern/changelog/2026-05-04.mdx +++ b/fern/changelog/2026-05-04.mdx @@ -1,3 +1,3 @@ # What's New: Week of May 4, 2026 -1. **Soniox — General Availability**: The Soniox transcriber is now rolled out to all customers — no waitlist or feature flag required. Configure it on any assistant via `assistant.transcriber` (provider: `soniox`) for low-latency, multilingual real-time speech-to-text. +1. **Soniox — General Availability**: The Soniox transcriber is now rolled out to all customers. Configure it on any assistant via `assistant.transcriber` (provider: `soniox`) for low-latency, multilingual real-time speech-to-text.