Skip to content

Commit

Permalink
Changelog page November 11 to November 14, 2024 (#35)
Browse files Browse the repository at this point in the history
* Changelog image November 11 to November 14, 2024

* Changelog page November 11 to November 14, 2024
  • Loading branch information
quantstruct-bot authored Nov 14, 2024
1 parent 8b8b034 commit ac0a634
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
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.

0 comments on commit ac0a634

Please sign in to comment.