Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: VapiAI/server-sdk-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fs/patch-lint-failure
Choose a base ref
...
head repository: VapiAI/server-sdk-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 15 files changed
  • 4 contributors

Commits on Apr 10, 2026

  1. Release 0.0.2

    fern-api[bot] authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    13725a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2026

  1. Update ci.yml

    dhruva-vapi authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    84dad25 View commit details
    Browse the repository at this point in the history
  2. Update vapi.gemspec

    dhruva-vapi authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    c6bffcd View commit details
    Browse the repository at this point in the history
  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
    fern-api[bot] authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    ebae4fb View commit details
    Browse the repository at this point in the history
  4. Update ci.yml

    dhruva-vapi authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    56f484d View commit details
    Browse the repository at this point in the history
  5. Update version.rb

    dhruva-vapi authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    bcce2eb View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2026

  1. Release 1.0.0

    fern-api[bot] authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    75744e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. 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
    fern-api[bot] authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    c9c04d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. 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
    fern-api[bot] authored Jun 24, 2026
    Configuration menu
    Copy the full SHA
    d8257d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. chore: notify Slack for SDK release PRs (#5)

    Co-authored-by: Dhruva Reddy <dhruva2000@gmail.com>
    dhruva-vapi and dhruva-reddy authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    36f17a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2026

  1. Configuration menu
    Copy the full SHA
    6d386a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from VapiAI/fix/preserve-release-notification

    fix: preserve SDK release notification workflow
    shuaib-ahmed-vapi authored Jul 7, 2026
    Configuration menu
    Copy the full SHA
    caafff7 View commit details
    Browse the repository at this point in the history
Loading