|
1 | 1 | # Changelog
|
| 2 | +## 15.4.0 - 2025-07-30 |
| 3 | +This release changes the pinned API version to `2025-07-30.basil`. |
| 4 | + |
| 5 | +* [#1627](https://github.com/stripe/stripe-ruby/pull/1627) Update generated code |
| 6 | + * Add support for `instant_payouts_promotion` on `AccountSession::Component` and `AccountSession::CreateParams::Component` |
| 7 | + * Add support for `adjustable_quantity` on `BillingPortal::Configuration::CreateParams::Feature::SubscriptionUpdate::Product`, `BillingPortal::Configuration::Feature::SubscriptionUpdate::Product`, and `BillingPortal::Configuration::UpdateParams::Feature::SubscriptionUpdate::Product` |
| 8 | + * Add support for `transaction_id` on `Charge::PaymentMethodDetail::Cashapp` |
| 9 | + * Add support for `origin_context` on `Checkout::Session::CreateParams` and `Checkout::Session` |
| 10 | + * Add support for `template` on `Checkout::Session::CreateParams::InvoiceCreation::InvoiceDatum::RenderingOption`, `Checkout::Session::InvoiceCreation::InvoiceDatum::RenderingOption`, `PaymentLink::CreateParams::InvoiceCreation::InvoiceDatum::RenderingOption`, `PaymentLink::InvoiceCreation::InvoiceDatum::RenderingOption`, and `PaymentLink::UpdateParams::InvoiceCreation::InvoiceDatum::RenderingOption` |
| 11 | + * Add support for `setup_future_usage` on `Checkout::Session::CreateParams::PaymentMethodOption::Pix` and `Checkout::Session::PaymentMethodOption::Pix` |
| 12 | + * Change `Identity::VerificationSession::RelatedPerson.account` to be required |
| 13 | + * Change `Identity::VerificationSession::RelatedPerson.person` to be required |
| 14 | + * Add support for `duration` on `Invoice::CreatePreviewParams::ScheduleDetail::Phase`, `SubscriptionSchedule::CreateParams::Phase`, and `SubscriptionSchedule::UpdateParams::Phase` |
| 15 | + * Change type of `Invoice::CreatePreviewParams::SubscriptionDetail.cancel_at`, `Subscription::CreateParams.cancel_at`, and `Subscription::UpdateParams.cancel_at` from `DateTime` to `DateTime | enum('max_period_end'|'min_period_end')` |
| 16 | + * Add support for `price_data` on `PaymentLink::CreateParams::LineItem` |
| 17 | + * Change `PaymentLink::CreateParams::LineItem.price` to be optional |
| 18 | + * Add support for `standard` on `Tax::Registration::CountryOption::Ae`, `Tax::Registration::CountryOption::Au`, `Tax::Registration::CountryOption::Ch`, `Tax::Registration::CountryOption::Gb`, `Tax::Registration::CountryOption::Jp`, `Tax::Registration::CountryOption::No`, `Tax::Registration::CountryOption::Nz`, `Tax::Registration::CountryOption::Sg`, `Tax::Registration::CreateParams::CountryOption::Ae`, `Tax::Registration::CreateParams::CountryOption::Al`, `Tax::Registration::CreateParams::CountryOption::Ao`, `Tax::Registration::CreateParams::CountryOption::Au`, `Tax::Registration::CreateParams::CountryOption::Aw`, `Tax::Registration::CreateParams::CountryOption::B`, `Tax::Registration::CreateParams::CountryOption::Ba`, `Tax::Registration::CreateParams::CountryOption::Bb`, `Tax::Registration::CreateParams::CountryOption::Bd`, `Tax::Registration::CreateParams::CountryOption::Bf`, `Tax::Registration::CreateParams::CountryOption::Bh`, `Tax::Registration::CreateParams::CountryOption::Cd`, `Tax::Registration::CreateParams::CountryOption::Ch`, `Tax::Registration::CreateParams::CountryOption::Et`, `Tax::Registration::CreateParams::CountryOption::Gb`, `Tax::Registration::CreateParams::CountryOption::Gn`, `Tax::Registration::CreateParams::CountryOption::Is`, `Tax::Registration::CreateParams::CountryOption::Jp`, `Tax::Registration::CreateParams::CountryOption::Me`, `Tax::Registration::CreateParams::CountryOption::Mk`, `Tax::Registration::CreateParams::CountryOption::Mr`, `Tax::Registration::CreateParams::CountryOption::No`, `Tax::Registration::CreateParams::CountryOption::Nz`, `Tax::Registration::CreateParams::CountryOption::Om`, `Tax::Registration::CreateParams::CountryOption::R`, `Tax::Registration::CreateParams::CountryOption::Sg`, `Tax::Registration::CreateParams::CountryOption::Sr`, `Tax::Registration::CreateParams::CountryOption::Uy`, `Tax::Registration::CreateParams::CountryOption::Za`, and `Tax::Registration::CreateParams::CountryOption::Zw` |
| 19 | + * Add support for `aed`, `bgn`, `huf`, and `ron` on `Terminal::Configuration::CreateParams::Tipping`, `Terminal::Configuration::Tipping`, and `Terminal::Configuration::UpdateParams::Tipping` |
| 20 | + |
2 | 21 | ## 15.3.0 - 2025-07-01
|
| 22 | +This release changes the pinned API version to `2025-06-30.basil`. |
| 23 | + |
3 | 24 | * [#1618](https://github.com/stripe/stripe-ruby/pull/1618) Update generated code
|
4 | 25 | * Add support for `migrate` method on resource `Subscription`
|
5 | 26 | * Add support for `collect_payment_method` and `confirm_payment_intent` methods on resource `Terminal::Reader`
|
|
23 | 44 | * Add support for `status` on `Treasury::FinancialAccount::ListParams`
|
24 | 45 | * [#1615](https://github.com/stripe/stripe-ruby/pull/1615) Update README to mention that APIResource.request was removed
|
25 | 46 | * [#1619](https://github.com/stripe/stripe-ruby/pull/1619) Updated StripeClient snippets in README
|
26 |
| -* [#1621](https://github.com/stripe/stripe-ruby/pull/1621) Disable flaky test in jruby/truffleruby |
27 | 47 | * [#1620](https://github.com/stripe/stripe-ruby/pull/1620) Fix `raw_request` example in README
|
28 | 48 |
|
29 | 49 | ## 15.2.1 - 2025-06-04
|
|
0 commit comments