Skip to content

Changelog page November 11 to November 14, 2024 #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 15 additions & 7 deletions fern/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,26 @@ subtitle: New features, improvements, and fixes every few days
slug: changelog
---

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

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.
- Use `Subscription.concurrencyLimitIncluded` to get the default concurrency limit provided with the subscription.
- Use `Subscription.concurrencyLimitPurchased` to get any additional purchased concurrency limit.
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`.

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

<AccordionGroup>
<Accordion title="November 6 to November 11, 2024">
1. **Subscription Updates**: You can now check the number of minutes used in a subscription with `Subscription.minutesUsed` (Enterprise only).

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.
- Use `Subscription.concurrencyLimitIncluded` to get the default concurrency limit provided with the subscription.
- Use `Subscription.concurrencyLimitPurchased` to get any additional purchased concurrency limit.

<Frame caption="View subscription concurrency limits in the [Subscription schema](https://api.vapi.ai/api/)">
<img src="./static/images/changelog/subscription-concurrency.png" />
</Frame>
</Accordion>
<Accordion title="November 4 to November 6, 2024">
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`.

Expand Down
Binary file added fern/static/images/changelog/langfuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading