Skip to content

Commit 572f437

Browse files
Add changelog for 2025-06-03
1 parent e962544 commit 572f437

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

fern/changelog/2025-05-31.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# SIP Call Error Handling Updates
2+
3+
The following specific SIP error codes have been added to help identify call failures:
4+
5+
<CodeBlocks>
6+
- `call.in-progress.error-sip-inbound-call-failed-to-connect`
7+
- `call.in-progress.error-providerfault-outbound-sip-403-forbidden`
8+
- `call.in-progress.error-providerfault-outbound-sip-407-proxy-authentication-required`
9+
- `call.in-progress.error-providerfault-outbound-sip-503-service-unavailable`
10+
- `call.in-progress.error-providerfault-outbound-sip-480-temporarily-unavailable`
11+
- `call.in-progress.error-sip-outbound-call-failed-to-connect`
12+
- `call.in-progress.error-vapifault-worker-died`
13+
</CodeBlocks>
14+
15+
<Warning>
16+
The generic error code `call.in-progress.error-sip-telephony-provider-failed-to-connect-call` has been removed. Update your error handling to use the new specific error codes instead.
17+
</Warning>

fern/changelog/2025-06-03.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Azure OpenAI Compatibility Mode and JSON Schema Updates
2+
3+
1. **`toolStrictCompatibilityMode` for Azure OpenAI Models**: Added a new option to handle Azure OpenAI's validation limitations. Set `toolStrictCompatibilityMode` in your `OpenAIModel` config to either:
4+
- `strip-parameters-with-unsupported-validation`: Removes entire parameters that have unsupported validations
5+
- `strip-unsupported-validation`: Keeps parameters but removes unsupported validation aspects
6+
Default is `strip-unsupported-validation`.

0 commit comments

Comments
 (0)