Skip to content

Commit 11a43af

Browse files
committed
Bump version to 18.5.0-beta.1
1 parent 0128aa1 commit 11a43af

File tree

4 files changed

+42
-13
lines changed

4 files changed

+42
-13
lines changed

CHANGELOG.md

Lines changed: 39 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,49 @@
11
# Changelog
22

3+
## 18.5.0-beta.1 - 2025-07-30
4+
This release changes the pinned API version to `2025-07-30.preview`.
5+
6+
* [#2363](https://github.com/stripe/stripe-node/pull/2363) 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 `BalanceSettingUpdateParams.payouts.schedule` and `BalanceSettings.payouts.schedule`
11+
* Remove support for `monthly_anchor` and `weekly_anchor` on `BalanceSettingUpdateParams.payouts.schedule` and `BalanceSettings.payouts.schedule`
12+
* Add support for `delay_days_override` on `BalanceSettingUpdateParams.settlement_timing`
13+
* Remove support for `delay_days` on `BalanceSettingUpdateParams.settlement_timing`
14+
* Add support for `update_discounts` on `Checkout.SessionCreateParams.permissions`
15+
* Add support for `discounts` and `subscription_data` on `Checkout.SessionUpdateParams`
16+
* Add support for `smart_disputes` on `Dispute`
17+
* Add support for `upi` on `Invoice.payment_settings.payment_method_options`, `InvoiceCreateParams.payment_settings.payment_method_options`, `InvoiceUpdateParams.payment_settings.payment_method_options`, `QuotePreviewInvoice.payment_settings.payment_method_options`, `Subscription.payment_settings.payment_method_options`, `SubscriptionCreateParams.payment_settings.payment_method_options`, and `SubscriptionUpdateParams.payment_settings.payment_method_options`
18+
* Add support for new value `upi` on enums `Invoice.payment_settings.payment_method_types`, `InvoiceCreateParams.payment_settings.payment_method_types`, `InvoiceUpdateParams.payment_settings.payment_method_types`, `QuotePreviewInvoice.payment_settings.payment_method_types`, `Subscription.payment_settings.payment_method_types`, `SubscriptionCreateParams.payment_settings.payment_method_types`, and `SubscriptionUpdateParams.payment_settings.payment_method_types`
19+
* Add support for `transaction_id` on `PaymentAttemptRecord.payment_method_details.cashapp` and `PaymentRecord.payment_method_details.cashapp`
20+
* Add support for `amount_details` on `PaymentIntentCaptureParams`, `PaymentIntentConfirmParams`, `PaymentIntentCreateParams`, `PaymentIntentIncrementAuthorizationParams`, and `PaymentIntentUpdateParams`
21+
* Add support for `payment_details` on `PaymentIntentIncrementAuthorizationParams`
22+
* Add support for `storer` on `V2.Core.Account.identity.attestations.terms_of_service`, `V2.Core.AccountCreateParams.identity.attestations.terms_of_service`, and `V2.Core.AccountUpdateParams.identity.attestations.terms_of_service`
23+
* Add support for `collection_options` on `V2.Core.AccountLink.use_case.account_onboarding`, `V2.Core.AccountLink.use_case.account_update`, `V2.Core.AccountLinkCreateParams.use_case.account_onboarding`, and `V2.Core.AccountLinkCreateParams.use_case.account_update`
24+
* Change type of `V2.Core.AccountLink.use_case.account_onboarding.configurations`, `V2.Core.AccountLink.use_case.account_update.configurations`, `V2.Core.AccountLinkCreateParams.use_case.account_onboarding.configurations`, and `V2.Core.AccountLinkCreateParams.use_case.account_update.configurations` from `literal('recipient')` to `enum('customer'|'merchant'|'recipient'|'storer')`
25+
* Add support for `bank_account_type` on `V2.MoneyManagement.PayoutMethod.bank_account`
26+
* Add support for thin event `V2CoreAccountLinkReturnedEvent`
27+
* Add support for thin event `V2MoneyManagementPayoutMethodUpdatedEvent` with related object `V2.MoneyManagement.PayoutMethod`
28+
* Remove support for thin event `V2CoreAccountLinkCompletedEvent`
29+
* Remove support for thin event `V2OffSessionPaymentRequiresCaptureEvent` with related object `V2.Payments.OffSessionPayment`
30+
331
## 18.4.0-beta.2 - 2025-07-09
432
* [#2367](https://github.com/stripe/stripe-node/pull/2367) 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 new value `storer` on enums `V2.Core.Account.applied_configurations` and `V2.Core.AccountCloseParams.applied_configurations`
7-
* Add support for `storer` on `V2.Core.Account.configuration`, `V2.Core.AccountCreateParams.configuration`, and `V2.Core.AccountUpdateParams.configuration`
8-
* Add support for new values `financial_addresses.bank_accounts`, `holds_currencies.gbp`, `inbound_transfers.financial_accounts`, `outbound_payments.bank_accounts`, `outbound_payments.cards`, `outbound_payments.financial_accounts`, `outbound_transfers.bank_accounts`, and `outbound_transfers.financial_accounts` on enum `V2.Core.Account.requirements.entries[].impact.restricts_capabilities[].capability`
9-
* Add support for new value `storer` on enum `V2.Core.Account.requirements.entries[].impact.restricts_capabilities[].configuration`
10-
* Add support for `status_details` on `V2.MoneyManagement.FinancialAccount`
11-
* Add support for `status` on `V2.MoneyManagement.FinancialAccountListParams`
12-
* Add support for new value `configuration.storer` on enums `V2.Core.AccountCreateParams.include`, `V2.Core.AccountRetrieveParams.include`, and `V2.Core.AccountUpdateParams.include`
13-
* Add support for thin events `V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent` and `V2CoreAccountIncludingConfigurationStorerUpdatedEvent` with related object `V2.Core.Account`
33+
* Add support for `close` and `create` methods on resource `V2.MoneyManagement.FinancialAccount`
34+
* Add support for new value `storer` on enums `V2.Core.Account.applied_configurations` and `V2.Core.AccountCloseParams.applied_configurations`
35+
* Add support for `storer` on `V2.Core.Account.configuration`, `V2.Core.AccountCreateParams.configuration`, and `V2.Core.AccountUpdateParams.configuration`
36+
* Add support for new values `financial_addresses.bank_accounts`, `holds_currencies.gbp`, `inbound_transfers.financial_accounts`, `outbound_payments.bank_accounts`, `outbound_payments.cards`, `outbound_payments.financial_accounts`, `outbound_transfers.bank_accounts`, and `outbound_transfers.financial_accounts` on enum `V2.Core.Account.requirements.entries[].impact.restricts_capabilities[].capability`
37+
* Add support for new value `storer` on enum `V2.Core.Account.requirements.entries[].impact.restricts_capabilities[].configuration`
38+
* Add support for `status_details` on `V2.MoneyManagement.FinancialAccount`
39+
* Add support for `status` on `V2.MoneyManagement.FinancialAccountListParams`
40+
* Add support for new value `configuration.storer` on enums `V2.Core.AccountCreateParams.include`, `V2.Core.AccountRetrieveParams.include`, and `V2.Core.AccountUpdateParams.include`
41+
* Add support for thin events `V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent` and `V2CoreAccountIncludingConfigurationStorerUpdatedEvent` with related object `V2.Core.Account`
1442
* Add support for error types `AlreadyExistsError` and `NonZeroBalanceError`
15-
* [#2362](https://github.com/stripe/stripe-node/pull/2362) Prathmesh/merge node beta
1643

1744
## 18.4.0-beta.1 - 2025-07-01
45+
This release changes the pinned API version to `2025-06-30.preview`.
46+
1847
* [#2344](https://github.com/stripe/stripe-node/pull/2344) Update generated code for beta
1948
* Change type of `Checkout.SessionCreateParams.subscription_data.billing_mode`, `InvoiceCreatePreviewParams.schedule_details.billing_mode`, `InvoiceCreatePreviewParams.subscription_details.billing_mode`, `Quote.subscription_data.billing_mode`, `QuoteCreateParams.subscription_data.billing_mode`, `SubscriptionCreateParams.billing_mode`, and `SubscriptionScheduleCreateParams.billing_mode` from `enum('classic'|'flexible')` to `billing_mode`
2049
* Add support for `submission_method` on `Dispute.evidence_details`

VERSION

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stripe",
3-
"version": "18.4.0-beta.2",
3+
"version": "18.5.0-beta.1",
44
"description": "Stripe API wrapper",
55
"keywords": [
66
"stripe",

src/stripe.core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function createStripe(
5959
platformFunctions: PlatformFunctions,
6060
requestSender: RequestSenderFactory = defaultRequestSenderFactory
6161
): typeof Stripe {
62-
Stripe.PACKAGE_VERSION = '18.4.0-beta.2';
62+
Stripe.PACKAGE_VERSION = '18.5.0-beta.1';
6363
Stripe.API_VERSION = ApiVersion;
6464
Stripe.USER_AGENT = {
6565
bindings_version: Stripe.PACKAGE_VERSION,

0 commit comments

Comments
 (0)