Skip to content

Commit 89da2e8

Browse files
committed
Bump version to 29.5.0-beta.1
1 parent 697155d commit 89da2e8

File tree

5 files changed

+44
-14
lines changed

5 files changed

+44
-14
lines changed

CHANGELOG.md

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,47 @@
11
# Changelog
22

3+
## 29.5.0-beta.1 - 2025-07-30
4+
This release changes the pinned API version to `2025-07-30.basil`.
5+
6+
* [#2025](https://github.com/stripe/stripe-java/pull/2025) Update generated code for beta
7+
* Add support for new resources `billing.MeterUsageRow`, `billing.MeterUsage`, and `terminal.OnboardingLink`
8+
* Add support for `retrieve` method on resource `billing.MeterUsage`
9+
* Add support for `create` method on resource `terminal.OnboardingLink`
10+
* Add support for `monthlyPayoutDays` and `weeklyPayoutDays` on `BalanceSettings.payouts.schedule` and `BalanceSettingsUpdateParams.payouts.schedule`
11+
* Remove support for `monthlyAnchor` and `weeklyAnchor` on `BalanceSettings.payouts.schedule` and `BalanceSettingsUpdateParams.payouts.schedule`
12+
* Add support for `delayDaysOverride` on `BalanceSettingsUpdateParams.settlement_timing`
13+
* Remove support for `delayDays` on `BalanceSettingsUpdateParams.settlement_timing`
14+
* Add support for `updateDiscounts` on `checkout.SessionCreateParams.permissions`
15+
* Add support for `discounts` and `subscriptionData` on `checkout.SessionUpdateParams`
16+
* Add support for `smartDisputes` on `Dispute`
17+
* Add support for `upi` 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`
18+
* Add support for new value `upi` on enums `InvoiceCreateParams.payment_settings.paymentMethodTypes`, `InvoiceUpdateParams.payment_settings.paymentMethodTypes`, `SubscriptionCreateParams.payment_settings.paymentMethodTypes`, and `SubscriptionUpdateParams.payment_settings.paymentMethodTypes`
19+
* Add support for `transactionId` on `PaymentAttemptRecord.payment_method_details.cashapp` and `PaymentRecord.payment_method_details.cashapp`
20+
* Add support for `amountDetails` on `PaymentIntentCaptureParams`, `PaymentIntentConfirmParams`, `PaymentIntentCreateParams`, `PaymentIntentIncrementAuthorizationParams`, and `PaymentIntentUpdateParams`
21+
* Add support for `paymentDetails` on `PaymentIntentIncrementAuthorizationParams`
22+
* Add support for `storer` on `v2.core.Account.identity.attestations.terms_of_service`, `v2.core.AccountCreateParams.identity.attestations.terms_of_service`, and `v2.core.AccountUpdateParams.identity.attestations.terms_of_service`
23+
* Add support for `collectionOptions` on `v2.core.AccountLink.use_case.account_onboarding`, `v2.core.AccountLink.use_case.account_update`, `v2.core.AccountLinkCreateParams.use_case.account_onboarding`, and `v2.core.AccountLinkCreateParams.use_case.account_update`
24+
* Change type of `v2.core.AccountLink.use_case.account_onboarding.configurations`, `v2.core.AccountLink.use_case.account_update.configurations`, `v2.core.AccountLinkCreateParams.use_case.account_onboarding.configurations`, and `v2.core.AccountLinkCreateParams.use_case.account_update.configurations` from `literal('recipient')` to `enum('customer'|'merchant'|'recipient'|'storer')`
25+
* Add support for `bankAccountType` on `v2.moneymanagement.PayoutMethod.bank_account`
26+
* Add support for thin event `V2CoreAccountLinkReturnedEvent`
27+
* Add support for thin event `V2MoneyManagementPayoutMethodUpdatedEvent` with related object `v2.moneymanagement.PayoutMethod`
28+
* Remove support for thin event `V2CoreAccountLinkCompletedEvent`
29+
* Remove support for thin event `V2OffSessionPaymentRequiresCaptureEvent` with related object `v2.payments.OffSessionPayment`
30+
331
## 29.4.0-beta.2 - 2025-07-09
432
* [#2026](https://github.com/stripe/stripe-java/pull/2026) Pull in V2 FinancialAccount changes for June release
5-
* Add support for `close` and `create` methods on resource `v2.moneymanagement.FinancialAccount`
6-
* Add support for `storer` on `v2.core.Account.configuration`, `v2.core.AccountCreateParams.configuration`, and `v2.core.AccountUpdateParams.configuration`
7-
* Add support for `statusDetails` on `v2.moneymanagement.FinancialAccount`
8-
* Add support for `status` on `v2.moneymanagement.FinancialAccountListParams`
9-
* Add support for new value `configuration.storer` on enums `v2.core.AccountCreateParams.include`, `v2.core.AccountRetrieveParams.include`, and `v2.core.AccountUpdateParams.include`
10-
* Add support for new value `storer` on enum `v2.core.AccountCloseParams.appliedConfigurations`
11-
* Add support for thin events `V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent` and `V2CoreAccountIncludingConfigurationStorerUpdatedEvent` with related object `v2.core.Account`
33+
* Add support for `close` and `create` methods on resource `v2.moneymanagement.FinancialAccount`
34+
* Add support for `storer` on `v2.core.Account.configuration`, `v2.core.AccountCreateParams.configuration`, and `v2.core.AccountUpdateParams.configuration`
35+
* Add support for `statusDetails` on `v2.moneymanagement.FinancialAccount`
36+
* Add support for `status` on `v2.moneymanagement.FinancialAccountListParams`
37+
* Add support for new value `configuration.storer` on enums `v2.core.AccountCreateParams.include`, `v2.core.AccountRetrieveParams.include`, and `v2.core.AccountUpdateParams.include`
38+
* Add support for new value `storer` on enum `v2.core.AccountCloseParams.appliedConfigurations`
39+
* Add support for thin events `V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent` and `V2CoreAccountIncludingConfigurationStorerUpdatedEvent` with related object `v2.core.Account`
1240
* Add support for error types `AlreadyExistsException` and `NonZeroBalanceException`
1341

1442
## 29.4.0-beta.1 - 2025-07-01
43+
This release changes the pinned API version to `2025-06-30.basil`.
44+
1545
* [#2009](https://github.com/stripe/stripe-java/pull/2009) Update generated code for beta
1646
* Change type of `InvoiceCreatePreviewParams.schedule_details.billingMode`, `InvoiceCreatePreviewParams.subscription_details.billingMode`, `Quote.subscription_data.billingMode`, `QuoteCreateParams.subscription_data.billingMode`, `SubscriptionCreateParams.billingMode`, `SubscriptionScheduleCreateParams.billingMode`, and `checkout.SessionCreateParams.subscription_data.billingMode` from `enum('classic'|'flexible')` to `billing_mode`
1747
* Add support for `submissionMethod` on `Dispute.evidence_details`

README.md

Lines changed: 4 additions & 4 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-v29.4.0-beta.2-blue)](https://mvnrepository.com/artifact/com.stripe/stripe-java)
3+
[![Maven Central](https://img.shields.io/badge/maven--central-v29.5.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

@@ -17,7 +17,7 @@ The official [Stripe][stripe] Java client library.
1717
Add this dependency to your project's build file:
1818

1919
```groovy
20-
implementation "com.stripe:stripe-java:29.4.0-beta.2"
20+
implementation "com.stripe:stripe-java:29.5.0-beta.1"
2121
```
2222

2323
### Maven users
@@ -28,15 +28,15 @@ Add this dependency to your project's POM:
2828
<dependency>
2929
<groupId>com.stripe</groupId>
3030
<artifactId>stripe-java</artifactId>
31-
<version>29.4.0-beta.2</version>
31+
<version>29.5.0-beta.1</version>
3232
</dependency>
3333
```
3434

3535
### Others
3636

3737
If you are not using Gradle or Maven, you will need to manually install the following JARs:
3838

39-
- [The Stripe JAR](https://search.maven.org/remotecontent?filepath=com/stripe/stripe-java/29.4.0-beta.2/stripe-java-29.4.0-beta.2.jar)
39+
- [The Stripe JAR](https://search.maven.org/remotecontent?filepath=com/stripe/stripe-java/29.5.0-beta.1/stripe-java-29.5.0-beta.1.jar)
4040
- [Google Gson][gson] from <https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar>.
4141

4242
### [ProGuard][proguard]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
29.4.0-beta.2
1+
29.5.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=29.4.0-beta.2
2+
VERSION_NAME=29.5.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 = "29.4.0-beta.2";
18+
public static final String VERSION = "29.5.0-beta.1";
1919

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

0 commit comments

Comments
 (0)