|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 31.1.0-beta.1 - 2025-11-18 |
| 4 | +This release changes the pinned API version to `2025-11-17.preview`. |
| 5 | + |
| 6 | +* [#2103](https://github.com/stripe/stripe-java/pull/2103) Update generated code for beta |
| 7 | + * Add support for new resources `v2.core.AccountPersonToken` and `v2.core.AccountToken` |
| 8 | + * Remove support for resource `v2.payments.OffSessionPayment` |
| 9 | + * Add support for `create` and `retrieve` methods on resources `v2.core.AccountPersonToken` and `v2.core.AccountToken` |
| 10 | + * Remove support for `cancel`, `capture`, `create`, `list`, and `retrieve` methods on resource `v2.payments.OffSessionPayment` |
| 11 | + * Add support for `specifiedCommercialTransactionsActUrl` on `Account.business_profile`, `AccountCreateParams.business_profile`, and `AccountUpdateParams.business_profile` |
| 12 | + * Add support for `paypayPayments` on `Account.settings`, `AccountCreateParams.settings`, and `AccountUpdateParams.settings` |
| 13 | + * Change type of `billing.analytics.MeterUsageRetrieveParams.meters[].dimensionFilters` from `string` to `array(string)` |
| 14 | + * Change type of `billing.analytics.MeterUsageRetrieveParams.meters[].tenantFilters` from `string` to `array(string)` |
| 15 | + * Add support for `carRentalData`, `flightData`, and `lodgingData` on `ChargeCaptureParams.payment_details`, `ChargeUpdateParams.payment_details`, `PaymentIntentCaptureParams.payment_details`, `PaymentIntentConfirmParams.payment_details`, `PaymentIntentCreateParams.payment_details`, and `PaymentIntentUpdateParams.payment_details` |
| 16 | + * Add support for `supplementaryPurchaseData` on `OrderCreateParams.payment.settings.payment_method_options.klarna`, `OrderUpdateParams.payment.settings.payment_method_options.klarna`, `PaymentIntentConfirmParams.payment_method_options.klarna`, `PaymentIntentCreateParams.payment_method_options.klarna`, and `PaymentIntentUpdateParams.payment_method_options.klarna` |
| 17 | + * Add support for `allowRedisplay` and `customerAccount` on `PaymentMethodListParams` |
| 18 | + * Add support for `futureRequirements` on `v2.core.Account` |
| 19 | + * Add support for `konbiniPayments` and `scriptStatementDescriptor` on `v2.core.Account.configuration.merchant`, `v2.core.AccountCreateParams.configuration.merchant`, and `v2.core.AccountUpdateParams.configuration.merchant` |
| 20 | + * Add support for `eur` 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` |
| 21 | + * Add support for `requirementsCollector` on `v2.core.Account.defaults.responsibilities` |
| 22 | + * Remove support for `collector` on `v2.core.Account.requirements` |
| 23 | + * Add support for `changes` on `v2.core.Event` |
| 24 | + * Remove support for value `sepa_bank_account` from enum `v2.moneymanagement.FinancialAddressCreateParams.type` |
| 25 | + * Add support for `accountToken` on `v2.core.AccountCreateParams` and `v2.core.AccountUpdateParams` |
| 26 | + * Add support for new value `ar_cuit` on enums `v2.core.AccountCreateParams.identity.business_details.id_numbers[].type` and `v2.core.AccountUpdateParams.identity.business_details.id_numbers[].type` |
| 27 | + * Add support for new value `ar_dni` on enums `v2.core.AccountCreateParams.identity.individual.id_numbers[].type`, `v2.core.AccountPersonCreateParams.id_numbers[].type`, `v2.core.AccountPersonUpdateParams.id_numbers[].type`, and `v2.core.AccountUpdateParams.identity.individual.id_numbers[].type` |
| 28 | + * Add support for new value `future_requirements` on enums `v2.core.AccountCreateParams.include`, `v2.core.AccountRetrieveParams.include`, and `v2.core.AccountUpdateParams.include` |
| 29 | + * Add support for `personToken` on `v2.core.AccountPersonCreateParams` and `v2.core.AccountPersonUpdateParams` |
| 30 | + * Add support for `changes` on `v2.core.Event` |
| 31 | + * Add support for thin event `V2CoreHealthEventGenerationFailureResolvedEvent` |
| 32 | + * Remove support for thin events `V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent`, `V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent`, `V2PaymentsOffSessionPaymentCanceledEvent`, `V2PaymentsOffSessionPaymentCreatedEvent`, `V2PaymentsOffSessionPaymentFailedEvent`, `V2PaymentsOffSessionPaymentRequiresCaptureEvent`, and `V2PaymentsOffSessionPaymentSucceededEvent` with related object `v2.payments.OffSessionPayment` |
| 33 | + |
3 | 34 | ## 31.0.0 - 2025-11-18 |
4 | 35 | This release changes the pinned API version to `2025-11-17.clover`. |
5 | 36 |
|
|
0 commit comments