|
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 | + |
3 | 38 | ## 14.1.0a2 - 2025-11-20 |
4 | 39 | This release changes the pinned API version to `2025-11-17.preview`. |
5 | 40 |
|
@@ -147,40 +182,10 @@ This release changes the pinned API version to `2025-11-17.preview`. |
147 | 182 | * Add support for new value `2025-11-17.clover` on enum `WebhookEndpointCreateParams.api_version` |
148 | 183 | * Add support for snapshot events `financial_connections.account.account_numbers_updated` and `financial_connections.account.upcoming_account_number_expiry` with resource `financial_connections.Account` |
149 | 184 |
|
150 | | -## 14.1.0b1 - 2025-11-18 |
151 | | -This release changes the pinned API version to `2025-11-17.preview`. |
152 | | - |
153 | | -* [#1663](https://github.com/stripe/stripe-python/pull/1663) Update generated code for beta |
154 | | - * Add support for new resources `v2.core.AccountPersonToken` and `v2.core.AccountToken` |
155 | | - * Remove support for resource `v2.payments.OffSessionPayment` |
156 | | - * Add support for `create` and `retrieve` methods on resources `v2.core.AccountPersonToken` and `v2.core.AccountToken` |
157 | | - * Remove support for `cancel`, `capture`, `create`, `list`, and `retrieve` methods on resource `v2.payments.OffSessionPayment` |
158 | | - * Change `Tax.Association.tax_transaction_attempts` to be required |
159 | | - * Add support for `specified_commercial_transactions_act_url` on `Account.BusinessProfile`, `AccountCreateParamsBusinessProfile`, and `AccountModifyParamsBusinessProfile` |
160 | | - * Add support for `paypay_payments` on `Account.Setting`, `AccountCreateParamsSetting`, and `AccountModifyParamsSetting` |
161 | | - * Change type of `billing.analytics.MeterUsageRetrieveParamsMeter.dimension_filters` from `string` to `array(string)` |
162 | | - * Change type of `billing.analytics.MeterUsageRetrieveParamsMeter.tenant_filters` from `string` to `array(string)` |
163 | | - * Add support for `car_rental_data`, `flight_data`, and `lodging_data` on `ChargeCaptureParamsPaymentDetail`, `ChargeModifyParamsPaymentDetail`, `PaymentIntentCaptureParamsPaymentDetail`, `PaymentIntentConfirmParamsPaymentDetail`, `PaymentIntentCreateParamsPaymentDetail`, and `PaymentIntentModifyParamsPaymentDetail` |
164 | | - * Add support for `supplementary_purchase_data` on `OrderCreateParamsPaymentSettingPaymentMethodOptionKlarna`, `OrderModifyParamsPaymentSettingPaymentMethodOptionKlarna`, `PaymentIntentConfirmParamsPaymentMethodOptionKlarna`, `PaymentIntentCreateParamsPaymentMethodOptionKlarna`, and `PaymentIntentModifyParamsPaymentMethodOptionKlarna` |
165 | | - * Add support for `allow_redisplay` and `customer_account` on `PaymentMethodListParams` |
166 | | - * Add support for `future_requirements` on `V2.Core.Account` |
167 | | - * Add support for `konbini_payments` and `script_statement_descriptor` on `V2.Core.Account.Configuration.Merchant`, `v2.core.AccountCreateParamsConfigurationMerchant`, and `v2.core.AccountModifyParamsConfigurationMerchant` |
168 | | - * Add support for `eur` on `V2.Core.Account.Configuration.Storer.Capability.HoldsCurrency`, `v2.core.AccountCreateParamsConfigurationStorerCapabilityHoldsCurrency`, and `v2.core.AccountModifyParamsConfigurationStorerCapabilityHoldsCurrency` |
169 | | - * Add support for `requirements_collector` on `V2.Core.Account.Default.Responsibility` |
170 | | - * 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` |
171 | | - * 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` |
172 | | - * Remove support for `collector` on `V2.Core.Account.Requirement` |
173 | | - * Add support for new value `holds_currencies.eur` on enum `V2.Core.Account.Requirement.Entry.Impact.RestrictsCapability.capability` |
174 | | - * Add support for new values `payment_method` and `person` on enum `V2.Core.Account.Requirement.Entry.Reference.type` |
175 | | - * Remove support for value `resource` from enum `V2.Core.Account.Requirement.Entry.Reference.type` |
176 | | - * Remove support for value `future_requirements` from enum `V2.Core.Account.Requirement.Entry.RequestedReason.code` |
177 | | - * Add support for `changes` on `V2.Core.Event` |
178 | | - * Remove support for value `sepa_bank_account` from enums `V2.MoneyManagement.FinancialAddress.Credential.type` and `v2.money_management.FinancialAddressCreateParams.type` |
179 | | - * Add support for `account_token` on `v2.core.AccountCreateParams` and `v2.core.AccountModifyParams` |
180 | | - * Add support for new value `future_requirements` on enums `v2.core.AccountCreateParams.include`, `v2.core.AccountModifyParams.include`, and `v2.core.AccountRetrieveParams.include` |
181 | | - * Add support for `person_token` on `v2.core.AccountPersonCreateParams` and `v2.core.AccountPersonModifyParams` |
182 | | - * Add support for thin event `V2CoreHealthEventGenerationFailureResolvedEvent` |
183 | | - * Remove support for thin events `V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent`, `V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent`, `V2PaymentsOffSessionPaymentCanceledEvent`, `V2PaymentsOffSessionPaymentCreatedEvent`, `V2PaymentsOffSessionPaymentFailedEvent`, `V2PaymentsOffSessionPaymentRequiresCaptureEvent`, and `V2PaymentsOffSessionPaymentSucceededEvent` with related object `v2.payments.OffSessionPayment` |
| 185 | +## 14.0.1 - 2025-11-21 |
| 186 | +* [#1684](https://github.com/stripe/stripe-python/pull/1684) Update generated code |
| 187 | + * `stripe.error` module is now accessible globally. Fixes [#1682](https://github.com/stripe/stripe-python/issues/1682) |
| 188 | +* [#1681](https://github.com/stripe/stripe-python/pull/1681) Throw a specific error when accessing `payment_intent` property on `Invoice` object to ease debugging. |
184 | 189 |
|
185 | 190 | ## 14.0.0 - 2025-11-18 |
186 | 191 | This release changes the pinned API version to `2025-11-17.clover`. |
|
0 commit comments