Skip to content

Commit 12ed667

Browse files
committed
Bump version to 15.6.0a2
1 parent 746fe07 commit 12ed667

4 files changed

Lines changed: 34 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 15.6.0a2 - 2026-08-19
4+
* [#1875](https://github.com/stripe/stripe-python/pull/1875) Update generated code for private-preview
5+
* Add support for new resources `PaymentPlan` and `billing.FeedbackOption`
6+
* ⚠️ Remove support for resource `billing.FeedbackOptions`
7+
* Add support for `create`, `list`, `modify`, and `retrieve` methods on resource `PaymentPlan`
8+
* Add support for `modify` method on resource `v2.money_management.Transaction`
9+
* Add support for `wechat_pay_payments` on `Account.Setting`, `AccountCreateParamsSetting`, and `AccountModifyParamsSetting`
10+
* ⚠️ Change type of `BillingPortal.Configuration.Feature.SubscriptionCancel.CancellationReason.feedback_options` from `$Billing.FeedbackOptions` to `$Billing.FeedbackOption`
11+
* Change `BillingPortal.Configuration.Feature.SubscriptionCancel.CancellationReason.feedback_options` to be required
12+
* Add support for `subscription_pause` on `BillingPortal.Session.Flow`
13+
* Add support for new value `subscription_pause` on enum `BillingPortal.Session.Flow.type`
14+
* Add support for new value `usdt` on enums `Crypto.OnrampSession.TransactionDetail.destination_currency`, `crypto.OnrampSessionCreateParams.destination_currency`, and `crypto.OnrampSessionListParams.destination_currency`
15+
* Add support for new value `usdt` on enums `Crypto.OnrampSession.TransactionDetail.destination_currencies` and `crypto.OnrampSessionCreateParams.destination_currencies`
16+
* Add support for `active_entitlements` on `CustomerSession.Component`
17+
* Add support for `shared_payment_issued_token` on `delegated_checkout.RequestedSessionConfirmParams`
18+
* Add support for new values `payment_plan.created`, `payment_plan.installment_due`, `payment_plan.installment_paid`, `payment_plan.installment_will_be_due`, and `payment_plan.updated` on enum `Event.type`
19+
* Add support for `managed_payments` on `InvoiceCreateParams`, `InvoiceItemCreateParams`, `InvoiceItem`, `Invoice`, and `QuotePreviewInvoice`
20+
* Add support for `payment_plan` on `Invoice`
21+
* Add support for `estimated_fee_details` and `estimated_fee` on `Issuing.Authorization.PendingRequest.HoldAmountDetail` and `Issuing.Authorization.RequestHistory.HoldAmountDetail`
22+
* ⚠️ Remove support for `cryptogram` on `PaymentAttemptRecord.PaymentMethodDetail.Card.ThreeDSecure` and `PaymentRecord.PaymentMethodDetail.Card.ThreeDSecure`
23+
* ⚠️ Change type of `ProductCatalog.TrialOffer.EndBehavior.Transition.price` from `$Price` to `deletable($Price)`
24+
* ⚠️ Change type of `Subscription.CancellationDetail.feedback_option` from `$Billing.FeedbackOptions` to `$Billing.FeedbackOption`
25+
* Add support for `cancel_at_period_end` on `Subscription.PendingUpdate`
26+
* Change `Subscription.CancellationDetail.feedback_option` to be required
27+
* Add support for `igic` on `Tax.Registration.CountryOption.At`, `Tax.Registration.CountryOption.Be`, `Tax.Registration.CountryOption.Bg`, `Tax.Registration.CountryOption.Cy`, `Tax.Registration.CountryOption.Cz`, `Tax.Registration.CountryOption.De`, `Tax.Registration.CountryOption.Dk`, `Tax.Registration.CountryOption.E`, `Tax.Registration.CountryOption.Ee`, `Tax.Registration.CountryOption.Fi`, `Tax.Registration.CountryOption.Fr`, `Tax.Registration.CountryOption.Gr`, `Tax.Registration.CountryOption.Hr`, `Tax.Registration.CountryOption.Hu`, `Tax.Registration.CountryOption.Ie`, `Tax.Registration.CountryOption.It`, `Tax.Registration.CountryOption.Lt`, `Tax.Registration.CountryOption.Lu`, `Tax.Registration.CountryOption.Lv`, `Tax.Registration.CountryOption.Mt`, `Tax.Registration.CountryOption.Nl`, `Tax.Registration.CountryOption.Pl`, `Tax.Registration.CountryOption.Pt`, `Tax.Registration.CountryOption.Ro`, `Tax.Registration.CountryOption.Se`, `Tax.Registration.CountryOption.Si`, and `Tax.Registration.CountryOption.Sk`
28+
* Add support for `metadata` on `V2.Billing.Contract.PricingLine.Datum.Pricing.PriceDetail.PricingOverride.Datum`, `V2.Billing.Contract.PricingOverride.Datum`, `V2.MoneyManagement.Transaction`, `v2.billing.ContractCreateParamsPricingOverride`, `v2.billing.ContractModifyParamsPricingLineActionUpdate`, `v2.billing.ContractModifyParamsPricingOverrideActionAdd`, `v2.billing.ContractModifyParamsPricingOverrideActionUpdate`, and `v2.billing.ContractModifyParams`
29+
* Add support for `tax_amount` on `V2.MoneyManagement.OutboundPaymentQuote.EstimatedFee`
30+
* Add support for `payout_method_options` on `V2.MoneyManagement.OutboundPaymentQuote.To` and `v2.money_management.OutboundPaymentQuoteCreateParamsTo`
31+
* Change type of `v2.billing.ContractModifyParamsPricingLineActionUpdatePricingPriceDetailPricingOverrideActionUpdate.metadata` from `string` to `emptyable(string)`
32+
* Add support for snapshot events `payment_plan.created`, `payment_plan.installment_due`, `payment_plan.installment_paid`, `payment_plan.installment_will_be_due`, and `payment_plan.updated` with resource `PaymentPlan`
33+
334
## 15.6.0a1 - 2026-08-12
435
This release changes the pinned API version to 2026-08-12.preview.
536

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.6.0a1
1+
15.6.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 = "15.6.0a1"
3+
version = "15.6.0a2"
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.6.0a1"
1+
VERSION = "15.6.0a2"

0 commit comments

Comments
 (0)