Skip to content

Commit b139068

Browse files
committed
Bump version to 14.2.0a2
1 parent a09aef5 commit b139068

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

CHANGELOG.md

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

3+
## 14.2.0a2 - 2026-01-07
4+
* [#1711](https://github.com/stripe/stripe-python/pull/1711) Update generated code for private-preview
5+
* Add support for `tracking_details` on `V2.MoneyManagement.OutboundPayment`
6+
* Add support for `paper_check` on `V2.MoneyManagement.OutboundPayment.DeliveryOption` and `v2.money_management.OutboundPaymentCreateParamsDeliveryOption`
7+
* Add support for event notification `V2CoreAccountIncludingFutureRequirementsUpdatedEvent` with related object `v2.core.Account`
8+
* Add support for error code `account_rate_limit_exceeded` on `RateLimitError`
9+
* [#1698](https://github.com/stripe/stripe-python/pull/1698) Update generated code for private-preview
10+
* Add support for new resource `tax.Location`
11+
* Add support for `create`, `list`, and `retrieve` methods on resource `tax.Location`
12+
* Add support for `pause` method on resource `Subscription`
13+
* Add support for `performance_location` on `InvoiceAddLinesParamsLinePriceDatumProductDatumTaxDetail`, `InvoiceLineItemModifyParamsPriceDatumProductDatumTaxDetail`, `InvoiceUpdateLinesParamsLinePriceDatumProductDatumTaxDetail`, `PaymentLinkCreateParamsLineItemPriceDatumProductDatumTaxDetail`, `ProductCreateParamsTaxDetail`, `ProductModifyParamsTaxDetail`, `Tax.CalculationLineItem`, `checkout.SessionCreateParamsLineItemPriceDatumProductDatumTaxDetail`, `checkout.SessionModifyParamsLineItemPriceDatumProductDatumTaxDetail`, and `tax.CalculationCreateParamsLineItem`
14+
* Add support for new value `performance` on enums `Tax.Calculation.ShippingCost.TaxBreakdown.sourcing`, `Tax.CalculationLineItem.TaxBreakdown.sourcing`, and `Tax.Transaction.ShippingCost.TaxBreakdown.sourcing`
15+
* Add support for new values `admissions_tax`, `attendance_tax`, `entertainment_tax`, `gross_receipts_tax`, `hospitality_tax`, `luxury_tax`, `resort_tax`, and `tourism_tax` on enums `Tax.Calculation.ShippingCost.TaxBreakdown.TaxRateDetail.tax_type`, `Tax.Calculation.TaxBreakdown.TaxRateDetail.tax_type`, `Tax.CalculationLineItem.TaxBreakdown.TaxRateDetail.tax_type`, and `Tax.Transaction.ShippingCost.TaxBreakdown.TaxRateDetail.tax_type`
16+
* Change type of `delegated_checkout.RequestedSessionModifyParams.metadata` from `map(string: string)` to `emptyable(map(string: string))`
17+
* Change type of `delegated_checkout.RequestedSessionModifyParams.payment_method_data` from `payment_method_data` to `emptyable(payment_method_data)`
18+
* Change type of `delegated_checkout.RequestedSessionModifyParams.shared_metadata` from `map(string: string)` to `emptyable(map(string: string))`
19+
* Add support for `subscription` on `Invoice.Parent.ScheduleDetail` and `QuotePreviewInvoice.Parent.ScheduleDetail`
20+
* Change type of `PaymentIntentConfirmParamsPaymentDetailBenefit.fr_meal_voucher`, `PaymentIntentCreateParamsPaymentDetailBenefit.fr_meal_voucher`, `PaymentIntentModifyParamsPaymentDetailBenefit.fr_meal_voucher`, `SetupIntentConfirmParamsSetupDetailBenefit.fr_meal_voucher`, `SetupIntentCreateParamsSetupDetailBenefit.fr_meal_voucher`, and `SetupIntentModifyParamsSetupDetailBenefit.fr_meal_voucher` from `payment_details_benefit_fr_meal_voucher` to `emptyable(payment_details_benefit_fr_meal_voucher)`
21+
* Add support for `tax_details` on `PlanCreateParamsProduct` and `PriceCreateParamsProductDatum`
22+
* Add support for `external_reference` on `Plan` and `Price`
23+
* Add support for new value `phase_start` on enums `Quote.SubscriptionDataOverride.phase_effective_at`, `Quote.SubscriptionDatum.phase_effective_at`, `QuoteCreateParamsSubscriptionDataOverride.phase_effective_at`, `QuoteCreateParamsSubscriptionDatum.phase_effective_at`, `QuoteModifyParamsSubscriptionDataOverride.phase_effective_at`, and `QuoteModifyParamsSubscriptionDatum.phase_effective_at`
24+
* Remove support for value `line_start` from enums `Quote.SubscriptionDataOverride.phase_effective_at`, `Quote.SubscriptionDatum.phase_effective_at`, `QuoteCreateParamsSubscriptionDataOverride.phase_effective_at`, `QuoteCreateParamsSubscriptionDatum.phase_effective_at`, `QuoteModifyParamsSubscriptionDataOverride.phase_effective_at`, and `QuoteModifyParamsSubscriptionDatum.phase_effective_at`
25+
* Add support for new values `admissions_tax`, `attendance_tax`, `entertainment_tax`, `gross_receipts_tax`, `hospitality_tax`, `luxury_tax`, `resort_tax`, and `tourism_tax` on enums `Tax.Registration.CountryOption.Me.type` and `tax.RegistrationCreateParamsCountryOptionMe.type`
26+
* Add support for `admissions_tax`, `attendance_tax`, `entertainment_tax`, `gross_receipts_tax`, `hospitality_tax`, `luxury_tax`, `resort_tax`, and `tourism_tax` on `Tax.Registration.CountryOption.Me`
27+
* Add support for `requirements` on `TaxCode`
28+
329
## 14.2.0a1 - 2025-12-14
430
* [#1693](https://github.com/stripe/stripe-python/pull/1693) Update generated code for private-preview
531
* Add support for new resources `shared_payment.GrantedToken`, `v2.iam.ApiKey`, `v2.payments.SettlementAllocationIntentSplit`, `v2.payments.SettlementAllocationIntent`, and `v2.tax.ManualRule`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.2.0a1
1+
14.2.0a2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stripe"
3-
version = "14.2.0a1"
3+
version = "14.2.0a2"
44
readme = "README.md"
55
description = "Python bindings for the Stripe API"
66
authors = [{ name = "Stripe", email = "[email protected]" }]

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "14.2.0a1"
1+
VERSION = "14.2.0a2"

0 commit comments

Comments
 (0)