From 98d20d9346ebe75aa1d197119f52c163f0c7bc8a Mon Sep 17 00:00:00 2001 From: Quantstruct Bot Date: Wed, 25 Jun 2025 10:18:28 -0600 Subject: [PATCH] Add changelog for 2025-06-07-1 --- fern/changelog/2025-06-25-1.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fern/changelog/2025-06-25-1.mdx diff --git a/fern/changelog/2025-06-25-1.mdx b/fern/changelog/2025-06-25-1.mdx new file mode 100644 index 00000000..5ab2be0c --- /dev/null +++ b/fern/changelog/2025-06-25-1.mdx @@ -0,0 +1,10 @@ + + **Create support tickets directly through Vapi ** using the new [`/support/ticket`](https://api.vapi.ai/api#:~:text=SupportTicket) endpoint, simplifying how you request assistance. + + +**HMAC Authentication for Webhook Credentials**: Secure your webhooks with HMAC authentication by configuring [`Assistant.credentials.authenticationPlan`](https://api.vapi.ai/api#:~:text=Assistant,-AssistantPaginatedResponse) with [`HMACAuthenticationPlan`](https://api.vapi.ai/api#:~:text=HMACAuthenticationPlan), providing an alternative to OAuth2. + + + **Deprecation Notice**: The `concurrencyLimit` setting in organization configurations is now deprecated. + +