Skip to content

Commit a423e33

Browse files
Bump version to 15.3.0b1
1 parent 2835237 commit a423e33

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 15.3.0b1 - 2026-05-27
4+
This release changes the pinned API version to 2026-05-27.private.
5+
6+
* [#1801](https://github.com/stripe/stripe-python/pull/1801) Update generated code for beta
7+
* Add support for `pause` method on resource `Subscription`
8+
* Add support for `retrieve` method on resource `v2.iam.ActivityLog`
9+
* ⚠️ Add support for new value `mastercard` on enum `Issuing.Settlement.network`
10+
* ⚠️ Change type of `ProductCatalog.TrialOffer.EndBehavior.Transition.price` from `string` to `expandable($Price)`
11+
* Add support for `amount_paid_off_stripe` on `QuotePreviewInvoice`
12+
* ⚠️ Add support for new value `twint` on enum `QuotePreviewInvoice.PaymentSetting.payment_method_types`
13+
* Add support for `discountable` on `QuotePreviewSubscriptionSchedule.Phase.AddInvoiceItem`
14+
* Add support for `bizum` and `scalapay` on `SharedPayment.GrantedToken.PaymentMethodDetail`
15+
* ⚠️ Add support for new values `bizum` and `scalapay` on enum `SharedPayment.GrantedToken.PaymentMethodDetail.type`
16+
* Change `SharedPayment.GrantedToken.agent_details` to be required
17+
* Change type of `SubscriptionItem.billed_until` from `nullable(DateTime)` to `DateTime`
18+
* Add support for `payment_behavior` on `SubscriptionResumeParams`
19+
* Add support for `status_details` on `Subscription`
20+
* Change `Subscription.billing_schedules` to be required
21+
* ⚠️ Add support for new values `ao_bank_account`, `az_bank_account`, `bd_bank_account`, `bo_bank_account`, `br_bank_account`, `cl_bank_account`, `ga_bank_account`, `gh_bank_account`, `gi_bank_account`, `hn_bank_account`, `kr_bank_account`, `kz_bank_account`, `la_bank_account`, `ne_bank_account`, `ng_bank_account`, `ni_bank_account`, `py_bank_account`, `sa_bank_account`, `sm_bank_account`, and `uy_bank_account` on enum `V2.Core.Account.Configuration.Recipient.DefaultOutboundDestination.type`
22+
* ⚠️ Change type of `V2.MoneyManagement.ReceivedCredit.BankTransfer.GbBankAccount.network` from `literal('fps')` to `enum('chaps'|'fps')`
23+
* Add support for new value `chaps` on enum `v2.FinancialAddressCreditSimulationCreditParams.network`
24+
* Add support for error codes `payment_method_microdeposit_processing_error` and `siret_invalid` on `QuotePreviewInvoice.LastFinalizationError`
25+
326
## 15.2.0b2 - 2026-04-24
427
* [#1797](https://github.com/stripe/stripe-python/pull/1797) Update generated code for beta
528
* Add support for new resources `v2.commerce.ProductCatalogImport`, `v2.data.reporting.QueryRun`, `v2.extend.WorkflowRun`, `v2.extend.Workflow`, `v2.iam.ActivityLog`, `v2.network.BusinessProfile`, and `v2.orchestrated_commerce.Agreement`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.2.0b2
1+
15.3.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 = "15.2.0b2"
3+
version = "15.3.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 = "15.2.0b2"
1+
VERSION = "15.3.0b1"

0 commit comments

Comments
 (0)