|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 14.1.0b1 - 2025-11-18 |
| 4 | +This release changes the pinned API version to `2025-11-17.preview`. |
| 5 | + |
| 6 | +* [#1663](https://github.com/stripe/stripe-python/pull/1663) 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 | + * Change `Tax.Association.tax_transaction_attempts` to be required |
| 12 | + * Add support for `specified_commercial_transactions_act_url` on `Account.BusinessProfile`, `AccountCreateParamsBusinessProfile`, and `AccountModifyParamsBusinessProfile` |
| 13 | + * Add support for `paypay_payments` on `Account.Setting`, `AccountCreateParamsSetting`, and `AccountModifyParamsSetting` |
| 14 | + * Change type of `billing.analytics.MeterUsageRetrieveParamsMeter.dimension_filters` from `string` to `array(string)` |
| 15 | + * Change type of `billing.analytics.MeterUsageRetrieveParamsMeter.tenant_filters` from `string` to `array(string)` |
| 16 | + * Add support for `car_rental_data`, `flight_data`, and `lodging_data` on `ChargeCaptureParamsPaymentDetail`, `ChargeModifyParamsPaymentDetail`, `PaymentIntentCaptureParamsPaymentDetail`, `PaymentIntentConfirmParamsPaymentDetail`, `PaymentIntentCreateParamsPaymentDetail`, and `PaymentIntentModifyParamsPaymentDetail` |
| 17 | + * Add support for `supplementary_purchase_data` on `OrderCreateParamsPaymentSettingPaymentMethodOptionKlarna`, `OrderModifyParamsPaymentSettingPaymentMethodOptionKlarna`, `PaymentIntentConfirmParamsPaymentMethodOptionKlarna`, `PaymentIntentCreateParamsPaymentMethodOptionKlarna`, and `PaymentIntentModifyParamsPaymentMethodOptionKlarna` |
| 18 | + * Add support for `allow_redisplay` and `customer_account` on `PaymentMethodListParams` |
| 19 | + * Add support for `future_requirements` on `V2.Core.Account` |
| 20 | + * Add support for `konbini_payments` and `script_statement_descriptor` on `V2.Core.Account.Configuration.Merchant`, `v2.core.AccountCreateParamsConfigurationMerchant`, and `v2.core.AccountModifyParamsConfigurationMerchant` |
| 21 | + * Add support for `eur` on `V2.Core.Account.Configuration.Storer.Capability.HoldsCurrency`, `v2.core.AccountCreateParamsConfigurationStorerCapabilityHoldsCurrency`, and `v2.core.AccountModifyParamsConfigurationStorerCapabilityHoldsCurrency` |
| 22 | + * Add support for `requirements_collector` on `V2.Core.Account.Default.Responsibility` |
| 23 | + * Add support for new value `ar_cuit` on enums `V2.Core.Account.Identity.BusinessDetail.IdNumber.type`, `v2.core.AccountCreateParamsIdentityBusinessDetailIdNumber.type`, and `v2.core.AccountModifyParamsIdentityBusinessDetailIdNumber.type` |
| 24 | + * Add support for new value `ar_dni` on enums `V2.Core.Account.Identity.Individual.IdNumber.type`, `V2.Core.AccountPerson.IdNumber.type`, `v2.core.AccountCreateParamsIdentityIndividualIdNumber.type`, `v2.core.AccountModifyParamsIdentityIndividualIdNumber.type`, `v2.core.AccountPersonCreateParamsIdNumber.type`, and `v2.core.AccountPersonModifyParamsIdNumber.type` |
| 25 | + * Remove support for `collector` on `V2.Core.Account.Requirement` |
| 26 | + * Add support for new value `holds_currencies.eur` on enum `V2.Core.Account.Requirement.Entry.Impact.RestrictsCapability.capability` |
| 27 | + * Add support for new values `payment_method` and `person` on enum `V2.Core.Account.Requirement.Entry.Reference.type` |
| 28 | + * Remove support for value `resource` from enum `V2.Core.Account.Requirement.Entry.Reference.type` |
| 29 | + * Remove support for value `future_requirements` from enum `V2.Core.Account.Requirement.Entry.RequestedReason.code` |
| 30 | + * Add support for `changes` on `V2.Core.Event` |
| 31 | + * Remove support for value `sepa_bank_account` from enums `V2.MoneyManagement.FinancialAddress.Credential.type` and `v2.money_management.FinancialAddressCreateParams.type` |
| 32 | + * Add support for `account_token` on `v2.core.AccountCreateParams` and `v2.core.AccountModifyParams` |
| 33 | + * Add support for new value `future_requirements` on enums `v2.core.AccountCreateParams.include`, `v2.core.AccountModifyParams.include`, and `v2.core.AccountRetrieveParams.include` |
| 34 | + * Add support for `person_token` on `v2.core.AccountPersonCreateParams` and `v2.core.AccountPersonModifyParams` |
| 35 | + * Add support for thin event `V2CoreHealthEventGenerationFailureResolvedEvent` |
| 36 | + * Remove support for thin events `V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent`, `V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent`, `V2PaymentsOffSessionPaymentCanceledEvent`, `V2PaymentsOffSessionPaymentCreatedEvent`, `V2PaymentsOffSessionPaymentFailedEvent`, `V2PaymentsOffSessionPaymentRequiresCaptureEvent`, and `V2PaymentsOffSessionPaymentSucceededEvent` with related object `v2.payments.OffSessionPayment` |
| 37 | +* [#1670](https://github.com/stripe/stripe-python/pull/1670) Ramya/merge python beta |
| 38 | + |
3 | 39 | ## 14.0.0 - 2025-11-18 |
4 | 40 | This release changes the pinned API version to `2025-11-17.clover`. |
5 | 41 |
|
|
0 commit comments