stripe v74.1.0 Release Notes

Release Date: 2022-11-17 // over 1 year ago
    • โšก๏ธ #1574 API Updates
      • Add support for CustomText on CheckoutSessionParams, CheckoutSession, PaymentLinkParams, and PaymentLink
      • Add support for HostedInstructionsURL on PaymentIntentNextActionPaynowDisplayQrCode and PaymentIntentNextActionWechatPayDisplayQrCode

Previous changes from v74.0.0

  • ๐Ÿ’ฅ 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 (#1557)
    • โœ‚ Removed lineitem.Product property that was released by mistake. (#1555)
    • โœ‚ Removed deprecated CheckoutSessionSubscriptionDataParams.Items field. (#1555)
    • โœ‚ Removed deprecated EphemeralKey.AssociatedObjects field. (#1566)
    • โœ‚ Removed deprecated Amount, Currency, Description, Images, Name properties from CheckoutSessionLineItemParams (https://github.com/stripe/stripe-go/pull/1570)
    • โœ‚ Removed Charges field on PaymentIntent and replace it with LatestCharge. (https://github.com/stripe/stripe-go/pull/1570)
    • โฌ‡๏ธ Dropped support for Go versions less than 1.15 (#1554)
    • โœ‚ Remove support for TOSShownAndAccepted on CheckoutSessionPaymentMethodOptionsPaynowParams. The property was mistakenly released and never worked (#1571).