Skip to content

Commit 76238b8

Browse files
Changelog page October 22 to October 25, 2024 (VapiAI#157)
* Add images for changelog page October 22 to October 25, 2024 * Changelog page October 22 to October 25, 2024
1 parent 2a6a049 commit 76238b8

File tree

3 files changed

+38
-16
lines changed

3 files changed

+38
-16
lines changed

changelog.mdx

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,54 @@ sidebarTitle: "Changelog"
44
description: "New features, improvements, and fixes every few days"
55
---
66

7-
# October 19 to October 22, 2024
7+
# October 22 to October 25, 2024
88

9-
1. **Invite Multiple Users via Email**: You can now invite up to 100 users at once by providing a list of email addresses inside your [org users page](https://dashboard.vapi.ai/org/users). Click `'+'` after entering an email address, select the role as *Editor* or *Admin*, and click `'Invite'`.
9+
1. **Specify API Traffic Channel for Organizations**: You can now configure which `channel` (cluster) your API traffic will be routed to. Select between *daily* or *weekly* in your [organization settings page](https://dashboard.vapi.ai/org/settings)
1010

11-
<Frame caption="Invite Multiple Users via Email">
12-
<img src="/static/images/changelog/invite-multiple-users.png" alt="Invite Multiple Users via Email" />
13-
</Frame>
11+
<Frame caption="Organization Settings Page">
12+
<img src="/static/images/changelog/organization-settings-page.png" alt="Organization Settings Page" />
13+
</Frame>
1414

15-
2. **Simplified Subscription Status Handling**: Your subscription status no longer includes the `past-due` status, so you can streamline your subscription management without handling 'past-due' scenarios.
15+
2. **Customize Tavus Voice Properties**: You can now use Tavus as a voice provider under `assistant.voice`. Configure additional properties like language, recording options, and transcriptions via `assistant.voice.properties`.
1616

17-
# October 16 to October 19, 2024
18-
1. **Custom Transcriber Support**: You can now integrate your own transcription service by using `CustomTranscriber` at `assistant.transcriber`, `call.squad.members.assistant.transcriber`, and `call.squad.members.assistantOverrides.transcriber`. Provide your custom transcription server details via `server.url` to receive real-time transcriptions during calls.
17+
<Frame caption="Tavus Voice Properties">
18+
<img src="/static/images/changelog/tavus-voice.png" alt="Tavus Voice Properties" />
19+
</Frame>
1920

20-
2. **Increased Maximum Call Duration**: The maximum allowed value for `maxDurationSeconds` has increased from 21,600 to 43,200 seconds when creating or updating `Assistant` or `AssistantOverrides`. You can now configure your assistant to handle calls lasting up to 12 hours.
21+
3. **Multilingual Support in Tool Messages**: You can now use the `contents` property in `ToolMessageStart`, `ToolMessageFailed`, `ToolMessageDelayed`, and `ToolMessageComplete` to provide message variants for different languages. If you don't provide content for a language, the first item will be automatically translated to the active language during the conversation.
2122

22-
3. **New Voice Provider 'tavus'**: You can now specify `tavus` as a voice provider in `Assistant.voice`, `AssistantOverrides.voice`, `Call.voice` and in the Voice Library.
23+
4. **Automatic Translation of Message Contents**: For `CustomMessage`, `BlockStartMessage`, and `BlockCompleteMessage`, if specific content isn't provided for a language in `contents`, Vapi automatically translates the first item to the active language by default.
2324

24-
4. **Subscription Status 'frozen' Added**: A new status `frozen` has been added to `Subscription.status`, indicating when a subscription is temporarily inactive.
25+
5. **Removed Backchanneling Configuration**: The `backchannelingEnabled` property has been removed from when creating or updating `Assistant` or `AssistantOverrides. Backchanneling is no longer configurable in assistant settings.
2526

26-
5. **Added Subscription Coupon Codes**: You can now apply coupon codes to your subscription. Visit the [billing page](https://dashboard.vapi.ai/org/billing) to apply coupons to specific organizations within a subscription.
27-
28-
<Frame caption="Subscription Coupon Codes">
29-
<img src="/static/images/changelog/subscription-coupon-codes.png" alt="Subscription Coupon Codes" />
30-
</Frame>
3127

3228
<AccordionGroup>
29+
<Accordion title="October 19 to October 22, 2024">
30+
1. **Invite Multiple Users via Email**: You can now invite up to 100 users at once by providing a list of email addresses inside your [org users page](https://dashboard.vapi.ai/org/users). Click `'+'` after entering an email address, select the role as *Editor* or *Admin*, and click `'Invite'`.
31+
32+
<Frame caption="Invite Multiple Users via Email">
33+
<img src="/static/images/changelog/invite-multiple-users.png" alt="Invite Multiple Users via Email" />
34+
</Frame>
35+
36+
2. **Simplified Subscription Status Handling**: Your subscription status no longer includes the `past-due` status, so you can streamline your subscription management without handling 'past-due' scenarios.
37+
</Accordion>
38+
39+
<Accordion title="October 16 to October 19, 2024">
40+
1. **Custom Transcriber Support**: You can now integrate your own transcription service by using `CustomTranscriber` at `assistant.transcriber`, `call.squad.members.assistant.transcriber`, and `call.squad.members.assistantOverrides.transcriber`. Provide your custom transcription server details via `server.url` to receive real-time transcriptions during calls.
41+
42+
2. **Increased Maximum Call Duration**: The maximum allowed value for `maxDurationSeconds` has increased from 21,600 to 43,200 seconds when creating or updating `Assistant` or `AssistantOverrides`. You can now configure your assistant to handle calls lasting up to 12 hours.
43+
44+
3. **New Voice Provider 'tavus'**: You can now specify `tavus` as a voice provider in `Assistant.voice`, `AssistantOverrides.voice`, `Call.voice` and in the Voice Library.
45+
46+
4. **Subscription Status 'frozen' Added**: A new status `frozen` has been added to `Subscription.status`, indicating when a subscription is temporarily inactive.
47+
48+
5. **Added Subscription Coupon Codes**: You can now apply coupon codes to your subscription. Visit the [billing page](https://dashboard.vapi.ai/org/billing) to apply coupons to specific organizations within a subscription.
49+
50+
<Frame caption="Subscription Coupon Codes">
51+
<img src="/static/images/changelog/subscription-coupon-codes.png" alt="Subscription Coupon Codes" />
52+
</Frame>
53+
</Accordion>
54+
3355
<Accordion title="October 13 to October 16, 2024">
3456
1. **Apply Coupons to Subscriptions**: You can now apply coupons by specifying a `couponId` to add to a subscription.
3557

Loading
117 KB
Loading

0 commit comments

Comments
 (0)