Skip to content

Commit 5e33175

Browse files
committed
Bump version to 15.1.0b1
1 parent a6a39ff commit 5e33175

File tree

4 files changed

+58
-3
lines changed

4 files changed

+58
-3
lines changed

CHANGELOG.md

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

3+
## 15.1.0b1 - 2026-03-25
4+
5+
This release changes the pinned API version to `2026-03-25.preview`. It is built on top of SDK version 15.0.0 which contains breaking changes. Please review the [changelog for 15.0.0](https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md#1500---2026-03-25) if upgrading from older SDK versions.
6+
7+
* [#1774](https://github.com/stripe/stripe-python/pull/1774) Update generated code for beta
8+
* [#1772](https://github.com/stripe/stripe-python/pull/1772) Update generated code for beta
9+
* Release specs are identical.
10+
* [#1742](https://github.com/stripe/stripe-python/pull/1742) Update generated code for beta
11+
* Add support for new resources `product_catalog.TrialOffer`, `tax.Location`, and `v2.core.BatchJob`
12+
* Add support for `create` method on resource `product_catalog.TrialOffer`
13+
* Add support for `create`, `list`, and `retrieve` methods on resource `tax.Location`
14+
* Add support for `cancel`, `create`, and `retrieve` methods on resource `v2.core.BatchJob`
15+
* Add support for `performance_location` on `Tax.CalculationLineItem` and `tax.CalculationCreateParamsLineItem`
16+
* ⚠️ Add support for new value `performance` on enums `Tax.Calculation.ShippingCost.TaxBreakdown.sourcing`, `Tax.CalculationLineItem.TaxBreakdown.sourcing`, and `Tax.Transaction.ShippingCost.TaxBreakdown.sourcing`
17+
* ⚠️ Add support for new values `admissions_tax`, `attendance_tax`, `entertainment_tax`, `gross_receipts_tax`, `hospitality_tax`, `luxury_tax`, `resort_tax`, and `tourism_tax` on enums `Tax.Calculation.ShippingCost.TaxBreakdown.TaxRateDetail.tax_type`, `Tax.Calculation.TaxBreakdown.TaxRateDetail.tax_type`, `Tax.CalculationLineItem.TaxBreakdown.TaxRateDetail.tax_type`, and `Tax.Transaction.ShippingCost.TaxBreakdown.TaxRateDetail.tax_type`
18+
* Add support for `trial_offer` on `InvoiceCreatePreviewParamsScheduleDetailAmendmentItemActionAdd`, `InvoiceCreatePreviewParamsScheduleDetailAmendmentItemActionSet`, `InvoiceCreatePreviewParamsScheduleDetailPhaseItem`, `QuoteCreateParamsLineActionAddItem`, `QuoteCreateParamsLineActionSetItem`, `QuoteLine.Action.AddItem`, `QuoteLine.Action.SetItem`, `QuoteModifyParamsLineActionAddItem`, `QuoteModifyParamsLineActionSetItem`, `QuotePreviewSubscriptionSchedule.Phase.Item`, `SubscriptionSchedule.Phase.Item`, `SubscriptionScheduleAmendParamsAmendmentItemActionAdd`, `SubscriptionScheduleAmendParamsAmendmentItemActionSet`, `SubscriptionScheduleCreateParamsPhaseItem`, and `SubscriptionScheduleModifyParamsPhaseItem`
19+
* Add support for `risk_reserved` on `Balance`
20+
* ⚠️ Remove support for `source_type` on `Charge.PaymentMethodDetail.StripeBalance`, `ConfirmationToken.PaymentMethodPreview.StripeBalance`, `ConfirmationTokenCreateParamsPaymentMethodDatumStripeBalance`, `PaymentAttemptRecord.PaymentMethodDetail.StripeBalance`, `PaymentIntentConfirmParamsPaymentMethodDatumStripeBalance`, `PaymentIntentCreateParamsPaymentMethodDatumStripeBalance`, `PaymentIntentModifyParamsPaymentMethodDatumStripeBalance`, `PaymentMethod.StripeBalance`, `PaymentMethodCreateParamsStripeBalance`, `PaymentRecord.PaymentMethodDetail.StripeBalance`, `SetupIntentConfirmParamsPaymentMethodDatumStripeBalance`, `SetupIntentCreateParamsPaymentMethodDatumStripeBalance`, and `SetupIntentModifyParamsPaymentMethodDatumStripeBalance`
21+
* Add support for `tax_details` on `InvoiceAddLinesParamsLinePriceDatumProductDatum`, `InvoiceLineItemModifyParamsPriceDatumProductDatum`, `InvoiceUpdateLinesParamsLinePriceDatumProductDatum`, `PaymentLinkCreateParamsLineItemPriceDatumProductDatum`, `PlanCreateParamsProduct`, `PriceCreateParamsProductDatum`, `ProductCreateParams`, `ProductModifyParams`, `checkout.SessionCreateParamsLineItemPriceDatumProductDatum`, and `checkout.SessionModifyParamsLineItemPriceDatumProductDatum`
22+
* Add support for `pending_invoice_item_interval` on `checkout.SessionModifyParamsSubscriptionDatum`
23+
* Add support for `hosted` and `ui_mode` on `FinancialConnections.Session` and `financial_connections.SessionCreateParams`
24+
* Add support for `url` on `FinancialConnections.Session`
25+
* Add support for `expires_after_seconds` on `Invoice.PaymentSetting.PaymentMethodOption.Pix`, `InvoiceCreateParamsPaymentSettingPaymentMethodOptionPix`, `InvoiceModifyParamsPaymentSettingPaymentMethodOptionPix`, `QuotePreviewInvoice.PaymentSetting.PaymentMethodOption.Pix`, `Subscription.PaymentSetting.PaymentMethodOption.Pix`, `SubscriptionCreateParamsPaymentSettingPaymentMethodOptionPix`, and `SubscriptionModifyParamsPaymentSettingPaymentMethodOptionPix`
26+
* Add support for `current_trial` on `InvoiceCreatePreviewParamsSubscriptionDetailItem`, `SubscriptionCreateParamsItem`, `SubscriptionItemCreateParams`, `SubscriptionItemModifyParams`, `SubscriptionItem`, and `SubscriptionModifyParamsItem`
27+
* Add support for `surcharge` on `PaymentIntent.AmountDetail`, `PaymentIntentCaptureParamsAmountDetail`, `PaymentIntentConfirmParamsAmountDetail`, `PaymentIntentCreateParamsAmountDetail`, `PaymentIntentIncrementAuthorizationParamsAmountDetail`, and `PaymentIntentModifyParamsAmountDetail`
28+
* Add support for `amount_details` and `payment_details` on `PaymentIntentDecrementAuthorizationParams`
29+
* Add support for `mandate_options` on `PaymentIntent.PaymentMethodOption.StripeBalance`
30+
* Add support for `managed_payments` on `PaymentLinkCreateParams` and `PaymentLink`
31+
* Add support for `stripe_balance` on `SetupIntent.PaymentMethodOption`, `SetupIntentConfirmParamsPaymentMethodOption`, `SetupIntentCreateParamsPaymentMethodOption`, and `SetupIntentModifyParamsPaymentMethodOption`
32+
* Add support for `billing_cycle_anchor` on `Subscription.TrialSetting.EndBehavior`, `SubscriptionCreateParamsTrialSettingEndBehavior`, and `SubscriptionModifyParamsTrialSettingEndBehavior`
33+
* ⚠️ Add support for new values `admissions_tax`, `attendance_tax`, `entertainment_tax`, `gross_receipts_tax`, `hospitality_tax`, `luxury_tax`, `resort_tax`, and `tourism_tax` on enums `Tax.Registration.CountryOption.Me.type` and `tax.RegistrationCreateParamsCountryOptionMe.type`
34+
* Add support for `admissions_tax`, `attendance_tax`, `entertainment_tax`, `gross_receipts_tax`, `hospitality_tax`, `luxury_tax`, `resort_tax`, and `tourism_tax` on `Tax.Registration.CountryOption.Me`
35+
* Add support for `requirements` on `TaxCode`
36+
* ⚠️ Change type of `V2.Billing.Cadence.SettingsDatum.Collection.PaymentMethodOption.Card.MandateOption.amount`, `V2.Billing.CollectionSetting.PaymentMethodOption.Card.MandateOption.amount`, `V2.Billing.CollectionSettingVersion.PaymentMethodOption.Card.MandateOption.amount`, `v2.billing.CollectionSettingCreateParamsPaymentMethodOptionCardMandateOption.amount`, and `v2.billing.CollectionSettingModifyParamsPaymentMethodOptionCardMandateOption.amount` from `longInteger` to `int64_string`
37+
* ⚠️ Add support for new values `ar_bank_account`, `co_bank_account`, and `eg_bank_account` on enum `V2.Core.Account.Configuration.Recipient.DefaultOutboundDestination.type`
38+
* Add support for `timezone` on `V2.Core.Account.Default`, `v2.core.AccountCreateParamsDefault`, and `v2.core.AccountModifyParamsDefault`
39+
* Add support for `azure_event_grid` on `V2.Core.EventDestination` and `v2.core.EventDestinationCreateParams`
40+
* ⚠️ Add support for new value `no_azure_partner_topic_exists` on enum `V2.Core.EventDestination.StatusDetail.Disabled.reason`
41+
* ⚠️ Add support for new value `azure_event_grid` on enums `V2.Core.EventDestination.type` and `v2.core.EventDestinationCreateParams.type`
42+
* Add support for `supported_currencies` on `V2.Core.Vault.GbBankAccount`, `V2.Core.Vault.UsBankAccount`, and `V2.MoneyManagement.PayoutMethod.Card`
43+
* ⚠️ Change `V2.Core.Vault.GbBankAccount.sort_code` and `v2.core.vault.GbBankAccountCreateParams.sort_code` to be optional
44+
* Add support for `restricted` on `V2.MoneyManagement.PayoutMethod`
45+
* Add support for `currencies` on `V2.MoneyManagement.PayoutMethodsBankAccountSpec.Country.Field`
46+
* Add support for `counterparty` and `description` on `V2.MoneyManagement.Transaction`
47+
* ⚠️ Add support for `currency` on `v2.core.vault.GbBankAccountCreateParams`, `v2.core.vault.UsBankAccountCreateParams`, `v2.money_management.OutboundSetupIntentCreateParamsPayoutMethodDatumBankAccount`, `v2.money_management.OutboundSetupIntentCreateParamsPayoutMethodDatumCard`, `v2.money_management.OutboundSetupIntentModifyParamsPayoutMethodDatumBankAccount`, and `v2.money_management.OutboundSetupIntentModifyParamsPayoutMethodDatumCard`
48+
* Add support for `iban` on `v2.core.vault.GbBankAccountCreateParams`
49+
* Change `v2.core.vault.GbBankAccountCreateParams.account_number` to be optional
50+
* ⚠️ Add support for new value `currency` on enum `InvalidPaymentMethodError.invalid_param`
51+
* Add support for event notifications `V2CoreBatchJobBatchFailedEvent`, `V2CoreBatchJobCanceledEvent`, `V2CoreBatchJobCompletedEvent`, `V2CoreBatchJobCreatedEvent`, `V2CoreBatchJobReadyForUploadEvent`, `V2CoreBatchJobTimeoutEvent`, `V2CoreBatchJobUpdatedEvent`, `V2CoreBatchJobUploadTimeoutEvent`, `V2CoreBatchJobValidatingEvent`, and `V2CoreBatchJobValidationFailedEvent` with related object `v2.core.BatchJob`
52+
* Add support for error code `service_period_coupon_with_metered_tiered_item_unsupported` on `QuotePreviewInvoice.LastFinalizationError`
53+
* [#1765](https://github.com/stripe/stripe-python/pull/1765) Merge to beta
54+
* [#1753](https://github.com/stripe/stripe-python/pull/1753) Merge to beta
55+
* [#1745](https://github.com/stripe/stripe-python/pull/1745) Merge to beta
56+
* [#1713](https://github.com/stripe/stripe-python/pull/1713) Delete API_VERSION file as it is no longer needed
57+
358
## 14.5.0b1 - 2026-02-25
459
This release changes the pinned API version to `2026-02-25.preview`.
560

VERSION

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

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 = "14.5.0b1"
3+
version = "15.1.0b1"
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 = "14.5.0b1"
1+
VERSION = "15.1.0b1"

0 commit comments

Comments
 (0)