For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
WebsiteStatusSupportDashboard
DocumentationAPI ReferenceMCPSDKsCLI (new)What's New?
DocumentationAPI ReferenceMCPSDKsCLI (new)What's New?
LogoLogo
WebsiteStatusSupportDashboard

What's New?

Subscribe to the latest product updates
July 31, 2025
July 31, 2025
Was this page helpful?
Edit this page
Previous

July 25, 2025

Next
Built with
  1. Artifact Logging: You can now access call logs directly through the new logUrl property in the Artifact schema, providing a direct URL to call logs for each workflow execution to aid in debugging and compliance.

  2. Azure Speech Transcriber Segmentation: You can now fine-tune speech segmentation in AzureSpeechTranscriber using segmentationStrategy, segmentationMaximumTimeMs, and segmentationSilenceTimeoutMs properties for better transcription control.

Breaking Changes

The following changes may require updates to your existing integrations:

  • The messagePlan and backgroundDenoisingEnabled properties have been removed from Assistant, AssistantOverrides, CreateAssistantDTO, and UpdateAssistantDTO. Use backgroundSpeechDenoisingPlan instead for background denoising configuration.

  • The segmentationMaxTimeMs property in AzureSpeechTranscriber has been replaced by segmentationMaximumTimeMs for consistency.

  • The variables field in Artifact and NodeArtifact has been replaced by variableValues to standardize how extracted data is stored and referenced.