Skip to content

Commit 58f8a8c

Browse files
Changelog page November 11 to November 14, 2024
1 parent dcfc42d commit 58f8a8c

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

fern/changelog.mdx

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,26 @@ subtitle: New features, improvements, and fixes every few days
44
slug: changelog
55
---
66

7-
# November 6 to November 11, 2024
8-
1. **Subscription Updates**: You can now check the number of minutes used in a subscription with `Subscription.minutesUsed` (Enterprise only).
7+
# November 11 to November 14, 2024
98

10-
2. **Updates to Concurrency Limits in your Subscription**: `Subscription.concurrencyLimit` now shows both the included and purchased limits, which better represents the total concurrency limit. Refer to the [Subscription schema](https://api.vapi.ai/api/) for more details.
11-
- Use `Subscription.concurrencyLimitIncluded` to get the default concurrency limit provided with the subscription.
12-
- Use `Subscription.concurrencyLimitPurchased` to get any additional purchased concurrency limit.
9+
1. **Langfuse Credential Management**: You can now send traces to Langfuse by providing your "Secret Key", "Public Key", and "Host URL" for better telemetry monitoring. Create and update these credentials in the [updated Provider Credentials page](https://dashboard.vapi.ai/keys), under `Observability Providers`.
1310

14-
<Frame caption="View subscription concurrency limits in the [Subscription schema](https://api.vapi.ai/api/)">
15-
<img src="./static/images/changelog/subscription-concurrency.png" />
11+
<Frame caption="Create and update Langfuse credentials in https://dashboard.vapi.ai/keys">
12+
<img src="./static/images/changelog/langfuse.png" />
1613
</Frame>
1714

1815
<AccordionGroup>
16+
<Accordion title="November 6 to November 11, 2024">
17+
1. **Subscription Updates**: You can now check the number of minutes used in a subscription with `Subscription.minutesUsed` (Enterprise only).
18+
19+
2. **Updates to Concurrency Limits in your Subscription**: `Subscription.concurrencyLimit` now shows both the included and purchased limits, which better represents the total concurrency limit. Refer to the [Subscription schema](https://api.vapi.ai/api/) for more details.
20+
- Use `Subscription.concurrencyLimitIncluded` to get the default concurrency limit provided with the subscription.
21+
- Use `Subscription.concurrencyLimitPurchased` to get any additional purchased concurrency limit.
22+
23+
<Frame caption="View subscription concurrency limits in the [Subscription schema](https://api.vapi.ai/api/)">
24+
<img src="./static/images/changelog/subscription-concurrency.png" />
25+
</Frame>
26+
</Accordion>
1927
<Accordion title="November 4 to November 6, 2024">
2028
1. **New Anthropic model `claude-3-5-haiku-20241022` added**: You can now use `claude-3-5-haiku-20241022` in your assistants. Specify `anthropic` in `Assistant.model.provider` and `claude-3-5-haiku-20241022` in `Assistant.model`.
2129

0 commit comments

Comments
 (0)