Skip to content

Commit 3c86ddb

Browse files
committed
Bump version to 12.6.0a2
1 parent 8bd0862 commit 3c86ddb

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 12.6.0a2 - 2025-09-17
4+
* [#1571](https://github.com/stripe/stripe-python/pull/1571) generate private-preview SDK w/ mid Sept changes
5+
* 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+
318
## 12.6.0a1 - 2025-08-27
419
* [#1556](https://github.com/stripe/stripe-python/pull/1556) Use the right API version 2025-08-27.preview
520
* [#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`.
265280
* Change type of `Privacy.RedactionJobValidationError.code` from `string` to `enum`
266281
* Change type of `Privacy.RedactionJobValidationError.erroring_object` from `map(string: string)` to `RedactionResourceErroringObject`
267282
* Remove support for `status_details` and `status` on `Tax.Association`
268-
283+
269284
### Other changes
270285
* Add support for `migrate` method on resource `Subscription`
271286
* 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`.
281296
* Add support for `billing_thresholds` on `QuotePreviewSubscriptionSchedule.DefaultSetting`, `QuotePreviewSubscriptionSchedule.Phase.Item`, and `QuotePreviewSubscriptionSchedule.Phase`
282297
* Add support for `billing_mode_details` on `Subscription`
283298
* 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`
285300
* Add support for error code `forwarding_api_upstream_error` on `QuotePreviewInvoice.LastFinalizationError`
286301

287302
## 12.2.0 - 2025-05-29
@@ -389,11 +404,11 @@ This release changes the pinned API version to `2025-04-30.basil`.
389404

390405
## 12.1.0b2 - 2025-04-10
391406
* [#1489](https://github.com/stripe/stripe-python/pull/1489) Update generated code for beta
392-
407+
393408
### Breaking changes
394409
* Change type of `V2MoneyManagementReceivedDebit.status_transitions` from `an object` to `nullable(an object)`
395410
* 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+
397412
### Additions
398413
* Add support for new resources `Privacy.RedactionJobRootObjects`, `Privacy.RedactionJobValidationError`, and `Privacy.RedactionJob`
399414
* Add support for `cancel`, `create`, `list`, `modify`, `retrieve`, `run`, and `validate` methods on resource `RedactionJob`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.6.0a1
1+
12.6.0a2

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "12.6.0a1"
1+
VERSION = "12.6.0a2"

0 commit comments

Comments
 (0)