Add changelog for 2025-09-29 #716
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Breaking Changes & API Cleanup
Legacy Endpoint Removal: The following deprecated endpoints have been removed as part of our API modernization effort:
/logs- Use call artifacts and monitoring instead/workflow/{id}- Access workflows through the main workflow endpoints/test-suiteand related paths - Replaced by the new evaluation system/knowledge-baseand related paths - Integrated into model configurationsKnowledge Base Architecture Change: The
knowledgeBaseIdproperty has been removed from all model configurations. This affects:XaiModel,GroqModel,GoogleModelOpenAIModel,AnthropicModel,CustomLLMModelTranscriber Property Deprecation:
AssemblyAITranscriber.wordFinalizationMaxWaitTimeandFallbackAssemblyAITranscriber.wordFinalizationMaxWaitTimeare now deprecated:Schema Path Cleanup: Removed numerous unused schema paths from model configurations to simplify the API structure and improve performance. This cleanup affects internal schema references but doesn't impact your existing integrations.
New v2 API: We are introducing a new API version v2. These changes are part of our ongoing effort to:
For details on the new features that replace these deprecated endpoints, see our recent changelog entries:
- Enhanced Authentication & Custom Credentials (Aug 30)
- Recording Consent & Compliance Management (Sep 2)
- Evaluation System Foundation (Sep 5)
- Evaluation Execution & Results Processing (Sep 28)
If you're currently using any of the removed endpoints or properties, you must migrate to the new alternatives before this release. Contact support if you need assistance with migration strategies.Migration Guide
Replace/logsendpoint usage with call artifacts, monitoring plans, and end-of-call reports for comprehensive logging. Migrate from test-suite endpoints to the new evaluation system with mock conversations and comprehensive result tracking. Update model configurations to use the integrated knowledge base system instead of separateknowledgeBaseIdreferences. Replace deprecated transcriber timing properties with smart endpointing plans for better conversation flow control.Removed Endpoints
The following endpoints are no longer available:
GET /logs- Use call artifacts insteadGET /workflow/{id}- Use main workflow endpointsGET /test-suite,POST /test-suite- Use evaluation endpointsGET /test-suite/{id},PUT /test-suite/{id},DELETE /test-suite/{id}- Use evaluation managementPOST /test-suite/{testSuiteId}/run- Use evaluation runsGET /knowledge-base,POST /knowledge-base- Integrated into model configurationsSee Also:
Testing Steps
fern docs devor navigate to preview deployment