You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for `retrieve` method on resource `V2.Core.ClaimableSandbox`
6
+
* Add support for `month_of_year` on `V2.Billing.Cadence#create.billing_cycle.month` and `V2.Billing.Cadence.billing_cycle.month`
7
+
* Add support for `claimed_at`, `expires_at`, `sandbox_details`, and `status` on `V2.Core.ClaimableSandbox`
8
+
* Remove support for `api_keys` on `V2.Core.ClaimableSandbox`
9
+
* Change type of `V2.Core.ClaimableSandbox.claim_url` from `string` to `nullable(string)`
10
+
* Add support for new value `current_billing_period_end` on enums `V2.Billing.Intent#create.actions[].deactivate.effective_at.type` and `V2.Billing.IntentAction.deactivate.effective_at.type`
11
+
* Add support for `will_activate_at` and `will_cancel_at` on `V2.Billing.PricingPlanSubscription.servicing_status_transitions` and `V2.Billing.RateCardSubscription.servicing_status_transitions`
12
+
* Add support for `category` and `priority` on `V2.Billing.ServiceAction#create.credit_grant_per_tenant`, `V2.Billing.ServiceAction#create.credit_grant`, `V2.Billing.ServiceAction.credit_grant_per_tenant`, and `V2.Billing.ServiceAction.credit_grant`
13
+
* Change `V2.Billing.LicenseFee#update.display_name` to be optional
14
+
* Add support for `invoices` on `EventsV2BillingCadenceBilledEvent`
15
+
* Add support for thin events `V2CoreClaimableSandboxClaimedEvent`, `V2CoreClaimableSandboxExpiredEvent`, `V2CoreClaimableSandboxExpiringEvent`, and `V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent` with related object `V2.Core.ClaimableSandbox`
16
+
* Remove support for thin event `V2BillingCadenceErroredEvent` with related object `V2.Billing.Cadence`
17
+
3
18
## 12.6.0a1 - 2025-08-27
4
19
* [#1556](https://github.com/stripe/stripe-python/pull/1556) Use the right API version 2025-08-27.preview
5
20
* [#1552](https://github.com/stripe/stripe-python/pull/1552) Update generated code for private-preview
@@ -265,7 +280,7 @@ This release changes the pinned API version to `2025-05-28.preview`.
265
280
* Change type of `Privacy.RedactionJobValidationError.code` from `string` to `enum`
266
281
* Change type of `Privacy.RedactionJobValidationError.erroring_object` from `map(string: string)` to `RedactionResourceErroringObject`
267
282
* Remove support for `status_details` and `status` on `Tax.Association`
268
-
283
+
269
284
### Other changes
270
285
* Add support for `migrate` method on resource `Subscription`
271
286
* Add support for `distance`, `pickup_location_name`, `return_location_name`, and `vehicle_identification_number` on `Charge.CaptureParamsPaymentDetailCarRental`, `Charge.ModifyParamsPaymentDetailCarRental`, `PaymentIntent.CaptureParamsPaymentDetailCarRental`, `PaymentIntent.ConfirmParamsPaymentDetailCarRental`, `PaymentIntent.CreateParamsPaymentDetailCarRental`, `PaymentIntent.ModifyParamsPaymentDetailCarRental`, and `PaymentIntent.PaymentDetail.CarRental`
@@ -281,7 +296,7 @@ This release changes the pinned API version to `2025-05-28.preview`.
281
296
* Add support for `billing_thresholds` on `QuotePreviewSubscriptionSchedule.DefaultSetting`, `QuotePreviewSubscriptionSchedule.Phase.Item`, and `QuotePreviewSubscriptionSchedule.Phase`
282
297
* Add support for `billing_mode_details` on `Subscription`
283
298
* Add support for `tax_transaction_attempts` on `Tax.Association`
284
-
* Add support for `confirm_config` on `Terminal.Reader.Action.ConfirmPaymentIntent` and `terminal.Reader.ConfirmPaymentIntentParams`
299
+
* Add support for `confirm_config` on `Terminal.Reader.Action.ConfirmPaymentIntent` and `terminal.Reader.ConfirmPaymentIntentParams`
285
300
* Add support for error code `forwarding_api_upstream_error` on `QuotePreviewInvoice.LastFinalizationError`
286
301
287
302
## 12.2.0 - 2025-05-29
@@ -389,11 +404,11 @@ This release changes the pinned API version to `2025-04-30.basil`.
389
404
390
405
## 12.1.0b2 - 2025-04-10
391
406
* [#1489](https://github.com/stripe/stripe-python/pull/1489) Update generated code for beta
392
-
407
+
393
408
### Breaking changes
394
409
* Change type of `V2MoneyManagementReceivedDebit.status_transitions` from `an object` to `nullable(an object)`
395
410
* Remove support for values `bank_accounts.local_uk`, `bank_accounts.wire_uk`, `cards_uk`, and `crypto_wallets_v2` from enum `EventsV2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent.updated_capability`
396
-
411
+
397
412
### Additions
398
413
* Add support for new resources `Privacy.RedactionJobRootObjects`, `Privacy.RedactionJobValidationError`, and `Privacy.RedactionJob`
399
414
* Add support for `cancel`, `create`, `list`, `modify`, `retrieve`, `run`, and `validate` methods on resource `RedactionJob`
0 commit comments