Skip to content

Commit ad41641

Browse files
committed
Bump version to 15.3.0a2
1 parent 6eb5a9d commit ad41641

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.3.0a2 - 2026-06-03
4+
* [#1818](https://github.com/stripe/stripe-python/pull/1818) Update generated code for private-preview
5+
* Add support for new resources `delegated_checkout.OrderEvent`, `delegated_checkout.Order`, `v2.billing.ContractLicensePricingQuantityChange`, `v2.billing.Contract`, and `v2.signals.AccountSignal`
6+
* Add support for `retrieve` method on resource `delegated_checkout.Order`
7+
* Add support for `list_orders` method on resource `delegated_checkout.RequestedSession`
8+
* Add support for `list` and `retrieve` methods on resource `v2.signals.AccountSignal`
9+
* Add support for `activate`, `cancel`, `create`, `list`, `modify`, and `retrieve` methods on resource `v2.billing.Contract`
10+
* Add support for `birth_address` on `AccountCreateParamsIndividual`, `AccountCreatePersonParams`, `AccountModifyParamsIndividual`, `AccountModifyPersonParams`, `Person`, `TokenCreateParamsAccountIndividual`, and `TokenCreateParamsPerson`
11+
* Change type of `ChargeCaptureParamsPaymentDetailMoneyService.transaction_type`, `ChargeModifyParamsPaymentDetailMoneyService.transaction_type`, `PaymentIntentCaptureParamsPaymentDetailMoneyService.transaction_type`, `PaymentIntentConfirmParamsPaymentDetailMoneyService.transaction_type`, `PaymentIntentCreateParamsPaymentDetailMoneyService.transaction_type`, and `PaymentIntentModifyParamsPaymentDetailMoneyService.transaction_type` from `literal('account_funding')` to `enum('account_funding'|'debt_repayment')`
12+
* ⚠️ Add support for new value `proserv` on enums `Checkout.Session.AutomaticSurcharge.provider` and `PaymentLink.AutomaticSurcharge.provider`
13+
* Add support for `provisioning_decision` and `token_type` on `Issuing.Authorization.TokenDetail` and `Issuing.Token`
14+
* Add support for `token_decision_recommendation` on `Issuing.Authorization.TokenDetail.NetworkDatum.Visa` and `Issuing.Token.NetworkDatum.Visa`
15+
* Add support for `language` on `Issuing.Token.NetworkDatum.Device`
16+
* Add support for `digital_asset_category` on `PaymentIntentConfirmParamsPaymentMethodOptionCardPaymentDetailMoneyServiceAccountFunding`, `PaymentIntentConfirmParamsPaymentMethodOptionCardPresentPaymentDetailMoneyServiceAccountFunding`, `PaymentIntentCreateParamsPaymentMethodOptionCardPaymentDetailMoneyServiceAccountFunding`, `PaymentIntentCreateParamsPaymentMethodOptionCardPresentPaymentDetailMoneyServiceAccountFunding`, `PaymentIntentModifyParamsPaymentMethodOptionCardPaymentDetailMoneyServiceAccountFunding`, and `PaymentIntentModifyParamsPaymentMethodOptionCardPresentPaymentDetailMoneyServiceAccountFunding`
17+
* Add support for `static_address` on `PaymentIntent.PaymentMethodOption.Crypto.DepositOption`, `PaymentIntentConfirmParamsPaymentMethodOptionCryptoDepositOption`, `PaymentIntentCreateParamsPaymentMethodOptionCryptoDepositOption`, and `PaymentIntentModifyParamsPaymentMethodOptionCryptoDepositOption`
18+
* Add support for `payment_reference` on `PaymentIntentCreateParamsPaymentsOrchestration`
19+
* ⚠️ Remove support for `payment_details` on `PaymentIntentCreateParamsPaymentsOrchestration`
20+
* ⚠️ Change type of `PaymentIntent.PaymentDetail.MoneyService.transaction_type` from `literal('account_funding')` to `enum('account_funding'|'debt_repayment')`
21+
* Add support for `ending_before`, `limit`, and `starting_after` on `PaymentLocationListParams`
22+
* ⚠️ Change `radar.IssuingAuthorizationEvaluationCreateParamsCardDetail.last4` to be required
23+
* Add support for `schema` on `V2.Data.Reporting.QueryRun.Result.File` and `V2.Reporting.ReportRun.Result.File`
24+
* ⚠️ Add support for new value `payout_method_amount_limit_exceeded` on enum `V2.MoneyManagement.OutboundPayment.StatusDetail.Failed.reason`
25+
* Add support for `include` on `v2.data.reporting.QueryRunRetrieveParams` and `v2.reporting.ReportRunRetrieveParams`
26+
* Add support for `requirements_collector` on `v2.core.AccountCreateParamsDefaultResponsibility` and `v2.core.AccountModifyParamsDefaultResponsibility`
27+
* Add support for event notification `V2SignalsAccountSignalMerchantDelinquencyReadyEvent` with related object `v2.signals.AccountSignal`
28+
329
## 15.3.0a1 - 2026-05-27
430
This release changes the pinned API version to 2026-05-27.private.
531

VERSION

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

0 commit comments

Comments
 (0)