Skip to content

Commit acc071f

Browse files
committed
Bump version to 15.4.0a2
1 parent 0317b38 commit acc071f

4 files changed

Lines changed: 35 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 15.4.0a2 - 2026-07-01
4+
This release changes the pinned API version to 2026-07-01.preview.
5+
6+
* [#1839](https://github.com/stripe/stripe-python/pull/1839) Update generated code for private-preview
7+
* Add support for new resources `crypto.CustomerConsumerWallet`, `crypto.CustomerPaymentToken`, `crypto.Customer`, `crypto.OnrampSession`, and `crypto.OnrampTransactionLimits`
8+
* Add support for `list` and `retrieve` methods on resource `crypto.Customer`
9+
* Add support for `checkout`, `create`, `list`, `quote`, and `retrieve` methods on resource `crypto.OnrampSession`
10+
* Add support for `retrieve` method on resource `crypto.OnrampTransactionLimits`
11+
* Add support for `electronic_commerce_indicator` on `Charge.PaymentMethodDetail.Card`
12+
* Add support for `amount_received` and `amount_requested` on `Charge.PaymentMethodDetail.Crypto`, `PaymentAttemptRecord.PaymentMethodDetail.Crypto`, and `PaymentRecord.PaymentMethodDetail.Crypto`
13+
* Add support for `fingerprint` on `Charge.PaymentMethodDetail.GiftCard`, `PaymentAttemptRecord.PaymentMethodDetail.GiftCard`, and `PaymentRecord.PaymentMethodDetail.GiftCard`
14+
* Add support for `address_collection_precision` on `checkout.SessionCreateParamsAutomaticTax`
15+
* Add support for `subscription` on `Checkout.Session.Item`
16+
* ⚠️ Remove support for `deactivation` on `GiftCardOperation`
17+
* ⚠️ Remove support for value `deactivation` from enum `GiftCardOperation.type`
18+
* Add support for `merchant_amount_exchange_rate` on `Issuing.Authorization` and `Issuing.Transaction`
19+
* Add support for `device_id` on `Issuing.Authorization.TokenDetail.NetworkDatum.Device` and `Issuing.Token.NetworkDatum.Device`
20+
* Add support for `program` on `Issuing.Card`
21+
* Add support for `payment_method_details` on `PaymentAttemptRecordReportFailedParams` and `PaymentRecordReportPaymentAttemptFailedParams`
22+
* Add support for `reason` on `PaymentAttemptRecordReportRefundParams` and `PaymentRecordReportRefundParams`
23+
* Add support for `amount_reconciliation` on `PaymentIntent.PaymentMethodOption.Crypto`, `PaymentIntentConfirmParamsPaymentMethodOptionCrypto`, `PaymentIntentCreateParamsPaymentMethodOptionCrypto`, and `PaymentIntentModifyParamsPaymentMethodOptionCrypto`
24+
* Add support for `connect_permissions` and `permissions` on `V2.Iam.ApiKey`, `v2.iam.ApiKeyCreateParams`, and `v2.iam.ApiKeyModifyParams`
25+
* Add support for `credit` on `V2.MoneyManagement.FinancialAccount`
26+
* ⚠️ Add support for new value `credit` on enum `V2.MoneyManagement.FinancialAccount.type`
27+
* Add support for new value `currency_required` on enum `V2.MoneyManagement.PayoutIntent.NextAction.HandleFailure.failure_reason`
28+
* Add support for new values `issuing_authorization`, `issuing_transaction`, and `platform_funded_credit_transaction` on enums `V2.MoneyManagement.Transaction.category` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.category`
29+
* Add support for `account`, `issuing_authorization`, `issuing_dispute`, and `issuing_transaction` on `V2.MoneyManagement.Transaction.Flow` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.Flow`
30+
* Add support for new values `issuing_authorization`, `issuing_dispute`, and `issuing_transaction` on enums `V2.MoneyManagement.Transaction.Flow.type` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.Flow.type`
31+
* Add support for new value `credit` on enum `v2.money_management.FinancialAccountListParams.types`
32+
* Change type of `v2.money_management.FinancialAccountCreateParams.type` from `literal('storage')` to `enum('credit'|'storage')`
33+
* Add support for `expires_at` on `v2.iam.ApiKeyCreateParams`
34+
335
## 15.4.0a1 - 2026-06-24
436
This release changes the pinned API version to 2026-06-24.preview.
537

VERSION

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

0 commit comments

Comments
 (0)