Skip to content

Commit 70b2d0b

Browse files
committed
Bump version to 49.3.0-alpha.1
1 parent 8272f73 commit 70b2d0b

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## 49.3.0-alpha.1 - 2025-11-06
4+
* [#3243](https://github.com/stripe/stripe-dotnet/pull/3243) Update generated code for private-preview
5+
* Add support for new resource `TransitBalance`, `V2.Reporting.ReportRun`, `V2.Reporting.Report`
6+
* Add support for `Create` and `Get` methods on resource `V2.Reporting.ReportRun`
7+
* Add support for `Get` method on resource `V2.Reporting.Report`
8+
* Add support for `Create` and `Refill` test helper methods on resource `Capital.FinancingOffer`
9+
* Add support for `AllocatedFunds` on `Charge`, `PaymentIntentConfirmOptions`, `PaymentIntentCreateOptions`, and `PaymentIntentUpdateOptions`
10+
* Add support for thin events `V2ReportingReportRunCreatedEvent`, `V2ReportingReportRunFailedEvent`, `V2ReportingReportRunSucceededEvent`, and `V2ReportingReportRunUpdatedEvent` with related object `V2.Reporting.ReportRun`
11+
312
## 49.2.0-alpha.2 - 2025-10-30
413
* [#3242](https://github.com/stripe/stripe-dotnet/pull/3242) Update generated code for private-preview
514
* Add support for `PaymentMethodPreview` on `DelegatedCheckout.RequestedSession`
@@ -242,6 +251,8 @@ This release changes the pinned API version to `2025-09-30.preview`. It is built
242251
* Add support for thin events `V2MoneyManagementRecipientVerificationCreatedEvent` and `V2MoneyManagementRecipientVerificationUpdatedEvent` with related object `V2.MoneyManagement.RecipientVerification`
243252
* [#3188](https://github.com/stripe/stripe-dotnet/pull/3188) ParseThinEvent__Experimental is no longer needed
244253
* ⚠️ Remove the `StripeClient. ParseThinEvent__Experimental` and `PushedEvent` classes. They've been replaced with `StripeClient.ParseEventNotification` and the *`EventNotification` classes respectively.
254+
* Remove support for resources `V2.Reporting.ReportRun`, `V2.Reporting.Report`
255+
* Remove support for thin events `V2ReportingReportRunCreatedEvent`, `V2ReportingReportRunFailedEvent`, `V2ReportingReportRunSucceededEvent`, and `V2ReportingReportRunUpdatedEvent` with related object `V2.Reporting.ReportRun`
245256

246257
## 49.0.0 - 2025-09-30
247258
This release changes the pinned API version to `2025-09-30.clover` and contains breaking changes (prefixed with ⚠️ below)

VERSION

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

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 = "49.2.0-alpha.2";
5+
public const string Current = "49.3.0-alpha.1";
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>49.2.0-alpha.2</Version>
5+
<Version>49.3.0-alpha.1</Version>
66
<LangVersion>8</LangVersion>
77
<Authors>Stripe, Jayme Davis</Authors>
88
<!--

0 commit comments

Comments
 (0)