Skip to content

Commit 690b4b2

Browse files
Bump version to 15.2.0a5
1 parent f89f45e commit 690b4b2

4 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 15.2.0a5 - 2026-05-13
4+
* [#1807](https://github.com/stripe/stripe-python/pull/1807) Update generated code for private-preview
5+
* Add support for new resources `v2.core.FeeBatch`, `v2.core.FeeEntry`, `v2.money_management.DebitDispute`, and `v2.money_management.FinancialAccountStatement`
6+
* Add support for `simulate_network_lifecycle_pre_arbitration_response` and `simulate_network_lifecycle_pre_arbitration_submission` test helper methods on resource `issuing.Dispute`
7+
* Add support for `list` method on resource `PaymentLocation`
8+
* Add support for `list` and `retrieve` methods on resources `v2.core.FeeBatch`, `v2.core.FeeEntry`, and `v2.money_management.FinancialAccountStatement`
9+
* Add support for `create`, `list`, and `retrieve` methods on resource `v2.money_management.DebitDispute`
10+
* Add support for `discounts` on `DelegatedCheckout.RequestedSession`, `delegated_checkout.RequestedSessionCreateParams`, and `delegated_checkout.RequestedSessionModifyParams`
11+
* Add support for `amount_sale` on `DelegatedCheckout.RequestedSession.LineItemDetail` and `DelegatedCheckout.RequestedSession.TotalDetail`
12+
* Add support for `amount_discount` and `breakdown` on `DelegatedCheckout.RequestedSession.TotalDetail`
13+
* ⚠️ Remove support for `check_deposit_address` on `Invoice.PaymentSetting.PaymentMethodOption.CheckScan`, `InvoiceCreateParamsPaymentSettingPaymentMethodOptionCheckScan`, `InvoiceModifyParamsPaymentSettingPaymentMethodOptionCheckScan`, `QuotePreviewInvoice.PaymentSetting.PaymentMethodOption.CheckScan`, `Subscription.PaymentSetting.PaymentMethodOption.CheckScan`, `SubscriptionCreateParamsPaymentSettingPaymentMethodOptionCheckScan`, and `SubscriptionModifyParamsPaymentSettingPaymentMethodOptionCheckScan`
14+
* Add support for `payment_evaluations` on `PaymentAttemptRecordReportGuaranteedParams`, `PaymentRecordReportPaymentAttemptGuaranteedParams`, `PaymentRecordReportPaymentAttemptParamsGuaranteed`, and `PaymentRecordReportPaymentParamsGuaranteed`
15+
* Add support for `location` on `PaymentIntentConfirmParamsPaymentDetail`, `PaymentIntentCreateParamsPaymentDetail`, `PaymentIntentModifyParamsPaymentDetail`, `SetupIntentConfirmParamsSetupDetail`, `SetupIntentCreateParamsSetupDetail`, and `SetupIntentModifyParamsSetupDetail`
16+
* Add support for `onboarding_data_update_acknowledged` on `PaymentLocationModifyParams`
17+
* Change `PaymentLocationCreateParamsAddress.country` and `PaymentLocationModifyParamsAddress.country` to be optional
18+
* Add support for `customer` on `radar.CustomerEvaluationModifyParams`
19+
* Add support for `status` on `Radar.CustomerEvaluation` and `radar.CustomerEvaluationModifyParams`
20+
* Change `radar.CustomerEvaluationModifyParams.type` to be optional
21+
* Add support for `payment_behavior` on `SubscriptionResumeParams`
22+
* Add support for `dispute_details` on `V2.MoneyManagement.ReceivedDebit`
23+
* ⚠️ Add support for new value `debit_dispute` on enums `V2.MoneyManagement.Transaction.category` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.category`
24+
* Add support for `debit_dispute` on `V2.MoneyManagement.Transaction.Flow` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.Flow`
25+
* ⚠️ Add support for new value `debit_dispute` on enums `V2.MoneyManagement.Transaction.Flow.type` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.Flow.type`
26+
* Add support for `payment_attempt_record` on `EventsV2PaymentsOffSessionPaymentAttemptFailedEvent` and `EventsV2PaymentsOffSessionPaymentFailedEvent`
27+
* Add support for event notifications `V2MoneyManagementFinancialAccountStatementCreatedEvent` and `V2MoneyManagementFinancialAccountStatementRestatedEvent` with related object `v2.money_management.FinancialAccountStatement`
28+
329
## 15.2.0a4 - 2026-05-06
430
* [#1804](https://github.com/stripe/stripe-python/pull/1804) Update generated code for private-preview
531
* Add support for new resource `PaymentLocation`

VERSION

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

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

0 commit comments

Comments
 (0)