Skip to content

Commit b521353

Browse files
committed
Bump version to 17.7.0-alpha.2
1 parent 87e6c93 commit b521353

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## 17.7.0-alpha.2 - 2025-09-17
4+
* [#1904](https://github.com/stripe/stripe-php/pull/1904) generate private-preview SDK w/ mid Sept changes
5+
* Add support for `retrieve` method on resource `V2.Core.ClaimableSandbox`
6+
* Add support for `month_of_year` on `V2.Billing.Cadence#create.billing_cycle.month` and `V2.Billing.Cadence.billing_cycle.month`
7+
* Add support for `claimed_at`, `expires_at`, `sandbox_details`, and `status` on `V2.Core.ClaimableSandbox`
8+
* Remove support for `api_keys` on `V2.Core.ClaimableSandbox`
9+
* Change type of `V2.Core.ClaimableSandbox.claim_url` from `string` to `nullable(string)`
10+
* Add support for new value `current_billing_period_end` on enums `V2.Billing.Intent#create.actions[].deactivate.effective_at.type` and `V2.Billing.IntentAction.deactivate.effective_at.type`
11+
* Add support for `will_activate_at` and `will_cancel_at` on `V2.Billing.PricingPlanSubscription.servicing_status_transitions` and `V2.Billing.RateCardSubscription.servicing_status_transitions`
12+
* Add support for `category` and `priority` on `V2.Billing.ServiceAction#create.credit_grant_per_tenant`, `V2.Billing.ServiceAction#create.credit_grant`, `V2.Billing.ServiceAction.credit_grant_per_tenant`, and `V2.Billing.ServiceAction.credit_grant`
13+
* Change `V2.Billing.LicenseFee#update.display_name` to be optional
14+
* Add support for `invoices` on `EventsV2BillingCadenceBilledEvent`
15+
* Add support for thin events `V2CoreClaimableSandboxClaimedEvent`, `V2CoreClaimableSandboxExpiredEvent`, `V2CoreClaimableSandboxExpiringEvent`, and `V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent` with related object `V2.Core.ClaimableSandbox`
16+
* Remove support for thin event `V2BillingCadenceErroredEvent` with related object `V2.Billing.Cadence`
17+
318
## 17.7.0-alpha.1 - 2025-08-27
419
* [#1897](https://github.com/stripe/stripe-php/pull/1897) Use the right API version 2025-08-27.preview
520
* [#1892](https://github.com/stripe/stripe-php/pull/1892) Update generated code for private-preview

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.7.0-alpha.1
1+
17.7.0-alpha.2

lib/Stripe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Stripe
6464
/** @var float Initial delay between retries, in seconds */
6565
private static $initialNetworkRetryDelay = 0.5;
6666

67-
const VERSION = '17.7.0-alpha.1';
67+
const VERSION = '17.7.0-alpha.2';
6868

6969
/**
7070
* @return string the API key used for requests

0 commit comments

Comments
 (0)