Stripe.Net v41.0.0 Release Notes

Release Date: 2022-11-16 // over 1 year ago
  • ๐Ÿ’ฅ Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15.

    "โš ๏ธ" symbol highlights breaking changes.

    ๐Ÿšš โš ๏ธ Removed

    • โœ‚ Removed deprecated Sku resource (#2588)
    • โœ‚ Removed LineItem.Product property that was released by mistake. (#2587)
    • โœ‚ Removed deprecated SessionSubscriptionDataOptions.Items property. (#2587)
    • โœ‚ Removed deprecated Amount, Currency, Description, Images, Name properties from SessionLineItemOptions (https://github.com/stripe/stripe-dotnet/pull/2604)
    • โœ‚ Removed Charges field on PaymentIntent and replace it with LatestCharge. (https://github.com/stripe/stripe-dotnet/pull/2604)
    • โœ‚ Removed unused SessionDisplayItem class. (#2588)
    • โœ‚ Removed unused SessionDisplayItemCustom class. (#2588)
    • โœ‚ Remove support for TosShownAndAccepted on CheckoutSessionPaymentMethodOptionsPaynowOptions. The property was mistakenly released and never worked. (#2605)

    โš ๏ธ Changed

    • ๐Ÿ‘ IncrementalAuthorizationSupported and OvercaptureSupported become non-nullable in ChargePaymentMethodDetailsCardPresent.