Skip to content

Commit 7c63872

Browse files
Add changelog for 2025-06-27 (#544)
* Add changelog for 2025-06-25-2 * Add changelog for 2025-06-26
1 parent 1feb61a commit 7c63872

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
1. **Support for 'Inworld' Voice Provider**: 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.
2+
3+
<Frame caption="Inworld Voice Configuration">
4+
<img src="../static/images/changelog/inworld-voice-configuration.png" />
5+
</Frame>
6+
7+
2. **Detailed Call End Reasons for Inworld Voice**: New `endedReason` codes provide more insight when calls end due to Inworld voice issues, aiding in better error handling.
8+
9+
3. **New Google Language Models Available**: You can now use `'gemini-2.5-pro'` when using Google as a model provider.
10+
11+
<Frame caption="Google Model Configuration">
12+
<img src="../static/images/changelog/gemini-2.5-pro.png" />
13+
</Frame>
14+
15+
4. **Removal of `codeSwitchingEnabled` from Deepgram Transcriber**: The `codeSwitchingEnabled` property is no longer supported in Deepgram transcribers; update your Deepgram transcriber settings accordingly.
16+
17+
<Warning>
18+
**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.
19+
</Warning>
20+
21+
<Warning>
22+
**Breaking Change**: The `'aws-sts'` type is no longer supported in [`OAuth2AuthenticationPlan`](https://api.vapi.ai/api#:~:text=OAuth2AuthenticationPlan). If you're currently using this type in your OAuth2 authentication configurations, you'll need to update it to avoid errors.
23+
</Warning>
24+
25+
**Include Messages in Transfer Destination Requests**: When transferring calls, you can now include a `message` to communicate with users during the process with `Assistant.transferDestination.message`.
26+

fern/changelog/2025-06-26.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<Card title="Web Chat Support for Assistants" icon="message-circle">
2+
**Create web-based chat sessions with your assistants** using the new [`Web Chat`](https://api.vapi.ai/api#:~:text=WebChat) integration with [`OpenAI Web Chat Requests`](https://api.vapi.ai/api#:~:text=OpenAIWebChatRequest). Accept user input as strings or message arrays and manage conversations with session and customer information.
3+
</Card>
4+
5+
2. **Inworld TTS Voice Provider Integration**: You can now customize which language [`Inworld Voices`](https://api.vapi.ai/api#:~:text=InworldVoice) use like `English`, `Chinese`, and `Korean`. You can also set the TTS `model` and toggle voice caching with `cachingEnabled`.
6+
7+
<Frame caption="Inworld Voice Configuration">
8+
<img src="../static/images/changelog/inworld-voice-configuration.png" />
9+
</Frame>
10+
11+
12+
3. **Additional Customer Information Fields**: You can now include `email` and `externalId` fields when [creating customers](https://api.vapi.ai/api#:~:text=CreateCustomerDTO). You can also disable the E164 number format check with `numberE164CheckEnabled` – setting it to `false` lets you use non-E164 numbers like `1234` or `abc`, useful for dialing non-standard numbers on SIP trunks. This lets you store extra contact information and link customers to external systems.
13+
14+
4. **`schedulePlan` No Longer Required in Campaigns**: You can now [create campaigns](https://docs.vapi.ai/api-reference/campaigns/campaign-controller-create) without specifying a `schedulePlan`.
15+
16+
<Note>
17+
**Behavior Change**: The `Chat.assistantOverrides` property now only supports variable substitution in chat contexts, limiting its functionality compared to previous versions.
18+
</Note>
Loading

0 commit comments

Comments
 (0)