2026.3.0 & 2026.3.1
Released: March 27 – April 10, 2026New features
- Cloud for organizations on desktop — The desktop app now supports cloud-connected organizations, so you can access your org workspaces directly from the desktop client.
- User workspace memberships in admin dashboard — Admins can now view which workspaces a user belongs to from the admin dashboard, making it easier to manage team access.
- Optional SMTP authentication and TLS settings — Self-hosted deployments can now configure
MAILER_SMTP_IGNORE_TLSand run SMTP without authentication, giving you more flexibility when setting up email for your instance.
Updates
- Keyboard shortcuts on non-English layouts — Shortcuts now work correctly regardless of your keyboard layout, including numpad support for tab switching. See keyboard shortcuts for the full list.
- Clipboard shortcuts on Linux (desktop) — The desktop app on Linux now includes a native Edit menu, restoring copy, paste, and other clipboard shortcuts.
- OAuth2 code challenge method — Your PKCE code challenge method selection now persists correctly when using OAuth2 authorization.
- OpenAPI import improvements — Importing OpenAPI specs now uses the operation title as a fallback name, and response examples are populated correctly. Learn more about importing collections.
Bug fixes
- Newly created folders now appear immediately in the save-as dialog when organizing collections.
- Fixed an issue where request history entries could lose fields when restored.
- Team collections now load the full folder tree when importing a workspace.
- File attachments are now handled correctly when generating HAR exports.
- Tooltips on icon-only buttons inside popovers are restored.
- Fixed an infinite retry loop that could occur when authentication tokens expired permanently.
- Resolved several security hardening fixes across the platform.
2026.2.0 & 2026.2.1
Released: February 23 – March 4, 2026New features
- API documentation versioning — You can now publish multiple versions of your API documentation, letting consumers reference the exact version they need.
- Organization switcher — A new dropdown-based switcher makes it easy to move between organizations from anywhere in the app. See workspaces.
- URL encode/decode context menu — Right-click any URL or parameter value to quickly encode or decode it, right from the context menu.
- Search and pagination in admin teams list — Self-hosted admins can now search and paginate the teams list in the admin dashboard.
Updates
- Legacy interceptor system deprecated — The legacy interceptor has been deprecated in favor of the current interceptor. If you’re still using it, now is a good time to switch.
- Improved responsive layout for realtime pages — Realtime API testing pages now handle smaller screens and overflow content more gracefully.
Bug fixes
- Secret environment variables are now correctly resolved in basic auth headers.
- Mock servers now load reliably on initialization and workspace changes.
- Fixed a scrollbar appearing in the URL input on Firefox.
- Modal dialogs now display at the correct width on more screen sizes.
- Opening a request from search results no longer causes a TypeError.
- Variable tooltips with long values no longer overflow the viewport.
- Fixed a corrupted sandbox state that could cause the app to hang.
- CLI scripts with module prefixes now execute correctly.
- Resolved a database connection leak in self-hosted infrastructure config operations.
- Auth cookie expiration now uses the correct duration format.
2026.1.0 & 2026.1.1
Released: January 20 – February 5, 2026New features
- jq for JSON response filtering — Response filtering now uses jq instead of JSONPath, giving you a more expressive way to query JSON responses. Learn more about response handling.
- Web Crypto API in scripting sandbox — Scripts now have access to the Web Crypto API, enabling cryptographic operations like hashing and signing directly in your pre-request and test scripts.
- User roles in member stack tooltips — Hovering over team member avatars now shows their role, making it easier to identify who has what access in your workspace.
- Full request path in tab tooltips — Tab tooltips now display the complete request path, so you can distinguish between similarly named requests.
Bug fixes
- Fixed a performance issue that could cause the app to hang when highlighting very large responses.
- Prevented duplicate request IDs when duplicating requests.
- Resolved memory leaks in the experimental scripting sandbox.
- Fixed broken scrolling on the latest Chrome versions.
- The support menu no longer triggers accidentally inside code editors.