-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: VapiAI/server-sdk-ruby
base: fs/patch-lint-failure
head repository: VapiAI/server-sdk-ruby
compare: main
- 12 commits
- 15 files changed
- 4 contributors
Commits on Apr 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 13725a8 - Browse repository at this point
Copy the full SHA 13725a8View commit details
Commits on Apr 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 84dad25 - Browse repository at this point
Copy the full SHA 84dad25View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6bffcd - Browse repository at this point
Copy the full SHA c6bffcdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ebae4fb - Browse repository at this point
Copy the full SHA ebae4fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f484d - Browse repository at this point
Copy the full SHA 56f484dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcce2eb - Browse repository at this point
Copy the full SHA bcce2ebView commit details
Commits on Apr 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 75744e2 - Browse repository at this point
Copy the full SHA 75744e2View commit details
Commits on Apr 22, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for c9c04d1 - Browse repository at this point
Copy the full SHA c9c04d1View commit details
Commits on Jun 24, 2026
-
feat!: rename CartesiaExperimentalControlsSpeedZero and FallbackAzure…
…VoiceVoiceIdZero modules Rename two internal enum modules to better reflect their purpose and align with updated naming conventions. These modules are part of the public type system and any code referencing them by name will break. Key changes: - Rename `Vapi::Types::CartesiaExperimentalControlsSpeedZero` → `Vapi::Types::CartesiaSpeedControlZero` - Rename `Vapi::Types::FallbackAzureVoiceVoiceIdZero` → `Vapi::Types::FallbackAzureVoiceIdZero` - Update `CartesiaSpeedControl` and `FallbackAzureVoiceId` union members to reference the new module names 🌿 Generated with Fern
Configuration menu - View commit details
-
Copy full SHA for d8257d5 - Browse repository at this point
Copy the full SHA d8257d5View commit details
Commits on Jun 26, 2026
-
chore: notify Slack for SDK release PRs (#5)
Co-authored-by: Dhruva Reddy <dhruva2000@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 36f17a8 - Browse repository at this point
Copy the full SHA 36f17a8View commit details
Commits on Jul 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6d386a4 - Browse repository at this point
Copy the full SHA 6d386a4View commit details -
Merge pull request #6 from VapiAI/fix/preserve-release-notification
fix: preserve SDK release notification workflow
Configuration menu - View commit details
-
Copy full SHA for caafff7 - Browse repository at this point
Copy the full SHA caafff7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff fs/patch-lint-failure...main