Skip to content

Commit 85b5889

Browse files
committed
Bump version to 17.2.0-beta.3
1 parent 7e3cf90 commit 85b5889

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

3+
## 17.2.0-beta.3 - 2025-04-10
4+
* [#1849](https://github.com/stripe/stripe-php/pull/1849) Update generated code for beta
5+
6+
### Breaking changes
7+
* Change type of `V2.MoneyManagement.ReceivedDebit.status_transitions` from `an object` to `nullable(an object)`
8+
* Remove support for values `bank_accounts.local_uk`, `bank_accounts.wire_uk`, `cards_uk`, and `crypto_wallets_v2` from enum `EventsV2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent.updated_capability`
9+
10+
### Additions
11+
* Add support for new resources `Privacy.RedactionJobRootObjects`, `Privacy.RedactionJobValidationError`, and `Privacy.RedactionJob`
12+
* Add support for `all`, `cancel`, `create`, `retrieve`, `run`, `update`, and `validate` methods on resource `RedactionJob`
13+
* Add support for `all` and `retrieve` methods on resource `RedactionJobValidationError`
14+
* Add support for new value `tax_id_prohibited` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `QuotePreviewInvoice.last_finalization_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
15+
* Add support for new value `fixed_term_loan` on enum `Capital.FinancingOffer.type`
16+
* Add support for `wallet_options` on `Checkout.Session`
17+
* Add support for new values `privacy.redaction_job.canceled`, `privacy.redaction_job.created`, `privacy.redaction_job.ready`, `privacy.redaction_job.succeeded`, and `privacy.redaction_job.validation_error` on enum `Event.type`
18+
* Add support for `klarna` on `PaymentMethodDomain`
19+
* Change type of `Tax.CalculationLineItem.reference` from `nullable(string)` to `string`
20+
* [#1851](https://github.com/stripe/stripe-php/pull/1851) Handle external_account field
21+
- Changes `external_account` field in `externalAccounts.create` from a `string` to a union type.
22+
* [#1850](https://github.com/stripe/stripe-php/pull/1850) Xavdid/merge php beta
23+
324
## 17.2.0-beta.2 - 2025-04-04
425
* [#1847](https://github.com/stripe/stripe-php/pull/1847) Remove stdClass from object shapes
526
* Remove intersection with `stdClass` in resource properties and fixed `instanceof` checks.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.2.0-beta.2
1+
17.2.0-beta.3

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.2.0-beta.2';
67+
const VERSION = '17.2.0-beta.3';
6868

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

0 commit comments

Comments
 (0)