Releases: requestly/requestly
Releases · requestly/requestly
Mar 9, 2026
What's Changed
🚀 New
- Added support for request body in GET requests (Desktop app only). #4403
- Added a raw preview option for HTML and image responses. #4431
🛠 Fixes
- Fixed an issue where null query parameters were sent with
=in requests. #4440 - Fixed an issue where non-string query parameter values could cause errors. #4472
- Fixed an issue where error files were not shown correctly in the single workspace sidebar. #4458
- Fixed an issue where requests could be saved with empty names. #4477
Full Changelog:
changelog-2026.03.02...changelog-2026.03.09
Mar 2, 2026
What's Changed
🚀 New
- Added support for dynamic variables. (#4321)
🛠 Fixes & Improvements
- Fixed an issue where saved session recordings could not be opened. (#4417)
- Simplified the API Client empty state to provide a cleaner, more focused “Get Started” experience. (#4435)
Full Changelog:
changelog-2026.02.23...changelog-2026.03.02
Feb 23, 2026
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
Full Changelog:
changelog-2026.02.16...changelog-2026.02.23
Feb 16, 2026
What's Changed
🚀 New
- Import cURL directly from the URL bar – Paste a cURL command straight into the request URL field and request fields get automatically populated as per the curl. #4193
✨ Improvements
- Draft badge for requests – Easily identify draft requests in the API Client. #4304
- Improved request tab spacing for better readability. #4325
🛠 Fixes
- Fixed partial import issues with Requestly collections in local workspaces. #4306
- Fixed undefined issue in basic auth updates. #4337
- Resolved editor crash when default value was not a string. #4308
- Improved handling of workspace switching for logged-out users. #4334
Full Changelog:
changelog-2026.02.09...changelog-2026.02.16
Feb 9, 2026
What's Changed
🚀 New
- Added Linting support for Script editors. #4200
🐛 Fixes
- Fixed an issue where some API requests would fail with an Unexpected token 'catch' error, preventing requests from running successfully. #4293
- Fixed a bug where query parameters didn’t load correctly on the first render, ensuring your requests show the right data immediately. #4287
- Added support for vendor-specific JSON content types (like application/vnd.api+json) so responses are correctly recognized and prettified. #4265
🙌 New Contributors
- Welcome @kaizen403 for their first contribution!
Full Changelog:
changelog-2026.02.02...changelog-2026.02.09
Feb 2, 2026
What’s Changed
🚀 New
- Added support for async pre-request and post-response scripts. #4215
- Added a right-click tab context menu to quickly close tabs to the left, right, or all at once. #4155
🐛 Fixes
- Fixed Prettify for JSON request bodies. #4232
- Improved error handling for invalid introspection schemas. #4238
🙌 New Contributors
- @jonalexjm made their first contribution by adding the tab context menu. #4155
Full Changelog:
changelog-2026.01.17...changelog-2026.02.02
Jan 27, 2026
What's Changed
🚀 New
- Added support for Ajv Formats. You can now validate specific formats like
email,date-time, andurlwithin your JSON Schema assertions.
🐛 Fixes
- Fixed Postman environment imports in local workspace.
- Fixed bug where variable values where not visible on hover in the request body.
- Fixed bug where imported environments were not visible in local workspace sidebar.
Full Changelog
changelog-2026.01.19...changelog-2026.01.17
Jan 19, 2026
What's Changed
🚀 New
- Added API Test Authoring Agent. Learn more ->
- Added a Bulk Editor to manage multiple headers and query params. #4107
🐛 Fixes
- Fixed an issue where the desktop app could not be closed properly. #4171
Full Changelog:
changelog-2026.01.12...changelog-2026.01.19
Jan 12, 2026
What's Changed
🚀 New
- Added comments support in Request Body ( JSON ) in API Client. #4110
- Added support for composite variables for more flexible variable composition. #4060
🐛 Fixes
- Fixed an issue where the active tab name incorrectly changed to “History.” #4100
Full Changelog:
changelog-2025.12.29...changelog-2026.01.12
Dec 29, 2025
What's Changed
🚀 New
- Requestly is now available via Chocolatey for easier installation and updates on Windows.
✨ Improvements
- Added support to define types for request query parameters and headers. #4001
- The Response panel now persists its state across interactions. #4064
- You can now view secret variable values directly from the variables popover when needed. #4050
🐛 Fixes
- Fixed an issue where the Content-Type header was sent even when a request had no body. #4055
- Fixed a UI bug where editor line numbers disappeared in files with more than 100 lines. #4068
- Fixed Postman imports to correctly respect enabled/disabled query parameters. #4070
- Improved API Client stability by safely handling requests with missing or empty bodies. #4081
Full Changelog: changelog-2025.12.22...changelog-2025.12.29