|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 17.2.0-beta.1 - 2025-10-29 |
| 4 | + |
| 5 | +This release changes the pinned API version to `2025-10-29.preview`. |
| 6 | + |
| 7 | +* [#1714](https://github.com/stripe/stripe-ruby/pull/1714) Update generated code for beta |
| 8 | + * Add support for `crypto_storer` on `V2::Core::AccountUpdateParams::Identity::Attestation::TermsOfService` |
| 9 | +* [#1696](https://github.com/stripe/stripe-ruby/pull/1696) Update generated code for beta |
| 10 | + * Add support for `update` method on resource `V2::MoneyManagement::FinancialAccount` |
| 11 | + * Add support for `confirm_microdeposits`, `list`, and `send_microdeposits` methods on resource `V2::Core::Vault::UsBankAccount` |
| 12 | + * Add support for `list` method on resource `V2::Core::Vault::GbBankAccount` |
| 13 | + * Add support for `payment_portal_url` on `Charge::PaymentMethodDetail::Rechnung`, `PaymentAttemptRecord::PaymentMethodDetail::Rechnung`, and `PaymentRecord::PaymentMethodDetail::Rechnung` |
| 14 | + * Add support for `tax_id_element` on `CustomerSession::Component` and `CustomerSessionCreateParams::Component` |
| 15 | + * Add support for `starting_after` on `PaymentAttemptRecordListParams` |
| 16 | + * Add support for `reference` on `PaymentIntentAmountDetailsLineItem::PaymentMethodOption::Klarna`, `PaymentIntentCaptureParams::AmountDetail::LineItem::PaymentMethodOption::Klarna`, `PaymentIntentConfirmParams::AmountDetail::LineItem::PaymentMethodOption::Klarna`, `PaymentIntentCreateParams::AmountDetail::LineItem::PaymentMethodOption::Klarna`, `PaymentIntentIncrementAuthorizationParams::AmountDetail::LineItem::PaymentMethodOption::Klarna`, and `PaymentIntentUpdateParams::AmountDetail::LineItem::PaymentMethodOption::Klarna` |
| 17 | + * Change `PaymentIntent::PaymentDetail.customer_reference` to be required |
| 18 | + * Change `PaymentIntent::PaymentDetail.order_reference` to be required |
| 19 | + * Add support for `subscription_reference` on `PaymentIntentAmountDetailsLineItem::PaymentMethodOption::Klarna` |
| 20 | + * Add support for `closed` on `V2::Core::AccountListParams` and `V2::Core::Account` |
| 21 | + * Add support for `usd` on `V2::Core::Account::Configuration::Storer::Capability::HoldsCurrency`, `V2::Core::AccountCreateParams::Configuration::Storer::Capability::HoldsCurrency`, and `V2::Core::AccountUpdateParams::Configuration::Storer::Capability::HoldsCurrency` |
| 22 | + * Add support for `representative_declaration` on `V2::Core::Account::Identity::Attestation`, `V2::Core::AccountCreateParams::Identity::Attestation`, and `V2::Core::AccountUpdateParams::Identity::Attestation` |
| 23 | + * Add support for `verification` on `V2::Core::Vault::UsBankAccount` |
| 24 | + * Add support for `v1_id` on `EventsV2MoneyManagementTransactionCreatedEvent` |
| 25 | + * Remove support for thin event `V2BillingBillSettingUpdatedEvent` with related object `V2::Billing::BillSetting` |
| 26 | + |
3 | 27 | ## 17.1.0 - 2025-10-29 |
4 | 28 |
|
5 | 29 | This release changes the pinned API version to `2025-10-29.clover`. |
|
0 commit comments