Skip to content

Commit 4f19c73

Browse files
committed
Bump version to 29.2.0
1 parent df9bc0f commit 4f19c73

File tree

5 files changed

+40
-8
lines changed

5 files changed

+40
-8
lines changed

CHANGELOG.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## 29.2.0 - 2025-05-29
4+
5+
* [#2000](https://github.com/stripe/stripe-java/pull/2000) Update generated code. This release changes the pinned API version to `2025-05-28.basil`.
6+
* Add support for `attach_payment` method on resource `Invoice`
7+
* Add support for `collect_inputs` method on resource `terminal.Reader`
8+
* Add support for `succeed_input_collection` and `timeout_input_collection` test helper methods on resource `terminal.Reader`
9+
* Add support for `pixPayments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
10+
* Add support for `disputesList` and `paymentDisputes` on `AccountSession.components` and `AccountSessionCreateParams.components`
11+
* Add support for `refundAndDisputePrefunding` on `Balance`
12+
* Add support for `balanceType` on `BalanceTransaction`
13+
* Change `billing.AlertCreateParams.usage_threshold.meter` to be required
14+
* Add support for `location` and `reader` on `Charge.payment_method_details.affirm` and `Charge.payment_method_details.wechat_pay`
15+
* Add support for `paymentMethodRemove` on `checkout.SessionCreateParams.saved_payment_method_options`
16+
* Add support for `setupFutureUsage` on `checkout.Session.payment_method_options.naver_pay`
17+
* Add support for `postPaymentAmount` and `prePaymentAmount` on `CreditNote`
18+
* Add support for `sex`, `unparsedPlaceOfBirth`, and `unparsedSex` on `identity.VerificationReport.document` and `identity.VerificationSession.verified_outputs`
19+
* Add support for `billingThresholds` on `InvoiceCreatePreviewParams.schedule_details.phases[].items[]`, `InvoiceCreatePreviewParams.schedule_details.phases[]`, `InvoiceCreatePreviewParams.subscription_details.items[]`, `SubscriptionCreateParams.items[]`, `SubscriptionCreateParams`, `SubscriptionItemCreateParams`, `SubscriptionItemUpdateParams`, `SubscriptionItem`, `SubscriptionSchedule.default_settings`, `SubscriptionSchedule.phases[].items[]`, `SubscriptionSchedule.phases[]`, `SubscriptionScheduleCreateParams.default_settings`, `SubscriptionScheduleCreateParams.phases[].items[]`, `SubscriptionScheduleCreateParams.phases[]`, `SubscriptionScheduleUpdateParams.default_settings`, `SubscriptionScheduleUpdateParams.phases[].items[]`, `SubscriptionScheduleUpdateParams.phases[]`, `SubscriptionUpdateParams.items[]`, `SubscriptionUpdateParams`, and `Subscription`
20+
* Add support for `satispay` on `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_options`, and `PaymentIntentUpdateParams.payment_method_options`
21+
* Add support for `captureMethod` on `PaymentIntent.payment_method_options.billie`
22+
* Add support for `kakaoPay`, `krCard`, `naverPay`, `payco`, and `samsungPay` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration`
23+
* Add support for `networkDeclineCode` on `Refund.destination_details.paypal`
24+
* Add support for `metadata` on `tax.CalculationCreateParams.line_items[]` and `tax.CalculationLineItem`
25+
* Add support for new value `simulated_stripe_s700` on enum `terminal.ReaderListParams.deviceType`
26+
* Add support for `returnUrl` on `terminal.Reader.action.process_payment_intent.process_config` and `terminal.ReaderProcessPaymentIntentParams.process_config`
27+
* Add support for `collectInputs` on `terminal.Reader.action`
28+
* Add support for new value `invoice_payment.paid` on enums `WebhookEndpointCreateParams.enabledEvents` and `WebhookEndpointUpdateParams.enabledEvents`
29+
* Add support for new value `2025-05-28.basil` on enum `WebhookEndpointCreateParams.apiVersion`
30+
* Add support for snapshot event `invoice_payment.paid` with resource `InvoicePayment`
31+
* [#2002](https://github.com/stripe/stripe-java/pull/2002) Adds generated Customer retrievePaymentMethod overload
32+
* Adds `retrievePaymentMethod` overload to `Customer` that accepts a payment method id and `RequestOptions` object
33+
* [#1997](https://github.com/stripe/stripe-java/pull/1997) Adds CONTRIBUTING.md
34+
335
## 29.1.0 - 2025-04-30
436
* [#1986](https://github.com/stripe/stripe-java/pull/1986) Update generated code
537

@@ -26,8 +58,8 @@
2658
* [#1982](https://github.com/stripe/stripe-java/pull/1982) Update readme with clarification on resource based call patterns
2759
* [#1976](https://github.com/stripe/stripe-java/pull/1976) backport beta fixes
2860
* [#1971](https://github.com/stripe/stripe-java/pull/1971) require beta SDKs match event versions exactly when deserializing
29-
30-
- ⚠️ Public Preview SDKs now require an exact API version match when deserializing webhooks
61+
62+
- ⚠️ Public Preview SDKs now require an exact API version match when deserializing webhooks
3163
- To deserialize events from another API version, use `EventDataObjectDeserializer .deserializeUnsafe()` instead of `.deserialize()`.
3264

3365
## 29.0.0 - 2025-04-01

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-v29.1.0-blue)](https://mvnrepository.com/artifact/com.stripe/stripe-java)
3+
[![Maven Central](https://img.shields.io/badge/maven--central-v29.2.0-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.1.0"
20+
implementation "com.stripe:stripe-java:29.2.0"
2121
```
2222

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
29.1.0
1+
29.2.0

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.1.0
2+
VERSION_NAME=29.2.0
33

44
POM_URL=https://github.com/stripe/stripe-java
55
POM_SCM_URL=[email protected]: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
@@ -14,7 +14,7 @@ public abstract class Stripe {
1414
public static final String LIVE_API_BASE = "https://api.stripe.com";
1515
public static final String UPLOAD_API_BASE = "https://files.stripe.com";
1616
public static final String METER_EVENTS_API_BASE = "https://meter-events.stripe.com";
17-
public static final String VERSION = "29.1.0";
17+
public static final String VERSION = "29.2.0";
1818

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

0 commit comments

Comments
 (0)