Skip to content

Commit 215625e

Browse files
committed
Bump version to 15.5.0-beta.1
1 parent aa55713 commit 215625e

File tree

3 files changed

+36
-7
lines changed

3 files changed

+36
-7
lines changed

CHANGELOG.md

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,44 @@
11
# Changelog
22

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+
330
## 15.4.0-beta.2 - 2025-07-09
431
* [#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`
1037
* Add support for error types `AlreadyExistsError` and `NonZeroBalanceError`
1138

1239
## 15.4.0-beta.1 - 2025-07-01
40+
This release changes the pinned API version to `2025-06-30.preview`.
41+
1342
* [#1607](https://github.com/stripe/stripe-ruby/pull/1607) Update generated code for beta
1443
* 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`
1544
* Add support for `submission_method` on `Dispute::EvidenceDetail`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.4.0-beta.2
1+
15.5.0-beta.1

lib/stripe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stripe
4-
VERSION = "15.4.0-beta.2"
4+
VERSION = "15.5.0-beta.1"
55
end

0 commit comments

Comments
 (0)