Skip to content

Commit 0569a4d

Browse files
committed
Bump version to 84.3.0
1 parent 582e904 commit 0569a4d

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,34 @@
11
# Changelog
22

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+
325
## 84.2.0 - 2026-01-16
426
* [#2255](https://github.com/stripe/stripe-go/pull/2255) Update generated code
527
* Add support for event notifications `V2CoreAccountClosedEvent`, `V2CoreAccountCreatedEvent`, `V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent`, `V2CoreAccountIncludingConfigurationCustomerUpdatedEvent`, `V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent`, `V2CoreAccountIncludingConfigurationMerchantUpdatedEvent`, `V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent`, `V2CoreAccountIncludingConfigurationRecipientUpdatedEvent`, `V2CoreAccountIncludingDefaultsUpdatedEvent`, `V2CoreAccountIncludingFutureRequirementsUpdatedEvent`, `V2CoreAccountIncludingIdentityUpdatedEvent`, `V2CoreAccountIncludingRequirementsUpdatedEvent`, and `V2CoreAccountUpdatedEvent` with related object `V2CoreAccount`
628
* Add support for event notification `V2CoreAccountLinkReturnedEvent`
729
* Add support for event notifications `V2CoreAccountPersonCreatedEvent`, `V2CoreAccountPersonDeletedEvent`, and `V2CoreAccountPersonUpdatedEvent` with related object `V2CoreAccountPerson`
830
* [#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`
1032
* [#2111](https://github.com/stripe/stripe-go/pull/2111) Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1
1133
* [#2240](https://github.com/stripe/stripe-go/pull/2240) Add HTTP response code to V2 Error
1234
- Adds `HTTPStatusCode` and `RequestID` fields to `V2RawError`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
84.2.0
1+
84.3.0

stripe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ func TimeValue(v *time.Time) time.Time {
15231523
//
15241524

15251525
// clientversion is the binding version
1526-
const clientversion = "84.2.0"
1526+
const clientversion = "84.3.0"
15271527

15281528
// defaultHTTPTimeout is the default timeout on the http.Client used by the library.
15291529
// This is chosen to be consistent with the other Stripe language libraries and

0 commit comments

Comments
 (0)