Bump stripe from 13.5.0 to 14.0.0 #2063

Merged
dependabot[bot] merged 2 commits from dependabot/bundler/stripe-14.0.0 into main 2025-04-08 23:25:49 +08:00
dependabot[bot] commented 2025-04-07 15:44:00 +08:00 (Migrated from github.com)

Bumps stripe from 13.5.0 to 14.0.0.

Release notes

Sourced from stripe's releases.

v14.0.0

  • #1559 Add RBI annotations for fields and params

    • Adds explicit field types for resources and parameters for methods, and add RBI static annotations for all resources and services image
    • See the wiki for more details
  • #1543 Support for APIs in the new API version 2025-03-31.basil

    This release changes the pinned API version to 2025-03-31.basil.

    ⚠️ Breaking changes due to changes in the Stripe API

    Please review details for the breaking changes and alternatives in the Stripe API changelog before upgrading.

    • Remove support for resources SubscriptionItemUsageRecordSummary and SubscriptionItemUsageRecord
    • Remove support for create method on resource SubscriptionItemUsageRecord
    • Remove support for list method on resource SubscriptionItemUsageRecordSummary
    • Remove support for upcomingLines and upcoming methods on resource Invoice

    ⚠️ Other breaking changes in the SDK

    • #1553 Remove public idempotent_replayed? method
      • ⚠️ Remove the idempotent_replayed? method on StripeError
        • The information is accessible indirectly via the raw response headers, StripeResponse.http_headers. For example, use resource.last_response.http_headers['Idempotent-Replayed']

    Additions to the Stripe API

    • Add support for new resource InvoicePayment
    • Add support for list and retrieve methods on resource InvoicePayment

See the changelog for more details.

v13.6.0-beta.1

  • #1550 Merge from stripe-ruby master

  • #1546 Beta SDK updates between Open API versions 1473 and 1505

    • Add support for succeed_input_collection and timeout_input_collection test helper methods on resource Terminal.Reader
  • #1545 fix ruby merge conflict for beta

See the changelog for more details.

Changelog

Sourced from stripe's changelog.

14.0.0 - 2025-04-01

  • #1559 Add RBI annotations for fields and params

    • Adds explicit field types for resources and parameters for methods, and add RBI static annotations for all resources and services image
    • See the wiki for more details
  • #1543 Support for APIs in the new API version 2025-03-31.basil

    This release changes the pinned API version to 2025-03-31.basil.

    ⚠️ Breaking changes due to changes in the Stripe API

    Please review details for the breaking changes and alternatives in the Stripe API changelog before upgrading.

    • Remove support for resources SubscriptionItemUsageRecordSummary and SubscriptionItemUsageRecord
    • Remove support for create method on resource SubscriptionItemUsageRecord
    • Remove support for list method on resource SubscriptionItemUsageRecordSummary
    • Remove support for upcomingLines and upcoming methods on resource Invoice

    ⚠️ Other breaking changes in the SDK

    • #1553 Remove public idempotent_replayed? method
      • ⚠️ Remove the idempotent_replayed? method on StripeError
        • The information is accessible indirectly via the raw response headers, StripeResponse.http_headers. For example, use resource.last_response.http_headers['Idempotent-Replayed']

    Additions to the Stripe API

    • Add support for new resource InvoicePayment
    • Add support for list and retrieve methods on resource InvoicePayment
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [stripe](https://github.com/stripe/stripe-ruby) from 13.5.0 to 14.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stripe/stripe-ruby/releases">stripe's releases</a>.</em></p> <blockquote> <h2>v14.0.0</h2> <ul> <li> <p><a href="https://redirect.github.com/stripe/stripe-ruby/pull/1559">#1559</a> Add RBI annotations for fields and params</p> <ul> <li>Adds explicit field types for resources and parameters for methods, and add RBI static annotations for all resources and services <img src="https://github.com/user-attachments/assets/1b6cd994-d3ea-4f47-8487-f5c7b9ebf885" alt="image" /></li> <li>See <a href="https://github.com/stripe/stripe-ruby/wiki/Static-Type-Annotations">the wiki</a> for more details</li> </ul> </li> <li> <p><a href="https://redirect.github.com/stripe/stripe-ruby/pull/1543">#1543</a> Support for APIs in the new API version 2025-03-31.basil</p> <p>This release changes the pinned API version to <code>2025-03-31.basil</code>.</p> <h3>⚠️ Breaking changes due to changes in the Stripe API</h3> <p>Please review details for the breaking changes and alternatives in the <a href="https://docs.stripe.com/changelog/basil">Stripe API changelog</a> before upgrading.</p> <ul> <li>Remove support for resources <code>SubscriptionItemUsageRecordSummary</code> and <code>SubscriptionItemUsageRecord</code></li> <li>Remove support for <code>create</code> method on resource <code>SubscriptionItemUsageRecord</code></li> <li>Remove support for <code>list</code> method on resource <code>SubscriptionItemUsageRecordSummary</code></li> <li>Remove support for <code>upcomingLines</code> and <code>upcoming</code> methods on resource <code>Invoice</code></li> </ul> <h3>⚠️ Other breaking changes in the SDK</h3> <ul> <li><a href="https://redirect.github.com/stripe/stripe-ruby/pull/1553">#1553</a> Remove public idempotent_replayed? method <ul> <li>⚠️ Remove the <code>idempotent_replayed?</code> method on <code>StripeError</code> <ul> <li>The information is accessible indirectly via the raw response headers, <code>StripeResponse.http_headers</code>. For example, use <code>resource.last_response.http_headers['Idempotent-Replayed']</code></li> </ul> </li> </ul> </li> </ul> <h3>Additions to the Stripe API</h3> <ul> <li>Add support for new resource <code>InvoicePayment</code></li> <li>Add support for <code>list</code> and <code>retrieve</code> methods on resource <code>InvoicePayment</code></li> </ul> </li> </ul> <p>See <a href="https://github.com/stripe/stripe-ruby/blob/v14.0.0/CHANGELOG.md">the changelog for more details</a>.</p> <h2>v13.6.0-beta.1</h2> <ul> <li> <p><a href="https://redirect.github.com/stripe/stripe-ruby/pull/1550">#1550</a> Merge from stripe-ruby master</p> </li> <li> <p><a href="https://redirect.github.com/stripe/stripe-ruby/pull/1546">#1546</a> Beta SDK updates between Open API versions 1473 and 1505</p> <ul> <li>Add support for <code>succeed_input_collection</code> and <code>timeout_input_collection</code> test helper methods on resource <code>Terminal.Reader</code></li> </ul> </li> <li> <p><a href="https://redirect.github.com/stripe/stripe-ruby/pull/1545">#1545</a> fix ruby merge conflict for beta</p> </li> </ul> <p>See <a href="https://github.com/stripe/stripe-ruby/blob/v13.6.0-beta.1/CHANGELOG.md">the changelog for more details</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md">stripe's changelog</a>.</em></p> <blockquote> <h2>14.0.0 - 2025-04-01</h2> <ul> <li> <p><a href="https://redirect.github.com/stripe/stripe-ruby/pull/1559">#1559</a> Add RBI annotations for fields and params</p> <ul> <li>Adds explicit field types for resources and parameters for methods, and add RBI static annotations for all resources and services <img src="https://github.com/user-attachments/assets/1b6cd994-d3ea-4f47-8487-f5c7b9ebf885" alt="image" /></li> <li>See <a href="https://github.com/stripe/stripe-ruby/wiki/Static-Type-Annotations">the wiki</a> for more details</li> </ul> </li> <li> <p><a href="https://redirect.github.com/stripe/stripe-ruby/pull/1543">#1543</a> Support for APIs in the new API version 2025-03-31.basil</p> <p>This release changes the pinned API version to <code>2025-03-31.basil</code>.</p> <h3>⚠️ Breaking changes due to changes in the Stripe API</h3> <p>Please review details for the breaking changes and alternatives in the <a href="https://docs.stripe.com/changelog/basil">Stripe API changelog</a> before upgrading.</p> <ul> <li>Remove support for resources <code>SubscriptionItemUsageRecordSummary</code> and <code>SubscriptionItemUsageRecord</code></li> <li>Remove support for <code>create</code> method on resource <code>SubscriptionItemUsageRecord</code></li> <li>Remove support for <code>list</code> method on resource <code>SubscriptionItemUsageRecordSummary</code></li> <li>Remove support for <code>upcomingLines</code> and <code>upcoming</code> methods on resource <code>Invoice</code></li> </ul> <h3>⚠️ Other breaking changes in the SDK</h3> <ul> <li><a href="https://redirect.github.com/stripe/stripe-ruby/pull/1553">#1553</a> Remove public idempotent_replayed? method <ul> <li>⚠️ Remove the <code>idempotent_replayed?</code> method on <code>StripeError</code> <ul> <li>The information is accessible indirectly via the raw response headers, <code>StripeResponse.http_headers</code>. For example, use <code>resource.last_response.http_headers['Idempotent-Replayed']</code></li> </ul> </li> </ul> </li> </ul> <h3>Additions to the Stripe API</h3> <ul> <li>Add support for new resource <code>InvoicePayment</code></li> <li>Add support for <code>list</code> and <code>retrieve</code> methods on resource <code>InvoicePayment</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stripe/stripe-ruby/commit/5ce725ae222219a0ebc3d8f1140644e25fc9f740"><code>5ce725a</code></a> Bump version to 14.0.0</li> <li><a href="https://github.com/stripe/stripe-ruby/commit/72476176b1eeeaf5aac7a5876ec1514b2c14f793"><code>7247617</code></a> Update generated code (<a href="https://redirect.github.com/stripe/stripe-ruby/issues/1561">#1561</a>)</li> <li><a href="https://github.com/stripe/stripe-ruby/commit/dc5174725f1558403e81cce65012866c8a4a3d11"><code>dc51747</code></a> Add RBI annotations for fields and params (<a href="https://redirect.github.com/stripe/stripe-ruby/issues/1559">#1559</a>)</li> <li><a href="https://github.com/stripe/stripe-ruby/commit/91626d37e8b51fdb404ad19078a83dc8a0ec43cf"><code>91626d3</code></a> Support for APIs in the new API version 2025-03-31.basil (<a href="https://redirect.github.com/stripe/stripe-ruby/issues/1543">#1543</a>)</li> <li><a href="https://github.com/stripe/stripe-ruby/commit/80fb92246d6068772ae94b03dbb7946c9ebe1fe1"><code>80fb922</code></a> Remove tests for endpoints that were removed (<a href="https://redirect.github.com/stripe/stripe-ruby/issues/1554">#1554</a>)</li> <li><a href="https://github.com/stripe/stripe-ruby/commit/cdbade3e57cfb8f80700984cc76f07db70ac69fc"><code>cdbade3</code></a> Remove public idempotent_replayed message (<a href="https://redirect.github.com/stripe/stripe-ruby/issues/1553">#1553</a>)</li> <li><a href="https://github.com/stripe/stripe-ruby/commit/72c36f9500f2adb413132b9503f370cfde75785a"><code>72c36f9</code></a> lock rbi version in jruby (<a href="https://redirect.github.com/stripe/stripe-ruby/issues/1549">#1549</a>)</li> <li><a href="https://github.com/stripe/stripe-ruby/commit/a27751d19ff5ca3cfeb40a3d802436642d120454"><code>a27751d</code></a> Fixed broken test caused by removing overrides for invoice/upcoming (<a href="https://redirect.github.com/stripe/stripe-ruby/issues/1544">#1544</a>)</li> <li><a href="https://github.com/stripe/stripe-ruby/commit/0c4238708fcc1d8fa59337db50b2ac12ced694c9"><code>0c42387</code></a> adjust lint rules (<a href="https://redirect.github.com/stripe/stripe-ruby/issues/1542">#1542</a>)</li> <li>See full diff in <a href="https://github.com/stripe/stripe-ruby/compare/v13.5.0...v14.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stripe&package-manager=bundler&previous-version=13.5.0&new-version=14.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.