github stripe/stripe-go v86.0.0

5 hours ago

This release doesn't change the pinned API version; it still uses 2026-05-27.dahlia.

We're doing an out-of-band-major to update a field type that changed. If you're not using tax_details, this is a no-op release when compared with the last one. If you are using tax_details its type has changed slightly and you'll have to update your code when upgrading.

  • #2375 ⚠️ Make tax_rate.tax_details expandable
  • #2370 Add "source" field to user-agent header
  • #2367 Remove Limit, StartingAfter, and EndingBefore fields for List methods that do not accept those fields
    • Fixes a bug where Limit, StartingAfter, and EndingBefore were embedded in CapabilityListParams and ReportingReportTypeListParams even though they are not valid parameters and would have always resulted in a 400 from the Stripe API if set. If you were including them before in either of those 2 structs, you can safely remove them.

See the changelog for more details.

Don't miss a new stripe-go release

NewReleases is sending notifications on new releases.