|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 15.5.0-beta.1 - 2025-07-30 |
| 4 | +This release changes the pinned API version to `2025-07-30.preview`. |
| 5 | + |
| 6 | +* [#1624](https://github.com/stripe/stripe-ruby/pull/1624) Update generated code for beta |
| 7 | + * Add support for new resources `Billing::MeterUsageRow`, `Billing::MeterUsage`, and `Terminal::OnboardingLink` |
| 8 | + * Add support for `retrieve` method on resource `Billing::MeterUsage` |
| 9 | + * Add support for `create` method on resource `Terminal::OnboardingLink` |
| 10 | + * Add support for `monthly_payout_days` and `weekly_payout_days` on `BalanceSettings::Payout::Schedule` and `BalanceSettings::UpdateParams::Payout::Schedule` |
| 11 | + * Remove support for `monthly_anchor` and `weekly_anchor` on `BalanceSettings::Payout::Schedule` and `BalanceSettings::UpdateParams::Payout::Schedule` |
| 12 | + * Add support for `delay_days_override` on `BalanceSettings::UpdateParams::SettlementTiming` |
| 13 | + * Remove support for `delay_days` on `BalanceSettings::UpdateParams::SettlementTiming` |
| 14 | + * Add support for `update_discounts` on `Checkout::Session::CreateParams::Permission` |
| 15 | + * Add support for `discounts` and `subscription_data` on `Checkout::Session::UpdateParams` |
| 16 | + * Add support for `smart_disputes` on `Dispute` |
| 17 | + * Add support for `upi` on `Invoice::CreateParams::PaymentSetting::PaymentMethodOption`, `Invoice::PaymentSetting::PaymentMethodOption`, `Invoice::UpdateParams::PaymentSetting::PaymentMethodOption`, `QuotePreviewInvoice::PaymentSetting::PaymentMethodOption`, `Subscription::CreateParams::PaymentSetting::PaymentMethodOption`, `Subscription::PaymentSetting::PaymentMethodOption`, and `Subscription::UpdateParams::PaymentSetting::PaymentMethodOption` |
| 18 | + * Add support for `transaction_id` on `PaymentAttemptRecord::PaymentMethodDetail::Cashapp` and `PaymentRecord::PaymentMethodDetail::Cashapp` |
| 19 | + * Add support for `amount_details` on `PaymentIntent::CaptureParams`, `PaymentIntent::ConfirmParams`, `PaymentIntent::CreateParams`, `PaymentIntent::IncrementAuthorizationParams`, and `PaymentIntent::UpdateParams` |
| 20 | + * Add support for `payment_details` on `PaymentIntent::IncrementAuthorizationParams` |
| 21 | + * Add support for `storer` on `V2::Core::Account::CreateParams::Identity::Attestation::TermsOfService`, `V2::Core::Account::Identity::Attestation::TermsOfService`, and `V2::Core::Account::UpdateParams::Identity::Attestation::TermsOfService` |
| 22 | + * Add support for `collection_options` on `V2::Core::AccountLink::CreateParams::UseCase::AccountOnboarding`, `V2::Core::AccountLink::CreateParams::UseCase::AccountUpdate`, `V2::Core::AccountLink::UseCase::AccountOnboarding`, and `V2::Core::AccountLink::UseCase::AccountUpdate` |
| 23 | + * Change type of `V2::Core::AccountLink::CreateParams::UseCase::AccountOnboarding.configurations`, `V2::Core::AccountLink::CreateParams::UseCase::AccountUpdate.configurations`, `V2::Core::AccountLink::UseCase::AccountOnboarding.configurations`, and `V2::Core::AccountLink::UseCase::AccountUpdate.configurations` from `literal('recipient')` to `enum('customer'|'merchant'|'recipient'|'storer')` |
| 24 | + * Add support for `bank_account_type` on `V2::MoneyManagement::PayoutMethod::BankAccount` |
| 25 | + * Add support for thin event `V2CoreAccountLinkReturnedEvent` |
| 26 | + * Add support for thin event `V2MoneyManagementPayoutMethodUpdatedEvent` with related object `V2::MoneyManagement::PayoutMethod` |
| 27 | + * Remove support for thin event `V2CoreAccountLinkCompletedEvent` |
| 28 | + * Remove support for thin event `V2OffSessionPaymentRequiresCaptureEvent` with related object `V2::Payments::OffSessionPayment` |
| 29 | + |
3 | 30 | ## 15.4.0-beta.2 - 2025-07-09
|
4 | 31 | * [#1625](https://github.com/stripe/stripe-ruby/pull/1625) Pull in V2 FinancialAccount changes for June release
|
5 |
| - * Add support for `close` and `create` methods on resource `V2::MoneyManagement::FinancialAccount` |
6 |
| - * Add support for `storer` on `V2::Core::Account::Configuration`, `V2::Core::Account::CreateParams::Configuration`, and `V2::Core::Account::UpdateParams::Configuration` |
7 |
| - * Add support for `status_details` on `V2::MoneyManagement::FinancialAccount` |
8 |
| - * Add support for `status` on `V2::MoneyManagement::FinancialAccount::ListParams` |
9 |
| - * Add support for thin events `V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent` and `V2CoreAccountIncludingConfigurationStorerUpdatedEvent` with related object `V2::Core::Account` |
| 32 | + * Add support for `close` and `create` methods on resource `V2::MoneyManagement::FinancialAccount` |
| 33 | + * Add support for `storer` on `V2::Core::Account::Configuration`, `V2::Core::Account::CreateParams::Configuration`, and `V2::Core::Account::UpdateParams::Configuration` |
| 34 | + * Add support for `status_details` on `V2::MoneyManagement::FinancialAccount` |
| 35 | + * Add support for `status` on `V2::MoneyManagement::FinancialAccount::ListParams` |
| 36 | + * Add support for thin events `V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent` and `V2CoreAccountIncludingConfigurationStorerUpdatedEvent` with related object `V2::Core::Account` |
10 | 37 | * Add support for error types `AlreadyExistsError` and `NonZeroBalanceError`
|
11 | 38 |
|
12 | 39 | ## 15.4.0-beta.1 - 2025-07-01
|
| 40 | +This release changes the pinned API version to `2025-06-30.preview`. |
| 41 | + |
13 | 42 | * [#1607](https://github.com/stripe/stripe-ruby/pull/1607) Update generated code for beta
|
14 | 43 | * Change type of `Checkout::Session::CreateParams::SubscriptionDatum.billing_mode`, `Invoice::CreatePreviewParams::ScheduleDetail.billing_mode`, `Invoice::CreatePreviewParams::SubscriptionDetail.billing_mode`, `Quote::CreateParams::SubscriptionDatum.billing_mode`, `Quote::SubscriptionDatum.billing_mode`, `Subscription::CreateParams.billing_mode`, and `SubscriptionSchedule::CreateParams.billing_mode` from `enum('classic'|'flexible')` to `billing_mode`
|
15 | 44 | * Add support for `submission_method` on `Dispute::EvidenceDetail`
|
|
0 commit comments