|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 24 | ## 15.2.0a6 - 2026-05-20 |
4 | 25 | * [#1809](https://github.com/stripe/stripe-python/pull/1809) Update generated code for private-preview |
5 | 26 | * Add support for new resource `PaymentLocationCapability` |
|
0 commit comments