|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 30.2.0-beta.1 - 2025-10-29 |
| 4 | + |
| 5 | +This release changes the pinned API version to `2025-10-29.preview`. |
| 6 | + |
| 7 | +* [#2092](https://github.com/stripe/stripe-java/pull/2092) Update generated code for beta |
| 8 | + * Add support for `cryptoStorer` on `v2.core.AccountUpdateParams.identity.attestations.terms_of_service` |
| 9 | +* [#2081](https://github.com/stripe/stripe-java/pull/2081) 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 `paymentPortalUrl` on `Charge.payment_method_details.rechnung`, `PaymentAttemptRecord.payment_method_details.rechnung`, and `PaymentRecord.payment_method_details.rechnung` |
| 14 | + * Add support for `taxIdElement` on `CustomerSession.components` and `CustomerSessionCreateParams.components` |
| 15 | + * Add support for `startingAfter` on `PaymentAttemptRecordListParams` |
| 16 | + * Add support for `reference` on `PaymentIntentAmountDetailsLineItem.payment_method_options.klarna`, `PaymentIntentCaptureParams.amount_details.line_items[].payment_method_options.klarna`, `PaymentIntentConfirmParams.amount_details.line_items[].payment_method_options.klarna`, `PaymentIntentCreateParams.amount_details.line_items[].payment_method_options.klarna`, `PaymentIntentIncrementAuthorizationParams.amount_details.line_items[].payment_method_options.klarna`, and `PaymentIntentUpdateParams.amount_details.line_items[].payment_method_options.klarna` |
| 17 | + * Add support for `subscriptionReference` on `PaymentIntentAmountDetailsLineItem.payment_method_options.klarna` |
| 18 | + * Add support for `closed` on `v2.core.AccountListParams` and `v2.core.Account` |
| 19 | + * Add support for `usd` on `v2.core.Account.configuration.storer.capabilities.holds_currencies`, `v2.core.AccountCreateParams.configuration.storer.capabilities.holds_currencies`, and `v2.core.AccountUpdateParams.configuration.storer.capabilities.holds_currencies` |
| 20 | + * Add support for `representativeDeclaration` on `v2.core.Account.identity.attestations`, `v2.core.AccountCreateParams.identity.attestations`, and `v2.core.AccountUpdateParams.identity.attestations` |
| 21 | + * Add support for `verification` on `v2.core.vault.UsBankAccount` |
| 22 | + * Add support for new value `payment_method` on enums `v2.core.AccountCreateParams.configuration.customer.automatic_indirect_tax.locationSource` and `v2.core.AccountUpdateParams.configuration.customer.automatic_indirect_tax.locationSource` |
| 23 | + * Add support for new values `application_custom` and `application_express` on enums `v2.core.AccountCreateParams.defaults.responsibilities.feesCollector` and `v2.core.AccountUpdateParams.defaults.responsibilities.feesCollector` |
| 24 | + * Add support for `v1Id` on `EventsV2MoneyManagementTransactionCreatedEvent` |
| 25 | + * Remove support for thin event `V2BillingBillSettingUpdatedEvent` with related object `v2.billing.BillSetting` |
| 26 | +* [#2080](https://github.com/stripe/stripe-java/pull/2080) Update generated code for beta |
| 27 | + * Add support for `lastSeenAt` on `terminal.Reader` |
| 28 | + * Add support for new value `2025-10-29.clover` on enum `WebhookEndpointCreateParams.apiVersion` |
| 29 | + |
3 | 30 | ## 30.1.0 - 2025-10-29 |
| 31 | + |
| 32 | +This release changes the pinned API version to `2025-10-29.clover`. |
| 33 | + |
4 | 34 | * [#2093](https://github.com/stripe/stripe-java/pull/2093) Update generated code |
5 | 35 | * Improve docs for PaymentIntent related endpoints |
6 | 36 | * [#2086](https://github.com/stripe/stripe-java/pull/2086) Update generated code |
|
0 commit comments