|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 18 | ## 48.6.0-alpha.1 - 2025-08-27
|
4 | 19 | * [#3166](https://github.com/stripe/stripe-dotnet/pull/3166) Use the right API version 2025-08-27.preview
|
5 | 20 | * [#3162](https://github.com/stripe/stripe-dotnet/pull/3162) Update generated code for private-preview
|
6 |
| - |
| 21 | + |
7 | 22 | * Add support for `AttachCadence` method on resource `Subscription`
|
8 | 23 | * Add support for `Currency` and `ExternalCustomerId` on `Billing.AlertTriggered`
|
9 | 24 | * 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`.
|
100 | 115 | * [#3160](https://github.com/stripe/stripe-dotnet/pull/3160) Bring back invoice payments APIs that were missing in the public preview SDKs
|
101 | 116 | * Add support for new resource `InvoicePayment`
|
102 | 117 | * Add support for `Get` and `List` methods on resource `InvoicePayment`
|
103 |
| - |
| 118 | + |
104 | 119 | * [#3155](https://github.com/stripe/stripe-dotnet/pull/3155) Fix links to pinned api versions in CHANGELOG.md in beta branch
|
105 | 120 |
|
106 | 121 | ## 48.5.0-beta.1 - 2025-07-30
|
@@ -420,7 +435,7 @@ See [SaaS platform payments with subscription billing using Accounts v2](https:/
|
420 | 435 | * Change `Invoice.amount_overpaid` and `QuotePreviewInvoice.amount_overpaid` to be required
|
421 | 436 | * Change type of `PaymentAttemptRecord.PaymentMethodDetail.custom` and `PaymentRecord.PaymentMethodDetail.custom` from `nullable(PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCustomDetails)` to `PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCustomDetails`
|
422 | 437 | * Change `PaymentRecord.ReportPaymentParams.payment_reference` to be optional
|
423 |
| - |
| 438 | + |
424 | 439 | * [#3069](https://github.com/stripe/stripe-dotnet/pull/3069) Enhance beta version handling in ApiVersion
|
425 | 440 | * `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.
|
426 | 441 |
|
@@ -508,7 +523,7 @@ See [SaaS platform payments with subscription billing using Accounts v2](https:/
|
508 | 523 |
|
509 | 524 | ## 47.5.0-beta.1 - 2025-03-18
|
510 | 525 | * [#3062](https://github.com/stripe/stripe-dotnet/pull/3062) Beta SDK updates between Open API versions 1473 and 1505
|
511 |
| - |
| 526 | + |
512 | 527 | * Add support for `SucceedInputCollection` and `TimeoutInputCollection` test helper methods on resource `Terminal.Reader`
|
513 | 528 | * Add support for `TargetDate` on `OrderPaymentSettingsPaymentMethodOptionsAcssDebitOptions`, `OrderPaymentSettingsPaymentMethodOptionsAcssDebit`, `OrderPaymentSettingsPaymentMethodOptionsSepaDebitOptions`, and `OrderPaymentSettingsPaymentMethodOptionsSepaDebit`
|
514 | 529 |
|
@@ -933,7 +948,7 @@ However, [a bug](https://github.com/stripe/stripe-dotnet/pull/3010) in the `46.x
|
933 | 948 | ## 45.6.0-beta.1 - 2024-07-25
|
934 | 949 | * [#2938](https://github.com/stripe/stripe-dotnet/pull/2938) Update generated code for beta
|
935 | 950 | ⚠️ `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 | + |
937 | 952 | * Add support for new resources `Billing.AlertTriggered`, `Billing.Alert`, and `Tax.Association`
|
938 | 953 | * Add support for `Activate`, `Archive`, `Create`, `Deactivate`, `Get`, and `List` methods on resource `Alert`
|
939 | 954 | * 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
|
2379 | 2394 | ## 40.4.0-beta.1 - 2022-08-23
|
2380 | 2395 | * [#2563](https://github.com/stripe/stripe-dotnet/pull/2563) API Updates for beta branch
|
2381 | 2396 | - 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) |
2383 | 2398 | * [#2561](https://github.com/stripe/stripe-dotnet/pull/2561) Make APIVersion configuration settable
|
2384 | 2399 |
|
2385 | 2400 | ## 40.3.0 - 2022-08-19
|
|
0 commit comments