|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 31.0.0 - 2025-11-18 |
| 4 | +This release changes the pinned API version to `2025-11-17.clover`. |
| 5 | + |
| 6 | +* [#2113](https://github.com/stripe/stripe-java/pull/2113) Update generated code |
| 7 | + * ⚠️ Remove support for `gt`, `gte`, `lt`, and `lte` on `v2.core.EventListParams` in favor of `created`. |
| 8 | +* [#2110](https://github.com/stripe/stripe-java/pull/2110) Update v2 array parameter serialization to use indexed format |
| 9 | + - `Retrieve` and `List` calls for `/v2` endpoints now use indexed format (e.g., `?include[0]=foo&include[1]=bar`) instead of repeated parameter format (e.g., `?include=foo&include=bar`) when communicating with the Stripe API. This may break any unit tests that expect the latter behavior when setting up a mock server. Instead, they should now expect the former. |
| 10 | + - The `arraysAsRepeated` parameter was removed from the internal-use-only method `FormEncoder#createQueryString` |
| 11 | +* [#2108](https://github.com/stripe/stripe-java/pull/2108) Update generated code |
| 12 | + * Add support for new resources `tax.Association` and `terminal.OnboardingLink` |
| 13 | + * Add support for `find` method on resource `tax.Association` |
| 14 | + * Add support for `create` method on resource `terminal.OnboardingLink` |
| 15 | + * Add support for `paymentMethodConfiguration` on `billingportal.Configuration.features.payment_method_update` |
| 16 | + * Add support for `transactionId` on `Charge.payment_method_details.ideal`, `PaymentAttemptRecord.payment_method_details.ideal`, and `PaymentRecord.payment_method_details.ideal` |
| 17 | + * Add support for new value `finom` on enums `ConfirmationTokenCreateParams.payment_method_data.ideal.bank`, `PaymentIntentConfirmParams.payment_method_data.ideal.bank`, `PaymentIntentCreateParams.payment_method_data.ideal.bank`, `PaymentIntentUpdateParams.payment_method_data.ideal.bank`, `PaymentMethodCreateParams.ideal.bank`, `SetupIntentConfirmParams.payment_method_data.ideal.bank`, `SetupIntentCreateParams.payment_method_data.ideal.bank`, and `SetupIntentUpdateParams.payment_method_data.ideal.bank` |
| 18 | + * Add support for `created` on `CustomerBalanceTransactionListParams` and `InvoicePaymentListParams` |
| 19 | + * Add support for `accountNumbers` on `financialconnections.Account` |
| 20 | + * Add support for `fraudRisk` on `issuing.AuthorizationCreateParams.risk_assessment` |
| 21 | + * Add support for `latestFraudWarning` on `issuing.Card` |
| 22 | + * Add support for `hooks` on `PaymentIntentCaptureParams`, `PaymentIntentConfirmParams`, `PaymentIntentCreateParams`, `PaymentIntentIncrementAuthorizationParams`, `PaymentIntentUpdateParams`, and `PaymentIntent` |
| 23 | + * Add support for `mbWay` and `twint` on `Refund.destination_details` |
| 24 | + * Add support for new values `financial_connections.account.account_numbers_updated` and `financial_connections.account.upcoming_account_number_expiry` on enums `WebhookEndpointCreateParams.enabledEvents` and `WebhookEndpointUpdateParams.enabledEvents` |
| 25 | + * Add support for `changes` on `v2.core.Event` |
| 26 | + * Add support for snapshot events `financial_connections.account.account_numbers_updated` and `financial_connections.account.upcoming_account_number_expiry` with resource `financialconnections.Account` |
| 27 | + |
3 | 28 | ## 30.2.0 - 2025-11-05 |
4 | 29 | * [#2102](https://github.com/stripe/stripe-java/pull/2102) Update generated code |
5 | 30 | * 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` |
|
0 commit comments