Skip to content

Commit 47c63ad

Browse files
Add changelog for 2025-07-16 (#576)
1 parent 1d6fe0b commit 47c63ad

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

fern/changelog/2025-07-10.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Addition of `keypadInputPlan` for Workflow Calls**
2+
3+
You can now configure keypad input handling during workflow calls by specifying `workflow.keypadInputPlan`. This enables interactive features like menu selections or data entry using user keypad inputs.

fern/changelog/2025-07-11.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
1. **Define Hooks at Workflow Level**: You can now define call-level hooks using `Workflow.hooks` to trigger actions on call events.
2+
3+
2. **New Actions Available in Hooks**: Hooks support new actions like `say`, `tool`, `transfer`, and `function`, providing more options to define what happens when a hook is triggered.
4+
5+
3. **Hooks Triggered by Additional Events**: Hooks can now be set to trigger on new events such as `Call.ending`, `Customer.speech.timeout`, `Customer.speech.interrupted`, and `Assistant.speech.interrupted`, giving you more flexibility in handling different call scenarios.
6+
7+
4. **Conditional Hook Execution with Filters**: You can use the [`CallHookFilter`](https://api.vapi.ai/api#:~:text=CallHookFilter) to specify conditions under which a hook should trigger, allowing for precise control over hook activation based on call data.
8+
9+
5. **Enhanced Prompt Configuration in Actions**: With [`SayHookAction`](https://api.vapi.ai/api#:~:text=SayHookAction), you can configure prompts as a string or an array of messages, providing flexibility in how messages are delivered to callers.

fern/changelog/2025-07-15.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1. **Standardized 'Provider Resources' API Summaries and Tags**: The API endpoints for provider resources now have clearer summaries and are grouped under the **Provider Resources** tag, making them easier to find and understand.
2+
3+
2. **Added `'westus2'` Azure Region Support**: You can now specify `'westus2'` as a region when configuring Azure credentials, allowing access to services in this new region.
4+
5+
3. **Removed `'trial'` Subscription Type**: The `'trial'` option has been removed from subscription types; ensure your application no longer uses `'trial'` and updates to valid subscription types.

fern/changelog/2025-07-16.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
1. **Addition of `model` property to Workflows**: You can now set a default language model for your workflows using [`Workflow.model`](https://api.vapi.ai/api#:~:text=TrieveKnowledgeBaseImport-,Workflow,-UpdateWorkflowDTO). This simplifies configuration by allowing you to specify the model once for the entire workflow instead of at each node.
2+
3+
2. **Removal of `westus2` region from Azure credentials**: The `westus2` region is no longer supported in Azure credential configurations. Update your Azure credentials to use a different region to maintain access to Azure services.
4+
5+
<Warning>
6+
The following OpenAI models have been removed and are no longer available: `gpt-4.5-preview`, `o1-preview`, and `o1-preview-2024-09-12`.
7+
Update your workflows to use supported models to avoid interruptions.
8+
</Warning>

0 commit comments

Comments
 (0)