|
1 | 1 | # Changelog |
| 2 | +## 18.0.0 - 2025-11-18 |
| 3 | +This release changes the pinned API version to `2025-11-17.clover`. |
| 4 | + |
| 5 | +* [#1729](https://github.com/stripe/stripe-ruby/pull/1729) Update generated code |
| 6 | + * ⚠️ Remove support for `gt`, `gte`, `lt`, and `lte` on `V2::Core::EventListParams` in favor of `created`. |
| 7 | +* [#1727](https://github.com/stripe/stripe-ruby/pull/1727) Update v2 array parameter serialization to use indexed format |
| 8 | + - `Retrieve` and `List` calls for `/v2` endpoints now use indexed format (e.g., `?include[0]=foo&include[1]=bar`) instead of repeated parameter format (e.g., `?include=foo&include=bar`) when communicating with the Stripe API. This may break any unit tests that expect the latter behavior when setting up a mock server. Instead, they should now expect the former. |
| 9 | +* [#1725](https://github.com/stripe/stripe-ruby/pull/1725) Update generated code |
| 10 | + * Add support for new resources `Tax::Association` and `Terminal::OnboardingLink` |
| 11 | + * Add support for `find` method on resource `Tax::Association` |
| 12 | + * Add support for `create` method on resource `Terminal::OnboardingLink` |
| 13 | + * Add support for `payment_method_configuration` on `BillingPortal::Configuration::Feature::PaymentMethodUpdate` |
| 14 | + * Add support for `transaction_id` on `Charge::PaymentMethodDetail::Ideal`, `PaymentAttemptRecord::PaymentMethodDetail::Ideal`, and `PaymentRecord::PaymentMethodDetail::Ideal` |
| 15 | + * Add support for `created` on `CustomerCustomerBalanceTransactionListParams` and `InvoicePaymentListParams` |
| 16 | + * Add support for `account_numbers` on `FinancialConnections::Account` |
| 17 | + * Change type of `FinancialConnections::Session.client_secret` from `string` to `nullable(string)` |
| 18 | + * Add support for `fraud_risk` on `Issuing::AuthorizationCreateParams::RiskAssessment` |
| 19 | + * Add support for `latest_fraud_warning` on `Issuing::Card` |
| 20 | + * Add support for `hooks` on `PaymentIntentCaptureParams`, `PaymentIntentConfirmParams`, `PaymentIntentCreateParams`, `PaymentIntentIncrementAuthorizationParams`, `PaymentIntentUpdateParams`, and `PaymentIntent` |
| 21 | + * Add support for `mb_way` and `twint` on `Refund::DestinationDetail` |
| 22 | + |
2 | 23 | ## 17.2.0 - 2025-11-05 |
3 | 24 | * [#1721](https://github.com/stripe/stripe-ruby/pull/1721) Update generated code |
4 | 25 | * Add support for `capture_method` on `PaymentIntent::PaymentMethodOption::CardPresent`, `PaymentIntentConfirmParams::PaymentMethodOption::CardPresent`, `PaymentIntentCreateParams::PaymentMethodOption::CardPresent`, and `PaymentIntentUpdateParams::PaymentMethodOption::CardPresent` |
|
0 commit comments