|
382 | 382 | ## 17.0.0 - 2024-10-01
|
383 | 383 | * [#2192](https://github.com/stripe/stripe-node/pull/2192) Support for APIs in the new API version 2024-09-30.acacia
|
384 | 384 |
|
385 |
| - 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. |
| 385 | + 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. |
386 | 386 |
|
387 | 387 | ### ⚠️ Breaking changes due to changes in the Stripe API
|
388 | 388 | - Rename `usage_threshold_config` to `usage_threshold` on `Billing.AlertCreateParams` and `Billing.Alert`
|
|
527 | 527 | ## 16.0.0 - 2024-06-24
|
528 | 528 | * [#2113](https://github.com/stripe/stripe-node/pull/2113)
|
529 | 529 |
|
530 |
| - 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. |
| 530 | + 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. |
531 | 531 |
|
532 | 532 | ### ⚠️ Breaking changes
|
533 | 533 |
|
|
709 | 709 | ## 15.0.0 - 2024-04-10
|
710 | 710 | * [#2057](https://github.com/stripe/stripe-node/pull/2057)
|
711 | 711 |
|
712 |
| - * 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. |
| 712 | + * 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. |
713 | 713 |
|
714 | 714 | ### ⚠️ Breaking changes
|
715 | 715 |
|
|
1098 | 1098 | * Change `Checkout.Session.client_secret` and `Checkout.Session.ui_mode` to be required
|
1099 | 1099 |
|
1100 | 1100 | ## 14.0.0 - 2023-10-16
|
1101 |
| -* 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` package. |
| 1101 | +* 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` package. |
1102 | 1102 | * [#1932](https://github.com/stripe/stripe-node/pull/1932) Update generated code
|
1103 | 1103 | * Add support for `legal_guardian` on `AccountPersonsParams.relationship` and `TokenCreateParams.person.relationship`
|
1104 | 1104 | * Add support for new values `invalid_address_highway_contract_box`, `invalid_address_private_mailbox`, `invalid_business_profile_name_denylisted`, `invalid_business_profile_name`, `invalid_company_name_denylisted`, `invalid_dob_age_over_maximum`, `invalid_product_description_length`, `invalid_product_description_url_match`, `invalid_statement_descriptor_business_mismatch`, `invalid_statement_descriptor_denylisted`, `invalid_statement_descriptor_length`, `invalid_statement_descriptor_prefix_denylisted`, `invalid_statement_descriptor_prefix_mismatch`, `invalid_tax_id_format`, `invalid_tax_id`, `invalid_url_denylisted`, `invalid_url_format`, `invalid_url_length`, `invalid_url_web_presence_detected`, `invalid_url_website_business_information_mismatch`, `invalid_url_website_empty`, `invalid_url_website_inaccessible_geoblocked`, `invalid_url_website_inaccessible_password_protected`, `invalid_url_website_inaccessible`, `invalid_url_website_incomplete_cancellation_policy`, `invalid_url_website_incomplete_customer_service_details`, `invalid_url_website_incomplete_legal_restrictions`, `invalid_url_website_incomplete_refund_policy`, `invalid_url_website_incomplete_return_policy`, `invalid_url_website_incomplete_terms_and_conditions`, `invalid_url_website_incomplete_under_construction`, `invalid_url_website_incomplete`, and `invalid_url_website_other` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `BankAccount.future_requirements.errors[].code`, and `BankAccount.requirements.errors[].code`
|
|
1203 | 1203 | * [#1875](https://github.com/stripe/stripe-node/pull/1875) Update Typescript types to support version `2023-08-16`.
|
1204 | 1204 |
|
1205 | 1205 | ## 13.0.0 - 2023-08-16
|
1206 |
| -* 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-node`. |
| 1206 | +* 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-node`. |
1207 | 1207 | * More information is available in the [stripe-node v13 migration guide](https://github.com/stripe/stripe-node/wiki/Migration-guide-for-v13)
|
1208 | 1208 |
|
1209 | 1209 | "⚠️" symbol highlights breaking changes.
|
@@ -1605,7 +1605,7 @@ This was added to maintain backwards compatibility during the transition of stri
|
1605 | 1605 |
|
1606 | 1606 | ## 11.0.0 - 2022-11-16
|
1607 | 1607 |
|
1608 |
| -This release includes breaking changes resulting from moving to use the new API version "2022-11-15". To learn more about these changes to Stripe products, see https://stripe.com/docs/upgrades#2022-11-15 |
| 1608 | +This release includes breaking changes resulting from moving to use the new API version "2022-11-15". To learn more about these changes to Stripe products, see https://docs.stripe.com/changelog/2022-11-15 |
1609 | 1609 |
|
1610 | 1610 | "⚠️" symbol highlights breaking changes.
|
1611 | 1611 |
|
@@ -1812,7 +1812,7 @@ This release includes breaking changes resulting from moving to use the new API
|
1812 | 1812 |
|
1813 | 1813 | This release includes breaking changes resulting from:
|
1814 | 1814 |
|
1815 |
| -* 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 |
| 1815 | +* 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 |
1816 | 1816 | * 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-node/wiki/Migration-guide-for-v10.
|
1817 | 1817 |
|
1818 | 1818 | "⚠️" symbol highlights breaking changes.
|
|
0 commit comments