Skip to content

Commit e3ebea5

Browse files
Add changelog for 2025-08-01.mdx
1 parent 4f16438 commit e3ebea5

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

fern/changelog/2025-08-01.mdx

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# New Features & Enhancements
2+
3+
1. **Enhanced Call [`Artifacts`](https://api.vapi.ai/api#:~:text=Artifact)**: You can now store detailed information about call workflows and outcomes using [`Artifact`](https://api.vapi.ai/api#:~:text=Artifact) objects. Key properties include:
4+
- `nodes`: History of workflow nodes executed during the call.
5+
- `messages`: All messages spoken during the call.
6+
- `logUrl`: **New!** Direct URL to detailed call logs for debugging.
7+
- `pcapUrl`: Packet capture URL for phone calls (provider: `vapi` or `byo-phone-number`).
8+
- `recording`: Recording URL (requires `assistant.artifactPlan.recordingEnabled`).
9+
- `transcript`: Convenient full call transcript.
10+
- `variableValues`: Final workflow variable states.
11+
- `messagesOpenAIFormatted`: Spoken messages, formatted for OpenAI.
12+
13+
<Warning>
14+
`recordingUrl`, `videoRecordingUrl`, `stereoRecordingUrl`, and `videoRecordingStartDelaySeconds` are now deprecated in favor of the new `recording` and related properties within the `Artifact` object.
15+
</Warning>
16+
17+
2. **Improved Azure Speech Segmentation Tuning**: You can now fine-tune speech segmentation in your [`Azure Speech Transcriber`](https://api.vapi.ai/api#:~:text=AzureSpeechTranscriber) using `segmentationStrategy`, `segmentationMaximumTimeMs`, and `segmentationSilenceTimeoutMs` properties for better transcription control. This applies to both [`Azure Speech Transcriber`](https://api.vapi.ai/api#:~:text=AzureSpeechTranscriber) and [`Fallback Azure Speech Transcriber`](https://api.vapi.ai/api#:~:text=FallbackAzureSpeechTranscriber).
18+
19+
<Warning>
20+
The `segmentationMaxTimeMs` property in [`AzureSpeechTranscriber`](https://api.vapi.ai/api#:~:text=AzureSpeechTranscriber) has been replaced by `segmentationMaximumTimeMs` for consistency.
21+
</Warning>
22+
23+
## Deprecations
24+
<CardGroup cols={3}>
25+
<Card title="Assistant & Related Objects" icon="cog">
26+
<code>messagePlan</code> and <code>backgroundDenoisingEnabled</code> are now part of <code>Assistant.backgroundSpeechDenoisingPlan</code> instead of <code>Assistant</code> and <code>AssistantOverrides</code> directly.
27+
</Card>
28+
<Card title="Org" icon="building">
29+
<code>stripeCustomerId</code> is now part of <code>Subscription</code> instead of <code>Org</code>.
30+
</Card>
31+
<Card title="AzureSpeechTranscriber" icon="brands microsoft">
32+
<code>segmentationMaxTimeMs</code> property has been renamed to <code>segmentationMaximumTimeMs</code> for consistency.
33+
</Card>
34+
</CardGroup>
35+

0 commit comments

Comments
 (0)