What’s Changed
🚀 New
- Added support for exporting APIs in OpenAPI format. #4283
- Added XML view support in editors, allowing you to view and edit XML responses directly in the API Client. #4303
- Added support for drag-and-drop reordering of requests within collections. #4226
- Added autocomplete suggestions while adding request headers. #4318
🛠 Fixes
- Fixed linting behavior in Bulk Header Edit mode. #4335
- Fixed issue where
rq.iterationData.get()was not retrieving variables from data files. #4362 - Fixed issue where data files were not persisting after refresh. #4365
- Fixed GraphQL imports to correctly open in their dedicated view. #4392
- Fixed URL variable autocomplete dropdown issues. #4398

