Skip to content

Commit 1f6eed7

Browse files
Merge pull request #2115 from stripe/latest-codegen-beta
Update generated code for beta
2 parents 1c30c69 + f2fa263 commit 1f6eed7

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

API_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a4f6cd305e695abb9ca7cdf25b8828504e2854d7
1+
91ef4c6abe8dcdab3a855d81aa624693a6a4da9f

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

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+
328
## 30.2.0 - 2025-11-05
429
* [#2102](https://github.com/stripe/stripe-java/pull/2102) Update generated code
530
* 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

Comments
 (0)