Skip to content

Commit 81a1fe2

Browse files
Bump version to 22.3.0-alpha.1
1 parent c7ef585 commit 81a1fe2

5 files changed

Lines changed: 25 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 22.3.0-alpha.1 - 2026-05-27
4+
This release changes the pinned API version to 2026-05-27.private.
5+
6+
* [#2724](https://github.com/stripe/stripe-node/pull/2724) Update generated code for private-preview
7+
* Change type of `Billing.AlertCreateParams.spend_threshold.group_by` from `literal('pricing_plan_subscription')` to `enum('billing_cadence'|'pricing_plan_subscription')`
8+
* ⚠️ Change type of `Billing.Alert.spend_threshold.group_by` from `literal('pricing_plan_subscription')` to `enum('billing_cadence'|'pricing_plan_subscription')`
9+
* Change `DelegatedCheckout.RequestedSession.affiliate_attributions` to be required
10+
* ⚠️ Add support for new value `institution_requirement` on enum `FinancialConnections.Account.status_details.inactive.cause`
11+
* Add support for `wechat_pay` on `Invoice.payment_settings.payment_method_options`, `InvoiceCreateParams.payment_settings.payment_method_options`, `InvoiceUpdateParams.payment_settings.payment_method_options`, `QuotePreviewInvoice.payment_settings.payment_method_options`, `Subscription.payment_settings.payment_method_options`, `SubscriptionCreateParams.payment_settings.payment_method_options`, and `SubscriptionUpdateParams.payment_settings.payment_method_options`
12+
* Add support for `gift_card` on `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_options`, and `PaymentIntentUpdateParams.payment_method_options`
13+
* Add support for `payment_details` on `PaymentIntentCreateParams.payments_orchestration`
14+
* Add support for `enabled` on `PaymentIntent.payment_details.benefit.fr_meal_voucher` and `SetupIntent.setup_details.benefit.fr_meal_voucher`
15+
* ⚠️ Remove support for `login_failed`, `registration_failed`, `registration_success`, and `type` on `Radar.CustomerEvaluationUpdateParams`
16+
* ⚠️ Remove support for `latest_version` on `V2.Billing.LicenseFee`, `V2.Billing.PricingPlan`, and `V2.Billing.RateCard`
17+
* ⚠️ Remove support for `service_interval_count` and `service_interval` on `V2.Billing.LicenseFee` and `V2.Billing.RateCard`
18+
* Add support for `debit_agreement` on `V2.MoneyManagement.ReceivedCredit.stripe_balance_payment`
19+
* Add support for new value `chaps` on enum `V2.FinancialAddressCreditSimulationCreditParams.network`
20+
* Add support for `canonical_path` on `EventsV2CoreHealthTrafficVolumeDropFiringEvent.impact` and `EventsV2CoreHealthTrafficVolumeDropResolvedEvent.impact`
21+
* Add support for snapshot event `PaymentIntentExpiredEvent` with resource `PaymentIntent`
22+
* Add support for event notifications `V2CoreHealthElementsErrorFiringEvent`, `V2CoreHealthElementsErrorResolvedEvent`, `V2CoreHealthInvoiceCountDroppedFiringEvent`, and `V2CoreHealthInvoiceCountDroppedResolvedEvent`
23+
324
## 22.2.0-alpha.6 - 2026-05-20
425
* [#2719](https://github.com/stripe/stripe-node/pull/2719) Update generated code for private-preview
526
* Add support for new resource `PaymentLocationCapability`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.2.0-alpha.6
1+
22.3.0-alpha.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stripe",
3-
"version": "22.2.0-alpha.6",
3+
"version": "22.3.0-alpha.1",
44
"description": "Stripe API wrapper",
55
"keywords": [
66
"stripe",

src/stripe.core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ const defaultRequestSenderFactory: RequestSenderFactory = (stripe) =>
11671167
new RequestSender(stripe, StripeResource.MAX_BUFFERED_REQUEST_METRICS);
11681168

11691169
export class Stripe {
1170-
static PACKAGE_VERSION = '22.2.0-alpha.6';
1170+
static PACKAGE_VERSION = '22.3.0-alpha.1';
11711171
static API_VERSION: typeof ApiVersion = ApiVersion;
11721172
static aiAgent = '';
11731173
static AI_AGENT = '';

src/stripe.esm.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ const defaultRequestSenderFactory: RequestSenderFactory = (stripe) =>
11681168
new RequestSender(stripe, StripeResource.MAX_BUFFERED_REQUEST_METRICS);
11691169

11701170
export class Stripe {
1171-
static PACKAGE_VERSION = '22.2.0-alpha.6';
1171+
static PACKAGE_VERSION = '22.3.0-alpha.1';
11721172
static API_VERSION: typeof ApiVersion = ApiVersion;
11731173
static aiAgent = '';
11741174
static AI_AGENT = '';

0 commit comments

Comments
 (0)