Skip to content

Commit 965ecc6

Browse files
Bump version to 22.2.0-alpha.6
1 parent f38fa90 commit 965ecc6

5 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 22.2.0-alpha.6 - 2026-05-20
4+
* [#2719](https://github.com/stripe/stripe-node/pull/2719) Update generated code for private-preview
5+
* Add support for new resource `PaymentLocationCapability`
6+
* Add support for `list`, `retrieve`, and `update` methods on resource `PaymentLocationCapability`
7+
* Add support for `close` and `simulate_network_lifecycle_dispute_response` test helper methods on resource `Issuing.Dispute`
8+
* Change type of `DelegatedCheckout.RequestedSessionUpdateParams.discounts.codes` from `array(string)` to `emptyable(array(string))`
9+
* ⚠️ Remove support for `credited_items` on `InvoiceItem.proration_details`
10+
* Add support for `balance_response` on `Issuing.Authorization`
11+
* Add support for `payment_evaluations` on `PaymentAttemptRecordReportCanceledParams`, `PaymentAttemptRecordReportFailedParams`, `PaymentRecordReportPaymentAttemptCanceledParams`, `PaymentRecordReportPaymentAttemptFailedParams`, `PaymentRecordReportPaymentAttemptParams.failed`, and `PaymentRecordReportPaymentParams.failed`
12+
* Add support for `enabled` on `PaymentIntentConfirmParams.payment_details.benefit.fr_meal_voucher`, `PaymentIntentCreateParams.payment_details.benefit.fr_meal_voucher`, `PaymentIntentUpdateParams.payment_details.benefit.fr_meal_voucher`, `SetupIntentConfirmParams.setup_details.benefit.fr_meal_voucher`, `SetupIntentCreateParams.setup_details.benefit.fr_meal_voucher`, and `SetupIntentUpdateParams.setup_details.benefit.fr_meal_voucher`
13+
* Add support for `advanced_feature_details` and `allowed_payment_method_types` on `PaymentIntent`
14+
* Change type of `PaymentLocationUpdateParams.address.city` from `string` to `emptyable(string)`
15+
* Change type of `PaymentLocationUpdateParams.address.line1` from `string` to `emptyable(string)`
16+
* Change type of `PaymentLocationUpdateParams.address.line2` from `string` to `emptyable(string)`
17+
* Change type of `PaymentLocationUpdateParams.address.postal_code` from `string` to `emptyable(string)`
18+
* Change type of `PaymentLocationUpdateParams.address.state` from `string` to `emptyable(string)`
19+
* Change `SubscriptionPauseParams.type` to be optional
20+
* ⚠️ Remove support for `payment_behavior` on `SubscriptionResumeParams`
21+
* ⚠️ Remove support for `status_details` on `Subscription`
22+
323
## 22.2.0-alpha.5 - 2026-05-13
424
* [#2708](https://github.com/stripe/stripe-node/pull/2708) Update generated code for private-preview
525
* Add support for new resources `V2.Core.FeeBatch`, `V2.Core.FeeEntry`, `V2.MoneyManagement.DebitDispute`, and `V2.MoneyManagement.FinancialAccountStatement`

VERSION

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

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.5",
3+
"version": "22.2.0-alpha.6",
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
@@ -1109,7 +1109,7 @@ const defaultRequestSenderFactory: RequestSenderFactory = (stripe) =>
11091109
new RequestSender(stripe, StripeResource.MAX_BUFFERED_REQUEST_METRICS);
11101110

11111111
export class Stripe {
1112-
static PACKAGE_VERSION = '22.2.0-alpha.5';
1112+
static PACKAGE_VERSION = '22.2.0-alpha.6';
11131113
static API_VERSION: typeof ApiVersion = ApiVersion;
11141114
static aiAgent = '';
11151115
static AI_AGENT = '';

src/stripe.esm.node.ts

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

11121112
export class Stripe {
1113-
static PACKAGE_VERSION = '22.2.0-alpha.5';
1113+
static PACKAGE_VERSION = '22.2.0-alpha.6';
11141114
static API_VERSION: typeof ApiVersion = ApiVersion;
11151115
static aiAgent = '';
11161116
static AI_AGENT = '';

0 commit comments

Comments
 (0)