Skip to content

Commit 3b426c1

Browse files
committed
Bump version to 84.5.0-alpha.3
1 parent fa697db commit 3b426c1

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 84.5.0-alpha.3 - 2026-03-11
4+
* [#2289](https://github.com/stripe/stripe-go/pull/2289) Update generated code for private-preview
5+
* Add support for new resource `RadarIssuingAuthorizationEvaluation`
6+
* Add support for `New` method on resource `RadarIssuingAuthorizationEvaluation`
7+
* Add support for new value `fee_credits` on enum `BalanceTransaction.BalanceType`
8+
* ⚠️ Rename `AffiliateAttributions` to `AffiliateAttribution` on `DelegatedCheckoutRequestedSessionConfirmParams` and `DelegatedCheckoutRequestedSessionParams`
9+
* Add support for `AmountToCounter` on `Dispute`
10+
* Add support for `FrozenFields` on `InvoiceItem`
11+
* Add support for new value `next_billing_period_start` on enum `V2BillingIntentActionApplyEffectiveAt.Type`
12+
* Add support for `Consumer` on `V2CoreAccountConfigurationCardCreatorCapabilitiesParams`, `V2CoreAccountConfigurationCardCreatorCapabilities`, `V2CoreAccountIdentityAttestationsTermsOfServiceCardCreatorParams`, and `V2CoreAccountIdentityAttestationsTermsOfServiceCardCreator`
13+
* Add support for `FifthThird` on `V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialParams`, `V2CoreAccountConfigurationCardCreatorCapabilitiesCommercial`, `V2CoreAccountIdentityAttestationsTermsOfServiceCardCreatorCommercialParams`, and `V2CoreAccountIdentityAttestationsTermsOfServiceCardCreatorCommercial`
14+
* Add support for `PrepaidCard` on `V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCrossRiverBankParams`, `V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCrossRiverBank`, `V2CoreAccountIdentityAttestationsTermsOfServiceCardCreatorCommercialCrossRiverBankParams`, and `V2CoreAccountIdentityAttestationsTermsOfServiceCardCreatorCommercialCrossRiverBank`
15+
* Add support for new values `commercial.cross_river_bank.prepaid_card`, `commercial.fifth_third.charge_card`, `consumer.celtic.revolving_credit_card`, `consumer.cross_river_bank.prepaid_card`, and `consumer.lead.prepaid_card` on enums `V2CoreAccountFutureRequirementsEntryImpactRestrictsCapability.Capability` and `V2CoreAccountRequirementsEntryImpactRestrictsCapability.Capability`
16+
* Add support for `PaymentMethodData` on `V2PaymentsOffSessionPaymentParams`
17+
* Add support for new values `commercial.cross_river_bank.prepaid_card`, `commercial.fifth_third.charge_card`, `consumer.celtic.revolving_credit_card`, `consumer.cross_river_bank.prepaid_card`, and `consumer.lead.prepaid_card` on enum `EventsV2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEvent.UpdatedCapability`
18+
* [#2293](https://github.com/stripe/stripe-go/pull/2293) Xavdid/merge go private preview
19+
320
## 84.5.0-alpha.2 - 2026-03-04
421
This release changes the pinned API version to `2026-03-04.preview`.
522

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
84.5.0-alpha.2
1+
84.5.0-alpha.3

stripe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ func AddBetaVersion(betaName string, betaVersion string) error {
17281728
//
17291729

17301730
// clientversion is the binding version
1731-
const clientversion = "84.5.0-alpha.2"
1731+
const clientversion = "84.5.0-alpha.3"
17321732

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

0 commit comments

Comments
 (0)