Skip to content

Commit c46b6fe

Browse files
Bump version to 15.2.0a6
1 parent 02d977e commit c46b6fe

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.2.0a6 - 2026-05-20
4+
* [#1809](https://github.com/stripe/stripe-python/pull/1809) Update generated code for private-preview
5+
* Add support for new resource `PaymentLocationCapability`
6+
* Add support for `list`, `modify`, and `retrieve` methods on resource `PaymentLocationCapability`
7+
* Add support for `close` and `simulate_network_lifecycle_dispute_response` test helper methods on resource `issuing.Dispute`
8+
* Change type of `delegated_checkout.RequestedSessionModifyParamsDiscount.codes` from `array(string)` to `emptyable(array(string))`
9+
* ⚠️ Remove support for `credited_items` on `InvoiceItem.ProrationDetail`
10+
* Add support for `balance_response` on `Issuing.Authorization`
11+
* Add support for `payment_evaluations` on `PaymentAttemptRecordReportCanceledParams`, `PaymentAttemptRecordReportFailedParams`, `PaymentRecordReportPaymentAttemptCanceledParams`, `PaymentRecordReportPaymentAttemptFailedParams`, `PaymentRecordReportPaymentAttemptParamsFailed`, and `PaymentRecordReportPaymentParamsFailed`
12+
* Add support for `enabled` on `PaymentIntentConfirmParamsPaymentDetailBenefitFrMealVoucher`, `PaymentIntentCreateParamsPaymentDetailBenefitFrMealVoucher`, `PaymentIntentModifyParamsPaymentDetailBenefitFrMealVoucher`, `SetupIntentConfirmParamsSetupDetailBenefitFrMealVoucher`, `SetupIntentCreateParamsSetupDetailBenefitFrMealVoucher`, and `SetupIntentModifyParamsSetupDetailBenefitFrMealVoucher`
13+
* Add support for `advanced_feature_details` and `allowed_payment_method_types` on `PaymentIntent`
14+
* Change type of `PaymentLocationModifyParamsAddress.city` from `string` to `emptyable(string)`
15+
* Change type of `PaymentLocationModifyParamsAddress.line1` from `string` to `emptyable(string)`
16+
* Change type of `PaymentLocationModifyParamsAddress.line2` from `string` to `emptyable(string)`
17+
* Change type of `PaymentLocationModifyParamsAddress.postal_code` from `string` to `emptyable(string)`
18+
* Change type of `PaymentLocationModifyParamsAddress.state` from `string` to `emptyable(string)`
19+
* Change `SubscriptionPauseParams.type` to be optional
20+
* ⚠️ Remove support for `payment_behavior` on `SubscriptionResumeParams`
21+
* ⚠️ Remove support for `status_details` on `Subscription`
22+
* [#1811](https://github.com/stripe/stripe-python/pull/1811) remove unnecessary cast
23+
324
## 15.2.0a5 - 2026-05-13
425
* [#1807](https://github.com/stripe/stripe-python/pull/1807) Update generated code for private-preview
526
* Add support for new resources `v2.core.FeeBatch`, `v2.core.FeeEntry`, `v2.money_management.DebitDispute`, and `v2.money_management.FinancialAccountStatement`

VERSION

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

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.0a5"
3+
version = "15.2.0a6"
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.0a5"
1+
VERSION = "15.2.0a6"

0 commit comments

Comments
 (0)