From 26259cb82db1fa58a6e39955241ebcc8eba37224 Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 27 Aug 2026 09:06:39 -0700 Subject: [PATCH 1/2] What's New for the week of 08-24-2026 --- fern/changelog/2026-08-24.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 fern/changelog/2026-08-24.mdx diff --git a/fern/changelog/2026-08-24.mdx b/fern/changelog/2026-08-24.mdx new file mode 100644 index 000000000..a38d97442 --- /dev/null +++ b/fern/changelog/2026-08-24.mdx @@ -0,0 +1,15 @@ +# What's New: Week of August 24, 2026 + +## Product Updates + +1. **AssemblyAI Universal 3.5 Pro**: AssemblyAI's [Universal 3.5 Pro](/providers/transcriber/assembly-ai) model is now available as a transcriber for your assistants. + +2. **Websocket Call Type Filter**: You can now filter call logs by Websocket call type. + +## Fixes and Improvements + +- **Composer**: Reduced startup time for a smoother experience when you start a conversation. +- **Assistant editor**: Fixed an issue where draft changes could stop saving. +- **AssemblyAI**: Updated V3 streaming transcription to be more reliable. +- **Azure OpenAI**: Improved GPT-5.6 tool call reliability and more accurate region handling for model selection and EU routing. +- **Dashboard**: Sort controls no longer act as filters. From b7bdec1bee5d56c3ca78d29c79f0e7a5e33d2c45 Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 27 Aug 2026 09:09:05 -0700 Subject: [PATCH 2/2] Trim to two product updates; remove headings and Fixes section --- fern/changelog/2026-08-24.mdx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/fern/changelog/2026-08-24.mdx b/fern/changelog/2026-08-24.mdx index a38d97442..f60a319be 100644 --- a/fern/changelog/2026-08-24.mdx +++ b/fern/changelog/2026-08-24.mdx @@ -1,15 +1,5 @@ # What's New: Week of August 24, 2026 -## Product Updates - 1. **AssemblyAI Universal 3.5 Pro**: AssemblyAI's [Universal 3.5 Pro](/providers/transcriber/assembly-ai) model is now available as a transcriber for your assistants. 2. **Websocket Call Type Filter**: You can now filter call logs by Websocket call type. - -## Fixes and Improvements - -- **Composer**: Reduced startup time for a smoother experience when you start a conversation. -- **Assistant editor**: Fixed an issue where draft changes could stop saving. -- **AssemblyAI**: Updated V3 streaming transcription to be more reliable. -- **Azure OpenAI**: Improved GPT-5.6 tool call reliability and more accurate region handling for model selection and EU routing. -- **Dashboard**: Sort controls no longer act as filters.