Skip to content

Commit 779c812

Browse files
committed
Bump version to 48.6.0-alpha.2
1 parent c9b7cdd commit 779c812

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# Changelog
22

3+
## 48.6.0-alpha.2 - 2025-09-17
4+
* [#3173](https://github.com/stripe/stripe-dotnet/pull/3173) generate private-preview SDK w/ mid Sept changes
5+
* Add support for `retrieve` method on resource `V2.Core.ClaimableSandbox`
6+
* Add support for `month_of_year` on `V2.Billing.Cadence#create.billing_cycle.month` and `V2.Billing.Cadence.billing_cycle.month`
7+
* Add support for `claimed_at`, `expires_at`, `sandbox_details`, and `status` on `V2.Core.ClaimableSandbox`
8+
* Remove support for `api_keys` on `V2.Core.ClaimableSandbox`
9+
* Change type of `V2.Core.ClaimableSandbox.claim_url` from `string` to `nullable(string)`
10+
* Add support for new value `current_billing_period_end` on enums `V2.Billing.Intent#create.actions[].deactivate.effective_at.type` and `V2.Billing.IntentAction.deactivate.effective_at.type`
11+
* Add support for `will_activate_at` and `will_cancel_at` on `V2.Billing.PricingPlanSubscription.servicing_status_transitions` and `V2.Billing.RateCardSubscription.servicing_status_transitions`
12+
* Add support for `category` and `priority` on `V2.Billing.ServiceAction#create.credit_grant_per_tenant`, `V2.Billing.ServiceAction#create.credit_grant`, `V2.Billing.ServiceAction.credit_grant_per_tenant`, and `V2.Billing.ServiceAction.credit_grant`
13+
* Change `V2.Billing.LicenseFee#update.display_name` to be optional
14+
* Add support for `invoices` on `EventsV2BillingCadenceBilledEvent`
15+
* Add support for thin events `V2CoreClaimableSandboxClaimedEvent`, `V2CoreClaimableSandboxExpiredEvent`, `V2CoreClaimableSandboxExpiringEvent`, and `V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent` with related object `V2.Core.ClaimableSandbox`
16+
* Remove support for thin event `V2BillingCadenceErroredEvent` with related object `V2.Billing.Cadence`
17+
318
## 48.6.0-alpha.1 - 2025-08-27
419
* [#3166](https://github.com/stripe/stripe-dotnet/pull/3166) Use the right API version 2025-08-27.preview
520
* [#3162](https://github.com/stripe/stripe-dotnet/pull/3162) Update generated code for private-preview
6-
21+
722
* Add support for `AttachCadence` method on resource `Subscription`
823
* Add support for `Currency` and `ExternalCustomerId` on `Billing.AlertTriggered`
924
* Add support for `CustomPricingUnit` on `Billing.AlertTriggered`, `Billing.CreditBalanceSummary.Balance.AvailableBalance`, `Billing.CreditBalanceSummary.Balance.LedgerBalance`, `Billing.CreditBalanceTransaction.Credit.Amount`, `Billing.CreditBalanceTransaction.Debit.Amount`, `Billing.CreditGrant.Amount`, and `BillingCreditGrantAmountOptions`
@@ -100,7 +115,7 @@ This release changes the pinned API version to `2025-08-27.preview`.
100115
* [#3160](https://github.com/stripe/stripe-dotnet/pull/3160) Bring back invoice payments APIs that were missing in the public preview SDKs
101116
* Add support for new resource `InvoicePayment`
102117
* Add support for `Get` and `List` methods on resource `InvoicePayment`
103-
118+
104119
* [#3155](https://github.com/stripe/stripe-dotnet/pull/3155) Fix links to pinned api versions in CHANGELOG.md in beta branch
105120

106121
## 48.5.0-beta.1 - 2025-07-30
@@ -420,7 +435,7 @@ See [SaaS platform payments with subscription billing using Accounts v2](https:/
420435
* Change `Invoice.amount_overpaid` and `QuotePreviewInvoice.amount_overpaid` to be required
421436
* Change type of `PaymentAttemptRecord.PaymentMethodDetail.custom` and `PaymentRecord.PaymentMethodDetail.custom` from `nullable(PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCustomDetails)` to `PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCustomDetails`
422437
* Change `PaymentRecord.ReportPaymentParams.payment_reference` to be optional
423-
438+
424439
* [#3069](https://github.com/stripe/stripe-dotnet/pull/3069) Enhance beta version handling in ApiVersion
425440
* `StripeConfiguation.AddBetaVersion` will use the highest version number used for a beta feature instead of throwing an `Exception` on a conflict as it had done previously.
426441

@@ -508,7 +523,7 @@ See [SaaS platform payments with subscription billing using Accounts v2](https:/
508523

509524
## 47.5.0-beta.1 - 2025-03-18
510525
* [#3062](https://github.com/stripe/stripe-dotnet/pull/3062) Beta SDK updates between Open API versions 1473 and 1505
511-
526+
512527
* Add support for `SucceedInputCollection` and `TimeoutInputCollection` test helper methods on resource `Terminal.Reader`
513528
* Add support for `TargetDate` on `OrderPaymentSettingsPaymentMethodOptionsAcssDebitOptions`, `OrderPaymentSettingsPaymentMethodOptionsAcssDebit`, `OrderPaymentSettingsPaymentMethodOptionsSepaDebitOptions`, and `OrderPaymentSettingsPaymentMethodOptionsSepaDebit`
514529

@@ -933,7 +948,7 @@ However, [a bug](https://github.com/stripe/stripe-dotnet/pull/3010) in the `46.x
933948
## 45.6.0-beta.1 - 2024-07-25
934949
* [#2938](https://github.com/stripe/stripe-dotnet/pull/2938) Update generated code for beta
935950
⚠️ `InvoicePayment.Charge` and `InvoicePayment.PaymentIntent` were removed in favor of `InvoicePaymentPayment`, which encapsulates both. The Charge and PaymentIntent fields are now found at `InvoicePaymentPayment.Charge` `InvoicePaymentPayment.PaymentIntent`
936-
951+
937952
* Add support for new resources `Billing.AlertTriggered`, `Billing.Alert`, and `Tax.Association`
938953
* Add support for `Activate`, `Archive`, `Create`, `Deactivate`, `Get`, and `List` methods on resource `Alert`
939954
* Add support for `Find` method on resource `Association`
@@ -2379,7 +2394,7 @@ Breaking changes that arose during code generation of the library that we postpo
23792394
## 40.4.0-beta.1 - 2022-08-23
23802395
* [#2563](https://github.com/stripe/stripe-dotnet/pull/2563) API Updates for beta branch
23812396
- Updated stable APIs to the latest version
2382-
- `Stripe-Version` beta headers are not pinned by-default and need to be manually specified, please refer to [beta SDKs README section](https://github.com/stripe/stripe-dotnet/blob/master/README.md#beta-sdks)
2397+
- `Stripe-Version` beta headers are not pinned by-default and need to be manually specified, please refer to [beta SDKs README section](https://github.com/stripe/stripe-dotnet/blob/master/README.md#beta-sdks)
23832398
* [#2561](https://github.com/stripe/stripe-dotnet/pull/2561) Make APIVersion configuration settable
23842399

23852400
## 40.3.0 - 2022-08-19

VERSION

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

src/Stripe.net/Constants/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ namespace Stripe
22
{
33
internal class Version
44
{
5-
public const string Current = "48.6.0-alpha.1";
5+
public const string Current = "48.6.0-alpha.2";
66
}
77
}

src/Stripe.net/Stripe.net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Stripe.net is a sync/async client and portable class library for the Stripe API, supporting .NET Standard 2.0+, .NET Core 3.1+, and .NET Framework 4.6.1+. (Official Library)</Description>
5-
<Version>48.6.0-alpha.1</Version>
5+
<Version>48.6.0-alpha.2</Version>
66
<LangVersion>8</LangVersion>
77
<Authors>Stripe, Jayme Davis</Authors>
88
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0;netcoreapp3.1;netstandard2.0;net461</TargetFrameworks>

0 commit comments

Comments
 (0)