Skip to content

Add changelog for 2025-08-11 #609

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 1 commit into from
Aug 11, 2025
Merged

Add changelog for 2025-08-11 #609

merged 1 commit into from
Aug 11, 2025

Conversation

quantstruct-bot
Copy link
Collaborator

Description

New Features & Enhancements

  1. Enhanced Call Artifacts: You can now store detailed information about call workflows and outcomes using Artifact objects. Key properties include:
    • nodes: History of workflow nodes executed during the call.
    • messages: All messages spoken during the call.
    • logUrl: New! Direct URL to detailed call logs for debugging.
    • pcapUrl: Packet capture URL for phone calls (provider: vapi or byo-phone-number).
    • recording: Recording URL (requires assistant.artifactPlan.recordingEnabled).
    • transcript: Convenient full call transcript.
    • variableValues: Final workflow variable states.
    • messagesOpenAIFormatted: Spoken messages, formatted for OpenAI.
`recordingUrl`, `videoRecordingUrl`, `stereoRecordingUrl`, and `videoRecordingStartDelaySeconds` are now deprecated in favor of the new `recording` and related properties within the `Artifact` object.
  1. Improved Azure Speech Segmentation Tuning: You can now fine-tune speech segmentation in your Azure Speech Transcriber using segmentationStrategy, segmentationMaximumTimeMs, and segmentationSilenceTimeoutMs properties for better transcription control. This applies to both Azure Speech Transcriber and Fallback Azure Speech Transcriber.
The `segmentationMaxTimeMs` property in [`AzureSpeechTranscriber`](https://api.vapi.ai/api#:~:text=AzureSpeechTranscriber) has been replaced by `segmentationMaximumTimeMs` for consistency.

Deprecations

messagePlan and backgroundDenoisingEnabled are now part of Assistant.backgroundSpeechDenoisingPlan instead of Assistant and AssistantOverrides directly. stripeCustomerId is now part of Subscription instead of Org. segmentationMaxTimeMs property has been renamed to segmentationMaximumTimeMs for consistency.

Testing Steps

  • Run the app locally using fern docs dev or navigate to preview deployment
  • Ensure that the changed pages and code snippets work

Copy link
Contributor

Copy link
Contributor

@quantstruct-bot quantstruct-bot changed the title Add changelog for 2025-08-01.mdx Add changelog for 2025-08-11.mdx Aug 11, 2025
@quantstruct-bot quantstruct-bot changed the title Add changelog for 2025-08-11.mdx Add changelog for 2025-08-11 Aug 11, 2025
Copy link
Contributor

@quantstruct-bot quantstruct-bot merged commit a99f434 into main Aug 11, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant