Releases: VapiAI/server-sdk-ruby
Releases · VapiAI/server-sdk-ruby
1.0.0
0.0.3
chore: remove User-Agent header from HTTP client Remove the hardcoded `User-Agent` header from the default headers sent with every SDK request. This is an internal SDK header change with no impact on public API surface or consumer code. Key changes: - Remove `"User-Agent" => "vapi-server-sdk/0.0.2"` from default request headers 🌿 Generated with Fern
0.0.2
0.0.1
0.11.0
feat: add conversation type and dial timeout to Twilio SMS transport Enhance the Twilio SMS chat transport with new configuration options for better call handling. Add conversation type specification and dial timeout control for SIP transfers. Key changes: - Add conversation_type field to TwilioSmsChatTransport with new enum type - Add dial_timeout parameter to TransferPlan for SIP DIAL operations - Remove X-Fern-SDK-Version header from request headers - Add new type export for TwilioSmsChatTransportConversationType - Update documentation and validation for new fields 🌿 Generated with Fern