File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 26.6.0 - 2024-08-01
4
+ * [ #1841 ] ( https://github.com/stripe/stripe-java/pull/1841 ) Update generated code
5
+ * Add support for new resources ` Billing.AlertTriggered ` and ` Billing.Alert `
6
+ * ⚠️ Remove support for ` authorization_code ` on ` Charge.payment_method_details.card ` . This was accidentally released last week.
7
+ * Add support for new value ` billing.alert.triggered ` on enums ` WebhookEndpointCreateParams.enabled_events[] ` and ` WebhookEndpointUpdateParams.enabled_events[] `
8
+
3
9
## 26.5.1 - 2024-07-25
4
10
* [ #1840 ] ( https://github.com/stripe/stripe-java/pull/1840 ) Update generated code
5
11
* Add support for ` tax_registrations ` and ` tax_settings ` on ` AccountSession.components ` and ` AccountSessionCreateParams.components `
Original file line number Diff line number Diff line change 1
1
# Stripe Java client library
2
2
3
- [ ![ Maven Central] ( https://img.shields.io/badge/maven--central-v26.5.1 -blue )] ( https://mvnrepository.com/artifact/com.stripe/stripe-java )
3
+ [ ![ Maven Central] ( https://img.shields.io/badge/maven--central-v26.6.0 -blue )] ( https://mvnrepository.com/artifact/com.stripe/stripe-java )
4
4
[ ![ JavaDoc] ( http://img.shields.io/badge/javadoc-reference-blue.svg )] ( https://stripe.dev/stripe-java )
5
5
[ ![ 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 )
6
6
[ ![ 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.
18
18
Add this dependency to your project's build file:
19
19
20
20
``` groovy
21
- implementation "com.stripe:stripe-java:26.5.1 "
21
+ implementation "com.stripe:stripe-java:26.6.0 "
22
22
```
23
23
24
24
### Maven users
@@ -29,15 +29,15 @@ Add this dependency to your project's POM:
29
29
<dependency >
30
30
<groupId >com.stripe</groupId >
31
31
<artifactId >stripe-java</artifactId >
32
- <version >26.5.1 </version >
32
+ <version >26.6.0 </version >
33
33
</dependency >
34
34
```
35
35
36
36
### Others
37
37
38
38
You'll need to manually install the following JARs:
39
39
40
- - [ The Stripe JAR] ( https://search.maven.org/remotecontent?filepath=com/stripe/stripe-java/26.5.1 /stripe-java-26.5.1 .jar )
40
+ - [ The Stripe JAR] ( https://search.maven.org/remotecontent?filepath=com/stripe/stripe-java/26.6.0 /stripe-java-26.6.0 .jar )
41
41
- [ Google Gson] [ gson ] from < https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar > .
42
42
43
43
### [ ProGuard] [ proguard ]
Original file line number Diff line number Diff line change 1
- 26.5.1
1
+ 26.6.0
Original file line number Diff line number Diff line change 1
1
GROUP =com.stripe
2
- VERSION_NAME =26.5.1
2
+ VERSION_NAME =26.6.0
3
3
4
4
POM_URL =https://github.com/stripe/stripe-java
5
5
POM_SCM_URL =
[email protected] :stripe/stripe-java.git
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public abstract class Stripe {
13
13
public static final String CONNECT_API_BASE = "https://connect.stripe.com" ;
14
14
public static final String LIVE_API_BASE = "https://api.stripe.com" ;
15
15
public static final String UPLOAD_API_BASE = "https://files.stripe.com" ;
16
- public static final String VERSION = "26.5.1 " ;
16
+ public static final String VERSION = "26.6.0 " ;
17
17
18
18
public static volatile String apiKey ;
19
19
public static volatile String clientId ;
You can’t perform that action at this time.
0 commit comments