Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps stripe from 17.2.0 to 18.0.1.

Release notes

Sourced from stripe's releases.

v18.0.1

  • #1736 Throw a specific error when accessing payment_intent property on Invoice object to ease debugging.

See the changelog for more details.

v18.0.0

This release changes the pinned API version to 2025-11-17.clover.

  • #1729 Update generated code
    • ⚠️ Remove support for gt, gte, lt, and lte on V2::Core::EventListParams in favor of created.
  • #1727 Update v2 array parameter serialization to use indexed format
    • Retrieve and List calls for /v2 endpoints now use indexed format (e.g., ?include[0]=foo&include[1]=bar) instead of repeated parameter format (e.g., ?include=foo&include=bar) when communicating with the Stripe API. This may break any unit tests that expect the latter behavior when setting up a mock server. Instead, they should now expect the former.
  • #1725 Update generated code
    • Add support for new resources Tax::Association and Terminal::OnboardingLink
    • Add support for find method on resource Tax::Association
    • Add support for create method on resource Terminal::OnboardingLink
    • Add support for payment_method_configuration on BillingPortal::Configuration::Feature::PaymentMethodUpdate
    • Add support for transaction_id on Charge::PaymentMethodDetail::Ideal, PaymentAttemptRecord::PaymentMethodDetail::Ideal, and PaymentRecord::PaymentMethodDetail::Ideal
    • Add support for created on CustomerCustomerBalanceTransactionListParams and InvoicePaymentListParams
    • Add support for account_numbers on FinancialConnections::Account
    • Change type of FinancialConnections::Session.client_secret from string to nullable(string)
    • Add support for fraud_risk on Issuing::AuthorizationCreateParams::RiskAssessment
    • Add support for latest_fraud_warning on Issuing::Card
    • Add support for hooks on PaymentIntentCaptureParams, PaymentIntentConfirmParams, PaymentIntentCreateParams, PaymentIntentIncrementAuthorizationParams, PaymentIntentUpdateParams, and PaymentIntent
    • Add support for mb_way and twint on Refund::DestinationDetail

See the changelog for more details.

v17.3.0-alpha.2

This release changes the pinned API version to 2025-10-29.preview.

  • #1728 Update generated code for private-preview
    • Add support for new resource Issuing::Program
    • Add support for create, list, retrieve, and update methods on resource Issuing::Program
    • Add support for schedule on Discount
    • Add support for applicable_fees on DelegatedCheckout::RequestedSession::TotalDetail
    • Add support for schedule_details on Invoice::Parent, InvoiceItem::Parent, InvoiceLineItem::Parent, and QuotePreviewInvoice::Parent
    • Add support for billing_schedules on InvoiceCreatePreviewParams::ScheduleDetail, QuotePreviewSubscriptionSchedule, SubscriptionScheduleCreateParams, SubscriptionScheduleUpdateParams, and SubscriptionSchedule
    • Add support for latest_invoice on QuotePreviewSubscriptionSchedule and SubscriptionSchedule
    • Add support for phase_effective_at on QuotePreviewSubscriptionSchedule::DefaultSetting, SubscriptionSchedule::DefaultSetting, SubscriptionScheduleCreateParams::DefaultSetting, and SubscriptionScheduleUpdateParams::DefaultSetting
  • #1723 Update generated code for private-preview
    • Remove support for resource V2::Tax::AutomaticRule
    • Remove support for create, deactivate, find, retrieve, and update methods on resource V2::Tax::AutomaticRule
    • Add support for self_reported_income and self_reported_monthly_housing_payment on AccountCreateParams::Individual, AccountPersonCreateParams, AccountPersonUpdateParams, AccountUpdateParams::Individual, Person, TokenCreateParams::Account::Individual, and TokenCreateParams::Person
    • Add support for billing_schedules and phase_effective_at on Quote::SubscriptionDataOverride, Quote::SubscriptionDatum, QuoteCreateParams::SubscriptionDataOverride, QuoteCreateParams::SubscriptionDatum, QuoteUpdateParams::SubscriptionDataOverride, and QuoteUpdateParams::SubscriptionDatum
    • Add support for bill_from on Subscription::BillingSchedule
    • Add support for amendment_end and line_ends_at on Subscription::BillingSchedule::BillUntil

See the changelog for more details.

... (truncated)

Changelog

Sourced from stripe's changelog.

18.0.1 - 2025-11-21

  • #1736 Throw a specific error when accessing payment_intent property on Invoice object to ease debugging.

18.0.0 - 2025-11-18

This release changes the pinned API version to 2025-11-17.clover.

  • #1729 Update generated code
    • ⚠️ Remove support for gt, gte, lt, and lte on V2::Core::EventListParams in favor of created.
  • #1727 Update v2 array parameter serialization to use indexed format
    • Retrieve and List calls for /v2 endpoints now use indexed format (e.g., ?include[0]=foo&include[1]=bar) instead of repeated parameter format (e.g., ?include=foo&include=bar) when communicating with the Stripe API. This may break any unit tests that expect the latter behavior when setting up a mock server. Instead, they should now expect the former.
  • #1725 Update generated code
    • Add support for new resources Tax::Association and Terminal::OnboardingLink
    • Add support for find method on resource Tax::Association
    • Add support for create method on resource Terminal::OnboardingLink
    • Add support for payment_method_configuration on BillingPortal::Configuration::Feature::PaymentMethodUpdate
    • Add support for transaction_id on Charge::PaymentMethodDetail::Ideal, PaymentAttemptRecord::PaymentMethodDetail::Ideal, and PaymentRecord::PaymentMethodDetail::Ideal
    • Add support for created on CustomerCustomerBalanceTransactionListParams and InvoicePaymentListParams
    • Add support for account_numbers on FinancialConnections::Account
    • Change type of FinancialConnections::Session.client_secret from string to nullable(string)
    • Add support for fraud_risk on Issuing::AuthorizationCreateParams::RiskAssessment
    • Add support for latest_fraud_warning on Issuing::Card
    • Add support for hooks on PaymentIntentCaptureParams, PaymentIntentConfirmParams, PaymentIntentCreateParams, PaymentIntentIncrementAuthorizationParams, PaymentIntentUpdateParams, and PaymentIntent
    • Add support for mb_way and twint on Refund::DestinationDetail
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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Nov 24, 2025
Bumps [stripe](https://github.com/stripe/stripe-ruby) from 17.2.0 to 18.0.1.
- [Release notes](https://github.com/stripe/stripe-ruby/releases)
- [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-ruby@v17.2.0...v18.0.1)

---
updated-dependencies:
- dependency-name: stripe
  dependency-version: 18.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/stripe-18.0.1 branch from a09d503 to 97ce870 Compare December 8, 2025 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant