Skip to content

Commit da11189

Browse files
Bump version to 15.1.0a4
1 parent 572e86c commit da11189

4 files changed

Lines changed: 33 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 15.1.0a4 - 2026-04-15
4+
* [#1794](https://github.com/stripe/stripe-python/pull/1794) Update generated code for private-preview
5+
* Add support for `latest_version` on `V2.Billing.LicenseFee`, `V2.Billing.PricingPlan`, and `V2.Billing.RateCard`
6+
* Add support for `service_interval_count` and `service_interval` on `V2.Billing.LicenseFee` and `V2.Billing.RateCard`
7+
* [#1791](https://github.com/stripe/stripe-python/pull/1791) Update generated code for private-preview
8+
* Add support for new resources `v2.core.WorkflowRun` and `v2.core.Workflow`
9+
* Add support for `report_authorized` method on resource `PaymentAttemptRecord`
10+
* Add support for `list` and `retrieve` methods on resource `v2.core.WorkflowRun`
11+
* Add support for `invoke`, `list`, and `retrieve` methods on resource `v2.core.Workflow`
12+
* Add support for `next_action` and `status` on `SharedPayment.IssuedToken`
13+
* ⚠️ Remove support for `network_id` on `SharedPayment.IssuedToken.SellerDetail`
14+
* Add support for `bills` on `AccountSession.Component`
15+
* Add support for `settlement_currencies` on `BalanceSettings.Payment` and `BalanceSettingsModifyParamsPayment`
16+
* Add support for `default_settlement_currency` on `BalanceSettings.Payment`
17+
* Add support for `account_funding` on `Charge.PaymentMethodDetail.Card`
18+
* Add support for `automatic_surcharge` on `Checkout.Session`, `PaymentLinkCreateParams`, `PaymentLink`, and `checkout.SessionCreateParams`
19+
* Add support for `bizum` on `Checkout.Session.PaymentMethodOption` and `checkout.SessionCreateParamsPaymentMethodOption`
20+
* Add support for `surcharge_cost` on `Checkout.Session`
21+
* Add support for `amount_surcharge` on `Checkout.Session.TotalDetail`
22+
* Add support for `shared_payment_granted_token` on `ConfirmationTokenCreateParamsPaymentMethodDatum`, `PaymentIntentConfirmParamsPaymentMethodDatum`, `PaymentIntentCreateParamsPaymentMethodDatum`, `PaymentIntentModifyParamsPaymentMethodDatum`, `SetupIntentConfirmParamsPaymentMethodDatum`, `SetupIntentCreateParamsPaymentMethodDatum`, and `SetupIntentModifyParamsPaymentMethodDatum`
23+
* Add support for new value `email` on enums `identity.VerificationReportListParams.type`, `identity.VerificationSessionCreateParams.type`, and `identity.VerificationSessionModifyParams.type`
24+
* Add support for `details` on `Identity.VerificationReport.Email`
25+
* ⚠️ Add support for new value `email` on enums `Identity.VerificationReport.type` and `Identity.VerificationSession.type`
26+
* Add support for `confirm` on `identity.VerificationSessionCreateParams` and `identity.VerificationSessionModifyParams`
27+
* Add support for `subscription` on `InvoiceItem.Parent.ScheduleDetail`
28+
* ⚠️ Remove support for `shared_payment_granted_token` on `PaymentIntentConfirmParams` and `PaymentIntentCreateParams`
29+
* Add support for `money_services` on `PaymentIntent.PaymentDetail`
30+
* ⚠️ Remove support for `external_reference` on `Plan`
31+
* Change `SharedPayment.GrantedToken.PaymentMethodDetail.billing_details` to be required
32+
333
## 15.1.0a3 - 2026-04-08
434
* [#1789](https://github.com/stripe/stripe-python/pull/1789) Update generated code for private-preview
535
* Add support for `payment_record` on `ApplicationFee.FeeSource`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.1.0a3
1+
15.1.0a4

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.1.0a3"
3+
version = "15.1.0a4"
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.1.0a3"
1+
VERSION = "15.1.0a4"

0 commit comments

Comments
 (0)