Skip to content

Commit a521774

Browse files
committed
Bump version to 84.4.0-alpha.3
1 parent 9120320 commit a521774

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## 84.4.0-alpha.3 - 2026-02-11
4+
* [#2264](https://github.com/stripe/stripe-go/pull/2264) Update generated code for private-preview
5+
* Add support for new resources `V2BillingCadenceSpendModifier`, `V2BillingOneTimeItem`, and `V2BillingRateCardCustomPricingUnitOverageRate`
6+
* Add support for `Del`, `Get`, `List`, and `New` methods on resource `V2BillingRateCardCustomPricingUnitOverageRate`
7+
* Add support for `Get`, `List`, `New`, and `Update` methods on resource `V2BillingOneTimeItem`
8+
* Add support for `Get` method on resource `V2BillingCadenceSpendModifier`
9+
* Add support for `SettlementType` on `ApplicationFee`
10+
* Add support for `RateCardCustomPricingUnitOverageRateDetails` on `InvoiceItemPricing` and `InvoiceLineItemPricing`
11+
* Add support for new value `rate_card_custom_pricing_unit_overage_rate_details` on enums `InvoiceItemPricing.Type` and `InvoiceLineItemPricing.Type`
12+
* Add support for `DefaultSettings` on `InvoiceCreatePreviewScheduleDetailsParams`
13+
* Add support for `PaymentBehavior` on `SubscriptionResumeParams`
14+
* Add support for `EffectiveAt` and `SpendModifierRule` on `V2BillingIntentActionApplyParams`, `V2BillingIntentActionApply`, `V2BillingIntentActionRemoveParams`, and `V2BillingIntentActionRemove`
15+
* Change type of `V2BillingIntentActionApply.Type`, `V2BillingIntentActionApplyParams.Type`, `V2BillingIntentActionRemove.Type`, and `V2BillingIntentActionRemoveParams.Type` from `literal('invoice_discount_rule')` to `enum('invoice_discount_rule'|'spend_modifier_rule')`
16+
317
## 84.4.0-alpha.2 - 2026-02-04
418
* [#2262](https://github.com/stripe/stripe-go/pull/2262) Update generated code for private-preview
519
* Add support for new resource `V2CoreConnectionSession`

VERSION

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

stripe.go

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

17281728
// clientversion is the binding version
1729-
const clientversion = "84.4.0-alpha.2"
1729+
const clientversion = "84.4.0-alpha.3"
17301730

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

0 commit comments

Comments
 (0)