🎁 New
💄 Improved
- Support OpenAPI 3.2 QUERY and additional operations on import (#591)
- Fill OAuth client ID and secret from environment variables on OpenAPI import (#587, feedback)
- Import spec-level OpenAPI security as workspace authentication (#601)
- Generate XML bodies and serialize deepObject, label, and matrix parameters on OpenAPI import (#602)
🛠️ Fixed
- Read combined short flags as separate options when importing cURL (#577)
- Render all columns in irregular CSV responses (#584)
- Fix the app not activating after a relaunch on macOS (#583)
- Quote apostrophes and file paths when copying as cURL or gRPCurl (#593)
- Keep --data-urlencode values whole and tolerate a stray % on cURL import (#597)
- Preserve OpenAPI security requirement semantics on import (#586)
- Fix OpenAPI import of array $refs, cookie parameters, mid-segment path templates, and typed examples (#599)
- Preserve the base URL variable when an OpenAPI document omits servers (#585, feedback)