You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/changelog.mdx
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,26 @@ subtitle: New features, improvements, and fixes every few days
4
4
slug: changelog
5
5
---
6
6
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
9
8
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`.
13
10
14
-
<Framecaption="View subscription concurrency limits in the [Subscription schema](https://api.vapi.ai/api/)">
<Accordiontitle="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
+
<Framecaption="View subscription concurrency limits in the [Subscription schema](https://api.vapi.ai/api/)">
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`.
0 commit comments