Skip to content

Commit fc96887

Browse files
committed
Bump version to 28.3.0-beta.1
1 parent 6e34290 commit fc96887

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 28.3.0-beta.1 - 2025-01-09
4+
* [#1932](https://github.com/stripe/stripe-java/pull/1932) Update generated code for beta
5+
* Add support for `close` method on resource `Treasury.FinancialAccount`
6+
* Add support for `ownership_exemption_reason` on `Account.company`, `AccountCreateParams.company`, `AccountUpdateParams.company`, and `TokenCreateParams.account.company`
7+
* Add support for `directorship_declaration` on `Account.company`
8+
* Add support for `advice_code` on `Charge.outcome`, `Invoice.last_finalization_error`, `PaymentIntent.last_payment_error`, `SetupAttempt.setup_error`, `SetupIntent.last_setup_error`, and `StripeError`
9+
* Remove support for value `always_invoice` from enums `billingportal.ConfigurationCreateParams.features.subscription_cancel.proration_behavior` and `billingportal.ConfigurationUpdateParams.features.subscription_cancel.proration_behavior`
10+
* Add support for `brand_product` on `Card`, `Source.card_present`, `Source.card`, and `Source.three_d_secure`
11+
* Add support for `country` on `Charge.payment_method_details.paypal`, `ConfirmationToken.payment_method_preview.paypal`, and `PaymentMethod.paypal`
12+
* Add support for new value `al_tin` on enums `OrderCreateParams.tax_details.tax_ids[].type` and `OrderUpdateParams.tax_details.tax_ids[].type`
13+
* Add support for `phone_number_collection` on `PaymentLinkUpdateParams`
14+
* Add support for `nickname` on `Treasury.FinancialAccount`, `treasury.FinancialAccountCreateParams`, and `treasury.FinancialAccountUpdateParams`
15+
* Add support for `forwarding_settings` on `treasury.FinancialAccountUpdateParams`
16+
* Add support for `is_default` on `Treasury.FinancialAccount`
17+
* Add support for `destination_payment_method_data` on `treasury.OutboundTransferCreateParams`
18+
* Add support for `financial_account` on `Treasury.OutboundTransfer.destination_payment_method_details`
19+
* Change type of `Treasury.OutboundTransfer.destination_payment_method_details.type` from `literal('us_bank_account')` to `enum('financial_account'|'us_bank_account')`
20+
* Add support for new value `outbound_transfer` on enum `treasury.ReceivedCreditListParams.linked_flows.source_flow_type`
21+
* Add support for `outbound_transfer` on `Treasury.ReceivedCredit.linked_flows.source_flow_details`
22+
323
## 28.2.0 - 2024-12-18
424
* [#1931](https://github.com/stripe/stripe-java/pull/1931) This release changes the pinned API version to `2024-12-18.acacia`.
525
* Add support for `network_advice_code` and `network_decline_code` on `Charge.outcome`, `Invoice.last_finalization_error`, `PaymentIntent.last_payment_error`, `SetupAttempt.setup_error`, `SetupIntent.last_setup_error`, and `StripeError`

README.md

+4-4
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-v28.2.0-beta.4-blue)](https://mvnrepository.com/artifact/com.stripe/stripe-java)
3+
[![Maven Central](https://img.shields.io/badge/maven--central-v28.3.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
[![Coverage Status](https://coveralls.io/repos/github/stripe/stripe-java/badge.svg?branch=master)](https://coveralls.io/github/stripe/stripe-java?branch=master)
@@ -18,7 +18,7 @@ The official [Stripe][stripe] Java client library.
1818
Add this dependency to your project's build file:
1919

2020
```groovy
21-
implementation "com.stripe:stripe-java:28.2.0-beta.4"
21+
implementation "com.stripe:stripe-java:28.3.0-beta.1"
2222
```
2323

2424
### Maven users
@@ -29,15 +29,15 @@ Add this dependency to your project's POM:
2929
<dependency>
3030
<groupId>com.stripe</groupId>
3131
<artifactId>stripe-java</artifactId>
32-
<version>28.2.0-beta.4</version>
32+
<version>28.3.0-beta.1</version>
3333
</dependency>
3434
```
3535

3636
### Others
3737

3838
You'll need to manually install the following JARs:
3939

40-
- [The Stripe JAR](https://search.maven.org/remotecontent?filepath=com/stripe/stripe-java/28.2.0-beta.4/stripe-java-28.2.0-beta.4.jar)
40+
- [The Stripe JAR](https://search.maven.org/remotecontent?filepath=com/stripe/stripe-java/28.3.0-beta.1/stripe-java-28.3.0-beta.1.jar)
4141
- [Google Gson][gson] from <https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar>.
4242

4343
### [ProGuard][proguard]

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
28.2.0-beta.4
1+
28.3.0-beta.1

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.stripe
2-
VERSION_NAME=28.2.0-beta.4
2+
VERSION_NAME=28.3.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

+1-1
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 = "28.2.0-beta.4";
18+
public static final String VERSION = "28.3.0-beta.1";
1919

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

0 commit comments

Comments
 (0)