Skip to content

Commit ffe4a1e

Browse files
committed
Bump version to 33.2.0-beta.1
1 parent 1a4dff9 commit ffe4a1e

5 files changed

Lines changed: 39 additions & 6 deletions

File tree

CHANGELOG.md

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

3+
## 33.2.0-beta.1 - 2026-06-24
4+
This release changes the pinned API version to 2026-06-24.preview.
5+
6+
* [#2225](https://github.com/stripe/stripe-java/pull/2225) Update generated code for beta
7+
* Add support for `redaction` on `Card`, `Charge`, `Customer`, `PaymentIntent`, `PaymentMethod`, `SetupIntent`, `Source`, `Token`, `checkout.Session`, `issuing.Authorization`, `issuing.Card`, `issuing.Cardholder`, `issuing.Dispute`, and `issuing.Transaction`
8+
* Add support for `disclaimerVariant` on `capital.FinancingOffer` and `capital.FinancingSummary.details`
9+
* Add support for `active` on `financialconnections.Account.status_details` and `financialconnections.Authorization.status_details`
10+
* Change type of `financialconnections.SessionCreateParams.limits.accounts` from `longInteger` to `emptyable(longInteger)`
11+
* Add support for `pause` on `InvoiceCreatePreviewParams.subscription_details`
12+
* Add support for `releaseDetails` on `reserve.Hold`
13+
* Add support for `buyerId` on `sharedpayment.GrantedToken.payment_method_details.bizum` and `sharedpayment.GrantedToken.payment_method_details.blik`
14+
* Add support for `fingerprint` on `sharedpayment.GrantedToken.payment_method_details.pix`
15+
* ⚠️ Remove support for value `invoice_payment.detached` from enum `WebhookEndpointUpdateParams.enabledEvents`
16+
* Add support for `moneyManager` on `v2.core.Account.configuration`, `v2.core.Account.identity.attestations.terms_of_service`, `v2.core.AccountCreateParams.configuration`, `v2.core.AccountCreateParams.identity.attestations.terms_of_service`, `v2.core.AccountTokenCreateParams.identity.attestations.terms_of_service`, and `v2.core.AccountUpdateParams.configuration`
17+
* ⚠️ Remove support for `storer` on `v2.core.Account.configuration`, `v2.core.Account.identity.attestations.terms_of_service`, `v2.core.AccountCreateParams.configuration`, `v2.core.AccountCreateParams.identity.attestations.terms_of_service`, `v2.core.AccountTokenCreateParams.identity.attestations.terms_of_service`, and `v2.core.AccountUpdateParams.configuration`
18+
* ⚠️ Remove support for `maximumRps` on `v2.core.BatchJobCreateParams` and `v2.core.BatchJob`
19+
* Add support for `bic` on `v2.moneymanagement.FinancialAddress.credentials.us_bank_account`
20+
* ⚠️ Remove support for `swiftCode` on `v2.moneymanagement.FinancialAddress.credentials.us_bank_account`
21+
* Add support for `processing` on `v2.moneymanagement.OutboundPayment.status_details` and `v2.moneymanagement.OutboundTransfer.status_details`
22+
* Add support for `accountHolderName` on `v2.moneymanagement.ReceivedCredit.bank_transfer.us_bank_account`
23+
* Add support for `statuses` on `v2.moneymanagement.FinancialAccountListParams`
24+
* ⚠️ Remove support for `status` on `v2.moneymanagement.FinancialAccountListParams`
25+
* Change `v2.core.BatchJobCreateParams.metadata` to be optional
26+
* Add support for new value `money_manager` on enums `EventsV2CoreAccountLinkReturnedEvent.configurations`, `v2.core.AccountLinkCreateParams.use_case.account_onboarding.configurations`, and `v2.core.AccountLinkCreateParams.use_case.account_update.configurations`
27+
* ⚠️ Add support for new value `money_manager` on enums `v2.core.AccountCloseParams.appliedConfigurations` and `v2.core.AccountListParams.appliedConfigurations`
28+
* ⚠️ Remove support for value `storer` from enums `v2.core.AccountCloseParams.appliedConfigurations` and `v2.core.AccountListParams.appliedConfigurations`
29+
* ⚠️ Add support for new value `configuration.money_manager` on enums `v2.core.AccountCreateParams.include`, `v2.core.AccountRetrieveParams.include`, and `v2.core.AccountUpdateParams.include`
30+
* ⚠️ Remove support for value `configuration.storer` from enums `v2.core.AccountCreateParams.include`, `v2.core.AccountRetrieveParams.include`, and `v2.core.AccountUpdateParams.include`
31+
* Add support for event notifications `V2CoreAccountIncludingConfigurationMoneyManagerCapabilityStatusUpdatedEvent` and `V2CoreAccountIncludingConfigurationMoneyManagerUpdatedEvent` with related object `v2.core.Account`
32+
* Add support for event notification `V2MoneyManagementOutboundPaymentUnderReviewEvent` with related object `v2.moneymanagement.OutboundPayment`
33+
* Add support for event notification `V2MoneyManagementOutboundTransferUnderReviewEvent` with related object `v2.moneymanagement.OutboundTransfer`
34+
* ⚠️ Remove support for event notifications `V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent` and `V2CoreAccountIncludingConfigurationStorerUpdatedEvent` with related object `v2.core.Account`
35+
336
## 33.0.0 - 2026-06-05
437

538
This release **doesn't** change the pinned API version; it still uses `2026-05-27.dahlia`.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stripe Java client library
22

3-
[![Maven Central](https://img.shields.io/badge/maven--central-v32.3.0-beta.1-blue)](https://mvnrepository.com/artifact/com.stripe/stripe-java)
3+
[![Maven Central](https://img.shields.io/badge/maven--central-v33.2.0-beta.1-blue)](https://mvnrepository.com/artifact/com.stripe/stripe-java)
44
[![JavaDoc](http://img.shields.io/badge/javadoc-reference-blue.svg)](https://stripe.dev/stripe-java)
55
[![Build Status](https://github.com/stripe/stripe-java/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/stripe/stripe-java/actions?query=branch%3Amaster)
66

@@ -26,7 +26,7 @@ We support LTS versions of the JDK. Currently, that's Java versions:
2626
Add this dependency to your project's build file:
2727

2828
```groovy
29-
implementation "com.stripe:stripe-java:32.3.0-beta.1"
29+
implementation "com.stripe:stripe-java:33.2.0-beta.1"
3030
```
3131

3232
### Maven users
@@ -37,7 +37,7 @@ Add this dependency to your project's POM:
3737
<dependency>
3838
<groupId>com.stripe</groupId>
3939
<artifactId>stripe-java</artifactId>
40-
<version>32.3.0-beta.1</version>
40+
<version>33.2.0-beta.1</version>
4141
</dependency>
4242
```
4343

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32.3.0-beta.1
1+
33.2.0-beta.1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.stripe
2-
VERSION_NAME=32.3.0-beta.1
2+
VERSION_NAME=33.2.0-beta.1
33

44
POM_URL=https://github.com/stripe/stripe-java
55
POM_SCM_URL=git@github.com:stripe/stripe-java.git

src/main/java/com/stripe/Stripe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public abstract class Stripe {
1515
public static final String LIVE_API_BASE = "https://api.stripe.com";
1616
public static final String UPLOAD_API_BASE = "https://files.stripe.com";
1717
public static final String METER_EVENTS_API_BASE = "https://meter-events.stripe.com";
18-
public static final String VERSION = "32.3.0-beta.1";
18+
public static final String VERSION = "33.2.0-beta.1";
1919

2020
public static volatile String apiKey;
2121
public static volatile String clientId;

0 commit comments

Comments
 (0)