|
3 | 3 | ## 30.2.1-alpha.1 - 2025-11-05 |
4 | 4 | * Updated publishing configuration. No changes to SDK content. |
5 | 5 |
|
| 6 | +## 30.2.0 - 2025-11-05 |
| 7 | +* [#2102](https://github.com/stripe/stripe-java/pull/2102) Update generated code |
| 8 | + * Add support for `captureMethod` on `PaymentIntent.payment_method_options.card_present`, `PaymentIntentConfirmParams.payment_method_options.card_present`, `PaymentIntentCreateParams.payment_method_options.card_present`, and `PaymentIntentUpdateParams.payment_method_options.card_present` |
| 9 | + |
| 10 | +## 30.2.0-beta.1 - 2025-10-29 |
| 11 | + |
| 12 | +This release changes the pinned API version to `2025-10-29.preview`. |
| 13 | + |
| 14 | +* [#2092](https://github.com/stripe/stripe-java/pull/2092) Update generated code for beta |
| 15 | + * Add support for `cryptoStorer` on `v2.core.AccountUpdateParams.identity.attestations.terms_of_service` |
| 16 | +* [#2081](https://github.com/stripe/stripe-java/pull/2081) Update generated code for beta |
| 17 | + * Add support for `update` method on resource `v2.moneymanagement.FinancialAccount` |
| 18 | + * Add support for `confirm_microdeposits`, `list`, and `send_microdeposits` methods on resource `v2.core.vault.UsBankAccount` |
| 19 | + * Add support for `list` method on resource `v2.core.vault.GbBankAccount` |
| 20 | + * Add support for `paymentPortalUrl` on `Charge.payment_method_details.rechnung`, `PaymentAttemptRecord.payment_method_details.rechnung`, and `PaymentRecord.payment_method_details.rechnung` |
| 21 | + * Add support for `taxIdElement` on `CustomerSession.components` and `CustomerSessionCreateParams.components` |
| 22 | + * Add support for `startingAfter` on `PaymentAttemptRecordListParams` |
| 23 | + * 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` |
| 24 | + * Add support for `subscriptionReference` on `PaymentIntentAmountDetailsLineItem.payment_method_options.klarna` |
| 25 | + * Add support for `closed` on `v2.core.AccountListParams` and `v2.core.Account` |
| 26 | + * 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` |
| 27 | + * Add support for `representativeDeclaration` on `v2.core.Account.identity.attestations`, `v2.core.AccountCreateParams.identity.attestations`, and `v2.core.AccountUpdateParams.identity.attestations` |
| 28 | + * Add support for `verification` on `v2.core.vault.UsBankAccount` |
| 29 | + * 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` |
| 30 | + * 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` |
| 31 | + * Add support for `v1Id` on `EventsV2MoneyManagementTransactionCreatedEvent` |
| 32 | + * Remove support for thin event `V2BillingBillSettingUpdatedEvent` with related object `v2.billing.BillSetting` |
| 33 | +* [#2080](https://github.com/stripe/stripe-java/pull/2080) Update generated code for beta |
| 34 | + * Add support for `lastSeenAt` on `terminal.Reader` |
| 35 | + * Add support for new value `2025-10-29.clover` on enum `WebhookEndpointCreateParams.apiVersion` |
| 36 | + |
6 | 37 | ## 30.2.0-alpha.2 - 2025-10-30 |
7 | 38 | * [#2099](https://github.com/stripe/stripe-java/pull/2099) Update generated code for private-preview |
8 | 39 | * Change `delegatedcheckout.RequestedSessionUpdateParams.line_item_details[].quantity` to be required |
|
54 | 85 | * Add support for `complianceScreeningDescription` on `v2.core.Account.identity.business_details`, `v2.core.AccountCreateParams.identity.business_details`, and `v2.core.AccountUpdateParams.identity.business_details` |
55 | 86 | * Add support for `externalAmount` on `v2.moneymanagement.ReceivedCredit` and `v2.moneymanagement.ReceivedDebit` |
56 | 87 |
|
57 | | -## 30.2.0-beta.1 - 2025-10-29 |
58 | | - |
59 | | -This release changes the pinned API version to `2025-10-29.preview`. |
60 | | - |
61 | | -* [#2092](https://github.com/stripe/stripe-java/pull/2092) Update generated code for beta |
62 | | - * Add support for `cryptoStorer` on `v2.core.AccountUpdateParams.identity.attestations.terms_of_service` |
63 | | -* [#2081](https://github.com/stripe/stripe-java/pull/2081) Update generated code for beta |
64 | | - * Add support for `update` method on resource `v2.moneymanagement.FinancialAccount` |
65 | | - * Add support for `confirm_microdeposits`, `list`, and `send_microdeposits` methods on resource `v2.core.vault.UsBankAccount` |
66 | | - * Add support for `list` method on resource `v2.core.vault.GbBankAccount` |
67 | | - * Add support for `paymentPortalUrl` on `Charge.payment_method_details.rechnung`, `PaymentAttemptRecord.payment_method_details.rechnung`, and `PaymentRecord.payment_method_details.rechnung` |
68 | | - * Add support for `taxIdElement` on `CustomerSession.components` and `CustomerSessionCreateParams.components` |
69 | | - * Add support for `startingAfter` on `PaymentAttemptRecordListParams` |
70 | | - * 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` |
71 | | - * Add support for `subscriptionReference` on `PaymentIntentAmountDetailsLineItem.payment_method_options.klarna` |
72 | | - * Add support for `closed` on `v2.core.AccountListParams` and `v2.core.Account` |
73 | | - * 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` |
74 | | - * Add support for `representativeDeclaration` on `v2.core.Account.identity.attestations`, `v2.core.AccountCreateParams.identity.attestations`, and `v2.core.AccountUpdateParams.identity.attestations` |
75 | | - * Add support for `verification` on `v2.core.vault.UsBankAccount` |
76 | | - * 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` |
77 | | - * 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` |
78 | | - * Add support for `v1Id` on `EventsV2MoneyManagementTransactionCreatedEvent` |
79 | | - * Remove support for thin event `V2BillingBillSettingUpdatedEvent` with related object `v2.billing.BillSetting` |
80 | | -* [#2080](https://github.com/stripe/stripe-java/pull/2080) Update generated code for beta |
81 | | - * Add support for `lastSeenAt` on `terminal.Reader` |
82 | | - * Add support for new value `2025-10-29.clover` on enum `WebhookEndpointCreateParams.apiVersion` |
83 | | - |
84 | 88 | ## 30.1.0 - 2025-10-29 |
85 | 89 |
|
86 | 90 | This release changes the pinned API version to `2025-10-29.clover`. |
|
0 commit comments