10000 Bump version to 12.1.0b2 · stripe/stripe-python@cf985be · GitHub
[go: up one dir, main page]

Skip to content

Commit cf985be

Browse files
committed
Bump version to 12.1.0b2
1 parent 687696d commit cf985be

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

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

3+
## 12.1.0b2 - 2025-04-10
4+
* [#1489](https://github.com/stripe/stripe-python/pull/1489) Update generated code for beta
5+
6+
### Breaking changes
7+
* Change type of `V2MoneyManagementReceivedDebit.status_transitions` from `an object` to `nullable(an object)`
8+
* Remove support for values `bank_accounts.local_uk`, `bank_accounts.wire_uk`, `cards_uk`, and `crypto_wallets_v2` from enum `EventsV2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent.updated_capability`
9+
10+
### Additions
11+
* Add support for new resources `Privacy.RedactionJobRootObjects`, `Privacy.RedactionJobValidationError`, and `Privacy.RedactionJob`
12+
* Add support for `cancel`, `create`, `list`, `modify`, `retrieve`, `run`, and `validate` methods on resource `RedactionJob`
13+
* Add support for `list` and `retrieve` methods on resource `RedactionJobValidationError`
14+
* Add support for `minority_owned_business_designation` on `Account.BusinessProfile`, `Account.CreateParamsBusinessProfile`, and `Account.UpdateParamsBusinessProfile`
15+
* Add support for new value `verification_legal_entity_structure_mismatch` on enums `Account.FutureRequirement.Error.code`, `Account.Requirement.Error.code`, `AccountCapability.FutureRequirement.Error.code`, `AccountCapability.Requirement.Error.code`, `AccountPerson.FutureRequirement.Error.code`, `AccountPerson.Requirement.Error.code`, `BankAccount.FutureRequirement.Error.code`, and `BankAccount.Requirement.Error.code`
16+
* Add support for `export_tax_transactions` and `payment_disputes` on `AccountSession.CreateParamsComponent`
17+
* Add support for new value `tax_id_prohibited` on enums `Invoice.LastFinalizationError.code`, `PaymentIntent.LastPaymentError.code`, `QuotePreviewInvoice.LastFinalizationError.code`, `SetupAttempt.SetupError.code`, `SetupIntent.LastSetupError.code`, and `StripeError.code`
18+
* Add support for new value `fixed_term_loan` on enum `CapitalFinancingOffer.type`
19+
* Add support for `wallet_options` on `CheckoutSession` and `checkout.Session.CreateParams`
20+
* Add support for new values `privacy.redaction_job.canceled`, `privacy.redaction_job.created`, `privacy.redaction_job.ready`, `privacy.redaction_job.succeeded`, and `privacy.redaction_job.validation_error` on enum `Event.type`
21+
* Add support for `klarna` on `PaymentMethodDomain`
22+
* Change type of `TaxCalculationLineItem.reference` from `nullable(string)` to `string`
23+
* Add support for `in` on `TaxRegistration.CountryOption` and `tax.Registration.CreateParamsCountryOption`
24+
* Add support for new values `privacy.redaction_job.canceled`, `privacy.redaction_job.created`, `privacy.redaction_job.ready`, `privacy.redaction_job.succeeded`, and `privacy.redaction_job.validation_error` on enums `WebhookEndpoint.CreateParams.enabled_events` and `WebhookEndpoint.UpdateParams.enabled_events`
25+
* [#1490](https://github.com/stripe/stripe-python/pull/1490) Handle external account
26+
- Changes `external_account` field in `external_account_service.create` from `string` to a union type.
27+
328
## 12.1.0b1 - 2025-04-02
429
* [#1455](https://github.com/stripe/stripe-python/pull/1455), [#1477](https://github.com/stripe/stripe-python/pull/1477), [#1482](https://github.com/stripe/stripe-python/pull/1482) Update generated code for beta
530

VERSION

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

stripe/_version.py

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

0 commit comments

Comments
 (0)
0