|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 84.3.0 - 2026-01-28 |
| 4 | +This release changes the pinned API version to `2026-01-28.clover`. |
| 5 | + |
| 6 | +* [#2258](https://github.com/stripe/stripe-go/pull/2258) Update generated code |
| 7 | + * Add support for new resource `RadarPaymentEvaluation` |
| 8 | + * Add support for `New` method on resource `RadarPaymentEvaluation` |
| 9 | + * Add support for `AdjustableQuantity` on `LineItem` |
| 10 | + * Add support for new value `risk_reserved` on enum `BalanceTransaction.BalanceType` |
| 11 | + * Add support for new values `reserve_hold` and `reserve_release` on enum `BalanceTransaction.Type` |
| 12 | + * Add support for new value `pl_nip` on enums `CheckoutSessionCustomerDetailsTaxIds.Type`, `TaxCalculationCustomerDetailsTaxId.Type`, `TaxId.Type`, and `TaxTransactionCustomerDetailsTaxId.Type` |
| 13 | + * Add support for new value `adyen` on enums `ConfirmationTokenPaymentMethodPreviewIdeal.Bank`, `PaymentAttemptRecordPaymentMethodDetailsIdeal.Bank`, and `PaymentRecordPaymentMethodDetailsIdeal.Bank` |
| 14 | + * Add support for new value `ADYBNL2A` on enums `ConfirmationTokenPaymentMethodPreviewIdeal.BIC`, `PaymentAttemptRecordPaymentMethodDetailsIdeal.BIC`, and `PaymentRecordPaymentMethodDetailsIdeal.BIC` |
| 15 | + * Add support for `EnforceArithmeticValidation` on `PaymentIntentAmountDetailsParams`, `PaymentIntentCaptureAmountDetailsParams`, `PaymentIntentConfirmAmountDetailsParams`, and `PaymentIntentIncrementAuthorizationAmountDetailsParams` |
| 16 | + * Add support for `Error` on `PaymentIntentAmountDetails` |
| 17 | + * Remove support for `Bgn` on `TerminalConfigurationTippingParams` and `TerminalConfigurationTipping` |
| 18 | + * Add support for `Topup` on `TreasuryReceivedDebitLinkedFlows` |
| 19 | + * Add support for `ContactPhone` on `V2CoreAccountParams`, `V2CoreAccountTokenParams`, and `V2CoreAccount` |
| 20 | + * Add support for `RegistrationDate` on `V2CoreAccountIdentityBusinessDetailsParams`, `V2CoreAccountIdentityBusinessDetails`, and `V2CoreAccountTokenIdentityBusinessDetailsParams` |
| 21 | + * Add support for new value `gb_vat` on enum `V2CoreAccountIdentityBusinessDetailsIdNumber.Type` |
| 22 | + * Add support for error code `request_blocked` on `Error`, `InvoiceLastFinalizationError`, `PaymentIntentLastPaymentError`, `SetupAttemptSetupError`, `SetupIntentLastSetupError`, and `StripeError` |
| 23 | +* [#2178](https://github.com/stripe/stripe-go/pull/2178) Add context-aware logging interface and update logger usage |
| 24 | + |
3 | 25 | ## 84.2.0 - 2026-01-16 |
4 | 26 | * [#2255](https://github.com/stripe/stripe-go/pull/2255) Update generated code |
5 | 27 | * Add support for event notifications `V2CoreAccountClosedEvent`, `V2CoreAccountCreatedEvent`, `V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent`, `V2CoreAccountIncludingConfigurationCustomerUpdatedEvent`, `V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent`, `V2CoreAccountIncludingConfigurationMerchantUpdatedEvent`, `V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent`, `V2CoreAccountIncludingConfigurationRecipientUpdatedEvent`, `V2CoreAccountIncludingDefaultsUpdatedEvent`, `V2CoreAccountIncludingFutureRequirementsUpdatedEvent`, `V2CoreAccountIncludingIdentityUpdatedEvent`, `V2CoreAccountIncludingRequirementsUpdatedEvent`, and `V2CoreAccountUpdatedEvent` with related object `V2CoreAccount` |
6 | 28 | * Add support for event notification `V2CoreAccountLinkReturnedEvent` |
7 | 29 | * Add support for event notifications `V2CoreAccountPersonCreatedEvent`, `V2CoreAccountPersonDeletedEvent`, and `V2CoreAccountPersonUpdatedEvent` with related object `V2CoreAccountPerson` |
8 | 30 | * [#2254](https://github.com/stripe/stripe-go/pull/2254) Remove golang.org/x/net/http2 dependency |
9 | | - - Removes the dependency on `golang.org/x/net/http2` |
| 31 | + - Removes the dependency on `golang.org/x/net/http2` |
10 | 32 | * [#2111](https://github.com/stripe/stripe-go/pull/2111) Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 |
11 | 33 | * [#2240](https://github.com/stripe/stripe-go/pull/2240) Add HTTP response code to V2 Error |
12 | 34 | - Adds `HTTPStatusCode` and `RequestID` fields to `V2RawError` |
|
0 commit comments