Skip to content

Commit a98ce62

Browse files
committed
Bump version to 31.2.0-alpha.2
1 parent 00124d6 commit a98ce62

5 files changed

Lines changed: 29 additions & 6 deletions

File tree

CHANGELOG.md

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

3+
## 31.2.0-alpha.2 - 2026-01-07
4+
* [#2135](https://github.com/stripe/stripe-java/pull/2135) Update generated code for private-preview
5+
* Add support for `trackingDetails` on `v2.moneymanagement.OutboundPayment`
6+
* Add support for `paperCheck` on `v2.moneymanagement.OutboundPayment.delivery_options` and `v2.moneymanagement.OutboundPaymentCreateParams.delivery_options`
7+
* Add support for event notification `V2CoreAccountIncludingFutureRequirementsUpdatedEvent` with related object `v2.core.Account`
8+
* [#2127](https://github.com/stripe/stripe-java/pull/2127) Update generated code for private-preview
9+
* Add support for new resource `tax.Location`
10+
* Add support for `create`, `list`, and `retrieve` methods on resource `tax.Location`
11+
* Add support for `pause` method on resource `Subscription`
12+
* Add support for `performanceLocation` on `InvoiceAddLinesParams.lines[].price_data.product_data.tax_details`, `InvoiceLineItemUpdateParams.price_data.product_data.tax_details`, `InvoiceUpdateLinesParams.lines[].price_data.product_data.tax_details`, `PaymentLinkCreateParams.line_items[].price_data.product_data.tax_details`, `ProductCreateParams.tax_details`, `ProductUpdateParams.tax_details`, `checkout.SessionCreateParams.line_items[].price_data.product_data.tax_details`, `checkout.SessionUpdateParams.line_items[].price_data.product_data.tax_details`, `tax.CalculationCreateParams.line_items[]`, and `tax.CalculationLineItem`
13+
* Change type of `delegatedcheckout.RequestedSessionUpdateParams.metadata` from `map(string: string)` to `emptyable(map(string: string))`
14+
* Change type of `delegatedcheckout.RequestedSessionUpdateParams.paymentMethodData` from `payment_method_data` to `emptyable(payment_method_data)`
15+
* Change type of `delegatedcheckout.RequestedSessionUpdateParams.sharedMetadata` from `map(string: string)` to `emptyable(map(string: string))`
16+
* Add support for `subscription` on `Invoice.parent.schedule_details` and `QuotePreviewInvoice.parent.schedule_details`
17+
* Change type of `PaymentIntentConfirmParams.payment_details.benefit.frMealVoucher`, `PaymentIntentCreateParams.payment_details.benefit.frMealVoucher`, `PaymentIntentUpdateParams.payment_details.benefit.frMealVoucher`, `SetupIntentConfirmParams.setup_details.benefit.frMealVoucher`, `SetupIntentCreateParams.setup_details.benefit.frMealVoucher`, and `SetupIntentUpdateParams.setup_details.benefit.frMealVoucher` from `payment_details_benefit_fr_meal_voucher` to `emptyable(payment_details_benefit_fr_meal_voucher)`
18+
* Add support for `taxDetails` on `PlanCreateParams.product[0]` and `PriceCreateParams.product_data`
19+
* Add support for `externalReference` on `Plan` and `Price`
20+
* Add support for new value `phase_start` on enums `QuoteCreateParams.subscription_data.phaseEffectiveAt`, `QuoteCreateParams.subscription_data_overrides[].phaseEffectiveAt`, `QuoteUpdateParams.subscription_data.phaseEffectiveAt`, and `QuoteUpdateParams.subscription_data_overrides[].phaseEffectiveAt`
21+
* Remove support for value `line_start` from enums `QuoteCreateParams.subscription_data.phaseEffectiveAt`, `QuoteCreateParams.subscription_data_overrides[].phaseEffectiveAt`, `QuoteUpdateParams.subscription_data.phaseEffectiveAt`, and `QuoteUpdateParams.subscription_data_overrides[].phaseEffectiveAt`
22+
* Add support for new values `admissions_tax`, `attendance_tax`, `entertainment_tax`, `gross_receipts_tax`, `hospitality_tax`, `luxury_tax`, `resort_tax`, and `tourism_tax` on enum `tax.RegistrationCreateParams.country_options.us.type`
23+
* Add support for `admissionsTax`, `attendanceTax`, `entertainmentTax`, `grossReceiptsTax`, `hospitalityTax`, `luxuryTax`, `resortTax`, and `tourismTax` on `tax.Registration.country_options.us`
24+
* Add support for `requirements` on `TaxCode`
25+
326
## 31.2.0-alpha.1 - 2025-12-14
427
* [#2125](https://github.com/stripe/stripe-java/pull/2125) Update generated code for private-preview
528
* Add support for new resources `sharedpayment.GrantedToken`, `v2.iam.ApiKey`, `v2.payments.SettlementAllocationIntentSplit`, `v2.payments.SettlementAllocationIntent`, and `v2.tax.ManualRule`

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-v31.2.0-alpha.1-blue)](https://mvnrepository.com/artifact/com.stripe/stripe-java)
3+
[![Maven Central](https://img.shields.io/badge/maven--central-v31.2.0-alpha.2-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

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

2525
```groovy
26-
implementation "com.stripe:stripe-java:31.2.0-alpha.1"
26+
implementation "com.stripe:stripe-java:31.2.0-alpha.2"
2727
```
2828

2929
### Maven users
@@ -34,7 +34,7 @@ Add this dependency to your project's POM:
3434
<dependency>
3535
<groupId>com.stripe</groupId>
3636
<artifactId>stripe-java</artifactId>
37-
<version>31.2.0-alpha.1</version>
37+
<version>31.2.0-alpha.2</version>
3838
</dependency>
3939
```
4040

VERSION

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

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=31.2.0-alpha.1
2+
VERSION_NAME=31.2.0-alpha.2
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 = "31.2.0-alpha.1";
18+
public static final String VERSION = "31.2.0-alpha.2";
1919

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

0 commit comments

Comments
 (0)