|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 31.4.0-beta.1 - 2026-01-28 |
| 4 | +This release changes the pinned API version to `2026-01-28.preview`. |
| 5 | + |
| 6 | +* [#2145](https://github.com/stripe/stripe-java/pull/2145) Update generated code for beta |
| 7 | + * Add support for new resource `financialconnections.Authorization` |
| 8 | + * Add support for `retrieve` method on resource `financialconnections.Authorization` |
| 9 | + * Add support for `detach_payment` method on resource `Invoice` |
| 10 | + * Remove support for `cancel`, `list_line_items`, and `reopen` methods on resource `Order` |
| 11 | + * Remove support for `attach_cadence` method on resource `Subscription` |
| 12 | + * Add support for `additionalFiles` and `site` on `Account.settings.paypay_payments`, `AccountCreateParams.settings.paypay_payments`, and `AccountUpdateParams.settings.paypay_payments` |
| 13 | + * Remove support for `capital` on `Account.settings` |
| 14 | + * Add support for `authorization` and `statusDetails` on `financialconnections.Account` |
| 15 | + * Add support for `relinkOptions` on `financialconnections.SessionCreateParams` and `financialconnections.Session` |
| 16 | + * Change `financialconnections.SessionCreateParams.accountHolder` to be optional |
| 17 | + * Add support for `relinkResult` on `financialconnections.Session` |
| 18 | + * Remove support for `billingCadence` on `InvoiceCreatePreviewParams`, `SubscriptionCreateParams`, `SubscriptionUpdateParams`, and `Subscription` |
| 19 | + * Remove support for `billingCadenceDetails` on `Invoice.parent` and `QuotePreviewInvoice.parent` |
| 20 | + * Add support for new value `pl_nip` on enums `OrderCreateParams.tax_details.tax_ids[].type` and `OrderUpdateParams.tax_details.tax_ids[].type` |
| 21 | + * Add support for `carRentalData`, `flightData`, and `lodgingData` on `PaymentIntent.payment_details` |
| 22 | + * Add support for new value `capital.financing_summary.line_of_credit_update` on enums `WebhookEndpointCreateParams.enabledEvents` and `WebhookEndpointUpdateParams.enabledEvents` |
| 23 | + * Add support for `alternativeReference` on `v2.core.vault.GbBankAccount`, `v2.core.vault.UsBankAccount`, and `v2.moneymanagement.PayoutMethod` |
| 24 | + * Add support for `accountHolderAddress` and `accountHolderName` on `v2.moneymanagement.FinancialAddress.credentials.us_bank_account` |
| 25 | + * Add support for `fingerprint` on `v2.moneymanagement.PayoutMethod.card` |
| 26 | + * Add support for snapshot event `invoice_payment.detached` with resource `InvoicePayment` |
| 27 | +* [#2129](https://github.com/stripe/stripe-java/pull/2129) Add EventNotificationHandler example |
| 28 | + |
3 | 29 | ## 31.2.0 - 2026-01-16 |
4 | 30 | * [#2144](https://github.com/stripe/stripe-java/pull/2144) Update generated code |
5 | 31 | * Add support for event notifications `V2CoreAccountClosedEvent`, `V2CoreAccountCreatedEvent`, `V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent`, `V2CoreAccountIncludingConfigurationCustomerUpdatedEvent`, `V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent`, `V2CoreAccountIncludingConfigurationMerchantUpdatedEvent`, `V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent`, `V2CoreAccountIncludingConfigurationRecipientUpdatedEvent`, `V2CoreAccountIncludingDefaultsUpdatedEvent`, `V2CoreAccountIncludingFutureRequirementsUpdatedEvent`, `V2CoreAccountIncludingIdentityUpdatedEvent`, `V2CoreAccountIncludingRequirementsUpdatedEvent`, and `V2CoreAccountUpdatedEvent` with related object `v2.core.Account` |
|
0 commit comments