You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve $ref parameter references — Parameters defined via $ref in components/parameters are now properly resolved before extraction
Merge path-item-level parameters — Parameters defined at the PathItem level are now inherited by all operations on that path (operation-level params take precedence per the OpenAPI spec)
Fix url variable name collision — Renamed internal URL construction variable to request_url to avoid shadowing when an operation has a parameter named url