You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## 18.2.0-alpha.3 - 2026-01-14
4
+
*[#1763](https://github.com/stripe/stripe-ruby/pull/1763) Update generated code for private-preview
5
+
* Add support for `risk_details` on `DelegatedCheckout::RequestedSession`
6
+
* Remove support for `description`, `images`, and `name` on `DelegatedCheckout::RequestedSession::LineItemDetail`
7
+
* Add support for `name` on `ProductCatalog::TrialOfferCreateParams` and `ProductCatalog::TrialOffer`
8
+
* Add support for `login_failed` and `registration_failed` on `Radar::AccountEvaluation::Event` and `Radar::AccountEvaluationUpdateParams`
9
+
* Change type of `Radar::AccountEvaluationUpdateParams.type` from `literal('registration_succeeded')` to `enum('login_failed'|'login_succeeded'|'registration_failed'|'registration_succeeded')`
10
+
* Add support for `tracking_details` on `V2::MoneyManagement::OutboundPayment`
11
+
* Add support for `paper_check` on `V2::MoneyManagement::OutboundPayment::DeliveryOption` and `V2::MoneyManagement::OutboundPaymentCreateParams::DeliveryOption`
12
+
* Add support for event notification `V2CoreAccountIncludingFutureRequirementsUpdatedEvent` with related object `V2::Core::Account`
13
+
3
14
## 18.2.0-alpha.2 - 2026-01-07
4
15
*[#1745](https://github.com/stripe/stripe-ruby/pull/1745) Update generated code for private-preview
5
16
* Nil input params are now preserved when calling V2 APIs. Add additional tests for nil when calling V2 services you do not accidentally include an unintentional nil value. V1 API calls are not affected (nil values are stripped from params hashes in V1).
0 commit comments