8000 Bump version to 12.2.0 · stripe/stripe-python@fdd1b5e · GitHub
[go: up one dir, main page]

Skip to content

Commit fdd1b5e

Browse files
committed
Bump version to 12.2.0
1 parent c45315d commit fdd1b5e

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## 12.2.0 - 2025-05-29
2+
This release changes the pinned API version to `2025-05-28.basil`.
3+
4+
* [#1517](https://github.com/stripe/stripe-python/pull/1517) Update generated code
5+
* Add support for `attach_payment` method on resource `Invoice`
6+
* Add support for `collect_inputs` method on resource `terminal.Reader`
7+
* Add support for `succeed_input_collection` and `timeout_input_collection` test helper methods on resource `terminal.Reader`
8+
* Add support for `pix_payments` on `Account.Capability`, `Account.CreateParamsCapability`, and `Account.ModifyParamsCapability`
9+
* Add support for `disputes_list` and `payment_disputes` on `AccountSession.Component` and `AccountSession.CreateParamsComponent`
10+
* Add support for `refund_and_dispute_prefunding` on `Balance`
11+
* Add support for `balance_type` on `BalanceTransaction`
12+
* Change `billing.Alert.CreateParamsUsageThreshold.meter` to be required
13+
* Add support for `location` and `reader` on `Charge.PaymentMethodDetail.Affirm` and `Charge.PaymentMethodDetail.WechatPay`
14+
* Add support for `payment_method_remove` on `checkout.Session.CreateParamsSavedPaymentMethodOption`
15+
* Add support for `setup_future_usage` on `Checkout.Session.PaymentMethodOption.NaverPay`
16+
* Change `ConfirmationToken.PaymentMethodPreview.NaverPay.buyer_id` and `PaymentMethod.NaverPay.buyer_id` to be required
17+
* Add support for `post_payment_amount` and `pre_payment_amount` on `CreditNote`
18+
* Add support for new value `mixed` on enum `CreditNote.type`
19+
* Add support for new value `invoice_payment.paid` on enum `Event.type`
20+
* Add support for `sex`, `unparsed_place_of_birth`, and `unparsed_sex` on `Identity.VerificationReport.Document` and `Identity.VerificationSession.VerifiedOutput`
21+
* Add support for `billing_thresholds` on `Invoice.CreatePreviewParamsScheduleDetailPhaseItem`, `Invoice.CreatePreviewParamsScheduleDetailPhase`, `Invoice.CreatePreviewParamsSubscriptionDetailItem`, `Subscription.CreateParamsItem`, `Subscription.CreateParams`, `Subscription.ModifyParamsItem`, `Subscription.ModifyParams`, `SubscriptionItem.CreateParams`, `SubscriptionItem.ModifyParams`, `SubscriptionItem`, `SubscriptionSchedule.CreateParamsDefaultSetting`, `SubscriptionSchedule.CreateParamsPhaseItem`, `SubscriptionSchedule.CreateParamsPhase`, `SubscriptionSchedule.DefaultSetting`, `SubscriptionSchedule.ModifyParamsDefaultSetting`, `SubscriptionSchedule.ModifyParamsPhaseItem`, `SubscriptionSchedule.ModifyParamsPhase`, `SubscriptionSchedule.Phase.Item`, `SubscriptionSchedule.Phase`, and `Subscription`
22+
* Add support for `satispay` on `PaymentIntent.ConfirmParamsPaymentMethodOption`, `PaymentIntent.CreateParamsPaymentMethodOption`, `PaymentIntent.ModifyParamsPaymentMethodOption`, and `PaymentIntent.PaymentMethodOption`
23+
* Add support for `capture_method` on `PaymentIntent.PaymentMethodOption.Billie`
24+
* Add support for `kakao_pay`, `kr_card`, `naver_pay`, `payco`, and `samsung_pay` on `PaymentMethodConfiguration.CreateParams`, `PaymentMethodConfiguration.ModifyParams`, and `PaymentMethodConfiguration`
25+
* Add support for `network_decline_code` on `Refund.DestinationDetail.Paypal`
26+
* Add support for `metadata` on `Tax.CalculationLineItem` and `tax.Calculation.CreateParamsLineItem`
27+
* Add support for new value `simulated_stripe_s700` on enums `Terminal.Reader.device_type` and `terminal.Reader.ListParams.device_type`
28+
* Add support for `return_url` on `Terminal.Reader.Action.ProcessPaymentIntent.ProcessConfig` and `terminal.Reader.ProcessPaymentIntentParamsProcessConfig`
29+
* Add support for `collect_inputs` on `Terminal.Reader.Action`
30+
* Add support for new value `collect_inputs` on enum `Terminal.Reader.Action.type`
31+
* Add support for new value `invoice_payment.paid` on enums `WebhookEndpoint.CreateParams.enabled_events` and `WebhookEndpoint.ModifyParams.enabled_events`
32+
* Add support for new value `2025-05-28.basil` on enum `WebhookEndpoint.CreateParams.api_version`
33+
* Add support for snapshot event `invoice_payment.paid` with resource `InvoicePayment`
34+
* Add support for error code `forwarding_api_upstream_error` on `Invoice.LastFinalizationError`, `PaymentIntent.LastPaymentError`, `SetupAttempt.SetupError`, `SetupIntent.LastSetupError`, and `StripeError`
35+
* [#1511](https://github.com/stripe/stripe-python/pull/1511) Adds CONTRIBUTING.md
36+
137
## 12.1.0 - 2025-04-30
238

339
This release changes the pinned API version to `2025-04-30.basil`.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.1.0
1+
12.2.0

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "12.1.0"
1+
VERSION = "12.2.0"

0 commit comments

Comments
 (0)
0