Skip to content

Commit 3e273d0

Browse files
authored
Link to the /changelog page instead of /upgrades (#2018)
1 parent e8272d7 commit 3e273d0

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ However, [a bug](https://github.com/stripe/stripe-java/pull/1906) in the `27.x.y
301301
## 27.0.0 - 2024-10-01
302302
* [#1880](https://github.com/stripe/stripe-java/pull/1880) Support for APIs in the new API version 2024-09-30.acacia
303303

304-
This release changes the pinned API version to `2024-09-30.acacia`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-09-30.acacia) and carefully review the API changes before upgrading.
304+
This release changes the pinned API version to `2024-09-30.acacia`. Please read the [API Changelog](https://docs.stripe.com/changelog/acacia#2024-09-30.acacia) and carefully review the API changes before upgrading.
305305

306306
### ⚠️ Breaking changes due to changes in the API
307307

@@ -437,7 +437,7 @@ However, [a bug](https://github.com/stripe/stripe-java/pull/1906) in the `27.x.y
437437
## 26.0.0 - 2024-06-24
438438
* [#1825](https://github.com/stripe/stripe-java/pull/1825)
439439

440-
This release changes the pinned API version to 2024-06-20. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-06-20) and carefully review the API changes before upgrading.
440+
This release changes the pinned API version to 2024-06-20. Please read the [API Changelog](https://docs.stripe.com/changelog/2024-06-20) and carefully review the API changes before upgrading.
441441

442442
### ⚠️ Breaking changes
443443

@@ -585,7 +585,7 @@ However, [a bug](https://github.com/stripe/stripe-java/pull/1906) in the `27.x.y
585585
## 25.0.0 - 2024-04-10
586586
* [#1776](https://github.com/stripe/stripe-java/pull/1776)
587587

588-
* This release changes the pinned API version to `2024-04-10`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-04-10) and carefully review the API changes before upgrading.
588+
* This release changes the pinned API version to `2024-04-10`. Please read the [API Changelog](https://docs.stripe.com/changelog/2024-04-10) and carefully review the API changes before upgrading.
589589

590590
* Add a new `TaxIdService` for operations on `/v1/tax_ids` endpoints.
591591

@@ -902,7 +902,7 @@ However, [a bug](https://github.com/stripe/stripe-java/pull/1906) in the `27.x.y
902902
* Add support for new value `unreconciled_customer_funds` on enum `reporting.ReportRunCreateParams.parameters.reporting_category`
903903

904904
## 24.0.0 - 2023-10-16
905-
* This release changes the pinned API version to `2023-10-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-10-16) and carefully review the API changes before upgrading `stripe-java`.
905+
* This release changes the pinned API version to `2023-10-16`. Please read the [API Changelog](https://docs.stripe.com/changelog/2023-10-16) and carefully review the API changes before upgrading `stripe-java`.
906906
* [#1672](https://github.com/stripe/stripe-java/pull/1672) Update generated code
907907
* Add support for `legal_guardian` on `AccountPersonsParams.relationship` and `TokenCreateParams.person.relationship`
908908
* Add support for `additional_tos_acceptances` on `TokenCreateParams.person`
@@ -992,7 +992,7 @@ However, [a bug](https://github.com/stripe/stripe-java/pull/1906) in the `27.x.y
992992
* Add support for `flat_amount` on `tax.TransactionCreateReversalParams`
993993

994994
## 23.0.0 - 2023-08-16
995-
* This release changes the pinned API version to `2023-08-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-08-16) and carefully review the API changes before upgrading `stripe-java`.
995+
* This release changes the pinned API version to `2023-08-16`. Please read the [API Changelog](https://docs.stripe.com/changelog/2023-08-16) and carefully review the API changes before upgrading `stripe-java`.
996996
* More information is available in the [stripe-java v23 migration guide](https://github.com/stripe/stripe-java/wiki/Migration-guide-for-v23)
997997

998998
"⚠️" symbol highlights breaking changes.
@@ -1286,7 +1286,7 @@ However, [a bug](https://github.com/stripe/stripe-java/pull/1906) in the `27.x.y
12861286
## 22.0.0 - 2022-11-16
12871287
* [#1471](https://github.com/stripe/stripe-java/pull/1471) Next major release changes
12881288

1289-
Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15.
1289+
Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://docs.stripe.com/changelog/2022-11-15.
12901290

12911291
"⚠️" symbol highlights breaking changes.
12921292

@@ -1435,7 +1435,7 @@ RequestOptionsBuilder.unsafeSetStripeVersionOverride(builder, "2022-11-15");
14351435

14361436
This release includes breaking changes resulting from:
14371437

1438-
* Moving to use the new API version "2022-08-01". To learn more about these changes to Stripe products, see https://stripe.com/docs/upgrades#2022-08-01
1438+
* Moving to use the new API version "2022-08-01". To learn more about these changes to Stripe products, see https://docs.stripe.com/changelog/2022-08-01
14391439
* Cleaning up the SDK to remove deprecated/unused APIs and rename classes/methods/properties to sync with product APIs. Read more detailed description at https://github.com/stripe/stripe-java/wiki/Migration-guide-for-v21.
14401440

14411441
"⚠️" symbol highlights breaking changes.
@@ -2893,7 +2893,7 @@ Pull requests included in this release (cf. [#869](https://github.com/stripe/str
28932893
* The above are technically breaking changes and should have been released with 14.0.0.
28942894

28952895
## 14.0.0 - 2019-10-18
2896-
* [#863](https://github.com/stripe/stripe-java/pull/863) Upgrade to new API version [`2019-10-17`](https://stripe.com/docs/upgrades#2019-10-17)
2896+
* [#863](https://github.com/stripe/stripe-java/pull/863) Upgrade to new API version [`2019-10-17`](https://docs.stripe.com/changelog/2019-10-17)
28972897
* Pin to API version `2019-10-17`
28982898
* Remove `account_balance` from Customer model and parameter classes
28992899
* Remove `billing` from Invoice, Subscription and Subscription Schedule model and parameter classes
@@ -2920,7 +2920,7 @@ Pull requests included in this release (cf. [#869](https://github.com/stripe/str
29202920
* Add support for `deviceType` on `ReaderListParams`
29212921

29222922
## 13.0.0 - 2019-10-08
2923-
* [#853](https://github.com/stripe/stripe-java/pull/853) Upgrade to new API version [`2019-10-08`](https://stripe.com/docs/upgrades#2019-10-08)
2923+
* [#853](https://github.com/stripe/stripe-java/pull/853) Upgrade to new API version [`2019-10-08`](https://docs.stripe.com/changelog/2019-10-08)
29242924

29252925
## 12.2.0 - 2019-10-08
29262926
* [#852](https://github.com/stripe/stripe-java/pull/852) Setters for string properties in update params now all accept `EmptyParam`
@@ -2989,7 +2989,7 @@ Pull requests included in this release (cf. [#869](https://github.com/stripe/str
29892989
* [#826](https://github.com/stripe/stripe-java/pull/826) Add support for `executive` on `Person` create, update and list
29902990

29912991
## 11.0.0 - 2019-08-14
2992-
* [#825](https://github.com/stripe/stripe-java/pull/825) Move to API version [`2019-08-14`](https://stripe.com/docs/upgrades#2019-08-14)
2992+
* [#825](https://github.com/stripe/stripe-java/pull/825) Move to API version [`2019-08-14`](https://docs.stripe.com/changelog/2019-08-14)
29932993
* Rename `platform_payments` to `transfers` in `Account`
29942994
* Introduce `executive` as a relationship on `Person`
29952995

@@ -3185,7 +3185,7 @@ Pull requests included in this release:
31853185
* [#701](https://github.com/stripe/stripe-java/pull/701) Fix java doc on deprecated `EventData#getObject` and `Event#getDataObjectDeserializer`
31863186

31873187
## 8.0.0 - 2019-03-19
3188-
* [#662](https://github.com/stripe/stripe-java/pull/662) Major version release. Supports a pinned API version [2019-03-14](https://stripe.com/docs/upgrades#2019-03-14). Refer to our [migration guide for v8](https://github.com/stripe/stripe-java/wiki/Migration-guide-for-v8) for API upgrade guide and lists of backwards incompatible changes to watch out for.
3188+
* [#662](https://github.com/stripe/stripe-java/pull/662) Major version release. Supports a pinned API version [2019-03-14](https://docs.stripe.com/changelog/2019-03-14). Refer to our [migration guide for v8](https://github.com/stripe/stripe-java/wiki/Migration-guide-for-v8) for API upgrade guide and lists of backwards incompatible changes to watch out for.
31893189

31903190
## 7.63.1 - 2020-17-11
31913191
* Identical to 7.29.0
@@ -3323,7 +3323,7 @@ Pull requests included in this release:
33233323
* [#581](https://github.com/stripe/stripe-java/pull/581) Add `Topup.cancel()` overload with no arguments
33243324

33253325
## 6.8.0 - 2018-08-28
3326-
* [#577](https://github.com/stripe/stripe-java/pull/577) Update `Customer` and `Plan` models for API version [2018-08-23](https://stripe.com/docs/upgrades#2018-08-23)
3326+
* [#577](https://github.com/stripe/stripe-java/pull/577) Update `Customer` and `Plan` models for API version [2018-08-23](https://docs.stripe.com/changelog/2018-08-23)
33273327
* [#579](https://github.com/stripe/stripe-java/pull/579) Add `authorizationCode` to `Charge`
33283328

33293329
## 6.7.0 - 2018-08-27
@@ -3562,7 +3562,7 @@ Pull requests included in this release:
35623562
* Add support for `available_payout_methods` to `Card` model
35633563

35643564
## 4.2.0 - 2017-04-06
3565-
* Add support for payouts; see: https://stripe.com/docs/upgrades#2017-04-06
3565+
* Add support for payouts; see: https://docs.stripe.com/changelog/2017-04-06
35663566

35673567
## 4.1.0 - 2017-04-04
35683568
* Make `rule` under `ChargeOutcome` expandable
@@ -3790,7 +3790,7 @@ Pull requests included in this release:
37903790

37913791
## 1.23.0 - 2014-12-08
37923792
* Java 1.5 support dropped. We strongly suggest using newer versions of Java due to runtime, VM, language, and syntax improvements
3793-
* Dispute Evidence has been updated to reflect the new version of Dispute evidence format introduced as part of api version 2014-12-08. See https://stripe.com/docs/upgrades#2014-12-08 for details
3793+
* Dispute Evidence has been updated to reflect the new version of Dispute evidence format introduced as part of api version 2014-12-08. See https://docs.stripe.com/changelog/2014-12-08 for details
37943794

37953795
## 1.22.0 - 2014-12-03
37963796
* Convention is to call methods with a RequestOptions object, instead of an API Key directly
@@ -3820,7 +3820,7 @@ Pull requests included in this release:
38203820
* A few non-breaking general cleanups
38213821

38223822
## 1.18.0 - 2014-08-25
3823-
* Added isChargeRefundable and balanceTransactions to Dispute https://stripe.com/docs/upgrades#2014-08-20
3823+
* Added isChargeRefundable and balanceTransactions to Dispute https://docs.stripe.com/changelog/2014-08-20
38243824

38253825
## 1.17.0 - 2014-08-19
38263826
* Added metadata to Coupons
@@ -3947,7 +3947,7 @@ Pull requests included in this release:
39473947

39483948
## 1.2.5 - 2013-07-15
39493949
* Add support for new cards API.
3950-
* You will probably need to upgrade the Stripe API version on your account to 2013-07-05 or explicitly specify an API version with com.stripe.Stripe.apiVersion when you switch to this release of the bindings. More information about the relevant changes can be found at https://stripe.com/docs/upgrades#2013-07-05 and http://bit.ly/13miHM8
3950+
* You will probably need to upgrade the Stripe API version on your account to 2013-07-05 or explicitly specify an API version with com.stripe.Stripe.apiVersion when you switch to this release of the bindings. More information about the relevant changes can be found at https://docs.stripe.com/changelog/2013-07-05 and http://bit.ly/13miHM8
39513951
* Add a StripeRawJsonObject type for deserializing webhook events we don't recognize
39523952
* Add a Money class for representing account balances in individual currencies
39533953

0 commit comments

Comments
 (0)