Releases: VapiAI/server-sdk-ruby
Releases · VapiAI/server-sdk-ruby
1.1.0
feat: add subscriptionLimits field to Call type Add an optional `subscription_limits` field to the `Call` type that surfaces `SubscriptionLimits` data directly on call objects. This is a backward-compatible addition — existing code that does not reference this field is unaffected. Key changes: - Add optional `subscription_limits` field (mapped from `subscriptionLimits`) to `Vapi::Types::Call` - Field is typed as `Vapi::Types::SubscriptionLimits` and is nullable: false, optional: true 🌿 Generated with Fern
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