Back ||
v2026.2.0
February 26th 2026
Release Notes - v2026.2.0
URL Encoding of Highlighted Text, API Docs Versioning, Stronger Security and more! 🚀
New Features
Improvements

Highlights
- Encode and Decode Highlighted Text: Select just the part of the URL you want to encode or decode — no need to transform the entire text. Great for working with complex query strings.
- Version Your API Documentation: Maintain and publish multiple versions of your API docs, so consumers always reference the right one as your API evolves.
- Easier Team Management for Admins: The teams list in the admin dashboard now has search and pagination, making it a breeze to manage large organizations.
- Stronger Security Across the Board: We’ve patched several vulnerabilities and tightened authorization checks across the platform to keep your data and your team’s data safe.
- Smarter Script Error Handling: The scripting sandbox now recovers automatically from bad states, so stale errors from previous runs won’t stick around and block your workflow.
- Better Look and Feel: Realtime pages now handle smaller screens gracefully, the environment variables dialog is roomier on large displays, and variable tooltips stay within view.
This update includes new features and important security fixes. Your data will be backed up automatically. If needed, see Downgrading and Restoring Backups.
👉 Read the full release blog
Added
- Encode or decode only the selected portion of a URL
- Search and pagination in the admin dashboard teams list
- API documentation versioning support
Fixed
- Secret environment variables in basic auth headers are now resolved correctly before encoding
- Scripting sandbox automatically recovers from corrupted state
- Realtime pages look and work better on smaller screens
- Updated dependencies to address security vulnerabilities
- Tightened access controls across collections, requests and onboarding
- Long variable values no longer overflow on hover
- Opening a request from search results no longer causes an error
- Environment variables dialog is wider on larger screens