Skip to content

Commit f891f9c

Browse files
Bump version to 15.3.0a1
1 parent 262721f commit f891f9c

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 15.3.0a1 - 2026-05-27
4+
This release changes the pinned API version to 2026-05-27.private.
5+
6+
* [#1815](https://github.com/stripe/stripe-python/pull/1815) Update generated code for private-preview
7+
* Change type of `billing.AlertCreateParamsSpendThreshold.group_by` from `literal('pricing_plan_subscription')` to `enum('billing_cadence'|'pricing_plan_subscription')`
8+
* ⚠️ Change type of `Billing.Alert.SpendThreshold.group_by` from `literal('pricing_plan_subscription')` to `enum('billing_cadence'|'pricing_plan_subscription')`
9+
* Change `DelegatedCheckout.RequestedSession.affiliate_attributions` to be required
10+
* ⚠️ Add support for new value `institution_requirement` on enum `FinancialConnections.Account.StatusDetail.Inactive.cause`
11+
* Add support for `wechat_pay` on `Invoice.PaymentSetting.PaymentMethodOption`, `InvoiceCreateParamsPaymentSettingPaymentMethodOption`, `InvoiceModifyParamsPaymentSettingPaymentMethodOption`, `QuotePreviewInvoice.PaymentSetting.PaymentMethodOption`, `Subscription.PaymentSetting.PaymentMethodOption`, `SubscriptionCreateParamsPaymentSettingPaymentMethodOption`, and `SubscriptionModifyParamsPaymentSettingPaymentMethodOption`
12+
* Add support for `gift_card` on `PaymentIntent.PaymentMethodOption`, `PaymentIntentConfirmParamsPaymentMethodOption`, `PaymentIntentCreateParamsPaymentMethodOption`, and `PaymentIntentModifyParamsPaymentMethodOption`
13+
* Add support for `payment_details` on `PaymentIntentCreateParamsPaymentsOrchestration`
14+
* Add support for `enabled` on `PaymentIntent.PaymentDetail.Benefit.FrMealVoucher` and `SetupIntent.SetupDetail.Benefit.FrMealVoucher`
15+
* ⚠️ Remove support for `login_failed`, `registration_failed`, `registration_success`, and `type` on `radar.CustomerEvaluationModifyParams`
16+
* ⚠️ Remove support for `latest_version` on `V2.Billing.LicenseFee`, `V2.Billing.PricingPlan`, and `V2.Billing.RateCard`
17+
* ⚠️ Remove support for `service_interval_count` and `service_interval` on `V2.Billing.LicenseFee` and `V2.Billing.RateCard`
18+
* Add support for `debit_agreement` on `V2.MoneyManagement.ReceivedCredit.StripeBalancePayment`
19+
* Add support for new value `chaps` on enum `v2.FinancialAddressCreditSimulationCreditParams.network`
20+
* Add support for `canonical_path` on `EventsV2CoreHealthTrafficVolumeDropFiringEvent.Impact` and `EventsV2CoreHealthTrafficVolumeDropResolvedEvent.Impact`
21+
* Add support for snapshot event `payment_intent.expired` with resource `PaymentIntent`
22+
* Add support for event notifications `V2CoreHealthElementsErrorFiringEvent`, `V2CoreHealthElementsErrorResolvedEvent`, `V2CoreHealthInvoiceCountDroppedFiringEvent`, and `V2CoreHealthInvoiceCountDroppedResolvedEvent`
23+
324
## 15.2.0a6 - 2026-05-20
425
* [#1809](https://github.com/stripe/stripe-python/pull/1809) Update generated code for private-preview
526
* Add support for new resource `PaymentLocationCapability`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.2.0a6
1+
15.3.0a1

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 = "15.2.0a6"
3+
version = "15.3.0a1"
44
readme = "README.md"
55
description = "Python bindings for the Stripe API"
66
authors = [{ name = "Stripe", email = "support@stripe.com" }]

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "15.2.0a6"
1+
VERSION = "15.3.0a1"

0 commit comments

Comments
 (0)