Skip to content

Commit 3abb863

Browse files
Reorganize changelogs
1 parent 7c63872 commit 3abb863

File tree

2 files changed

+20
-26
lines changed

2 files changed

+20
-26
lines changed

fern/changelog/2025-06-24.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<Card title="Support for 'Inworld' Voice Provider" icon="microphone">
2+
You can now use Inworld as a voice provider by selecting [`Inworld`](https://dashboard.vapi.ai/assistants#:~:text=VOICE-,Voice%20Configuration,-Select%20a%20voice) in your configuration. You can also route your InWorld credentials under [Settings > Integrations](https://dashboard.vapi.ai/settings/integrations#:~:text=Save-,Inworld,-For%20using%20voices). Finally, there are new `Call.endedReason` codes to help you better understand why calls ended due to Inworld voice issues.
3+
4+
<Frame caption="Inworld Voice Configuration">
5+
<img src="../static/images/changelog/inworld-voice-configuration.png" />
6+
</Frame>
7+
</Card>
8+
9+
2. **HMAC Authentication for Webhook Credentials**: Secure your webhooks with HMAC authentication by configuring [`Assistant.credentials.authenticationPlan`](https://api.vapi.ai/api#:~:text=Assistant,-AssistantPaginatedResponse) with [`HMACAuthenticationPlan`](https://api.vapi.ai/api#:~:text=HMACAuthenticationPlan), providing an alternative to OAuth2.
10+
11+
3. **Detailed Call End Reasons for Inworld Voice**: New `endedReason` codes provide more insight when calls end due to Inworld voice issues.
12+
13+
14+
<Warning>
15+
**Breaking Change**: The `codeSwitchingEnabled` property has been removed from Deepgram transcribers. If you're currently using this property in your Deepgram transcriber configurations, you'll need to remove it to avoid errors.
16+
</Warning>
17+
18+
<Warning>
19+
**Deprecation Notice**: The `concurrencyLimit` setting in organization configurations is now deprecated.
20+
</Warning>

fern/changelog/2025-06-25-2.mdx

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)