Skip to content

Commit

Permalink
Update Changelog to indicate removal of associatedObjects field (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Apr 4, 2023
1 parent 14a4402 commit 762cd6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Breaking changes that arose during code generation of the library that we postpo
- ⚠️ Removed deprecated `Amount`, `Currency`, `Description`, `Images`, `Name` properties from `SessionCreateParams.LineItem` (#1473)
- ⚠️ Remove support for `tos_shown_and_accepted` on `CheckoutSessionCreateParams.payment_method_options.paynow` (#1473)
- ⚠️ Removed deprecated `Sku` resource (#1459)
- ⚠️ Removed deprecated `EphemeralKey.associatedObjects` field. ([#1470](https://github.com/stripe/stripe-java/pull/1470))
- ⚠️ Removed `RequestOptions.getStripeVersionOverride`, `RequestOptions.setStripeVersionOverride`, and `RequestOptions.clearStripeVersionOverride` (#1464)

Use of `setStripeVersionOverride` is discouraged and can lead to unexpected errors during service calls because Java SDK class shapes are not guaranteed to match API responses on arbitrary versions.
Expand Down

0 comments on commit 762cd6a

Please sign in to comment.