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_detailsexpandable - #2370 Add "source" field to user-agent header
- #2367 Remove
Limit,StartingAfter, andEndingBeforefields forListmethods that do not accept those fields- Fixes a bug where
Limit,StartingAfter, andEndingBeforewere embedded inCapabilityListParamsandReportingReportTypeListParamseven 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.
- Fixes a bug where