2026.2.0
songquanpeng/one-api2026.2.0Feb 26, 2026by jamesgeorge007
AI Summary
This release introduces API documentation versioning, a unified dropdown-based switcher for Cloud orgs tier, and scripting sandbox reliability improvements, alongside security patches, bug fixes, and enhancements.
Key Highlights
- API documentation versioning support
- Unified dropdown-based switcher for Cloud orgs tier
- Security patches addressing IDOR and onboarding bypass vulnerabilities
- Improved scripting sandbox reliability and auto-recovery
New Features
- API documentation versioning
- Unified dropdown-based organization switcher
- Search and pagination to teams list in admin panel
- Cloud for orgs platform contract
Full Release Notes
This release introduces API documentation versioning, a unified dropdown-based switcher for Cloud orgs tier, and scripting sandbox reliability improvements, alongside security patches, bug fixes, and enhancements. Read more at: https://hoppscotch.com/blog/hoppscotch-v2026-2-0. > [!Note] > This release includes database migrations required for the API Documentation versioning feature. If you are self-hosting, please ensure you run the latest migrations after upgrading. Please refer to the [documentation](https://docs.hoppscotch.io/documentation/self-host/community-edition/install-and-build#running-migrations) for more context. ## What's Changed * feat(common): URL encode/decode context menu actions by @KanhaiyaPandey in https://github.com/hoppscotch/hoppscotch/pull/5782 * fix(common): correctly resolve secret environment variables in basic auth header by @aviu16 in https://github.com/hoppscotch/hoppscotch/pull/5879 * fix: auto-recover from corrupted sandbox state by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5874 * fix(common): improve responsive layout and overflow in realtime pages by @chandraprakash-pandey in https://github.com/hoppscotch/hoppscotch/pull/5843 * chore: security patch for the dependency chain `v2026.2.0` by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5887 * feat(sh-admin): add search and pagination to teams list by @Leon-Luu in https://github.com/hoppscotch/hoppscotch/pull/5803 * chore(common): deprecate legacy interceptor system by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5830 * chore(common): update `Czech` locale with improved translations by @lubomirblazekcz in https://github.com/hoppscotch/hoppscotch/pull/5895 * fix(backend): resolve security advisories for IDOR and onboarding bypass by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5897 * feat(common): add foundational support for dropdown-based organization switcher by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5890 * feat: api documentation versioning by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5676 * fix(common): constrain variable tooltip to viewport for long values by @aviu16 in https://github.com/hoppscotch/hoppscotch/pull/5878 * fix(common): resolve TypeError when opening request from search results by @Leon-Luu in https://github.com/hoppscotch/hoppscotch/pull/5842 * fix(common): increase modal dialog width for more screen sizes by @iDschepe in https://github.com/hoppscotch/hoppscotch/pull/5884 * feat(desktop): cloud for orgs platform contract by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5903 * fix(backend): prevent IDOR in user collection and request endpoints by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5902 ## New Contributors * @KanhaiyaPandey made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5782 * @aviu16 made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5879 * @chandraprakash-pandey made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5843 * @lubomirblazekcz made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5895 * @iDschepe made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5884 **Full Changelog**: https://github.com/hoppscotch/hoppscotch/compare/2026.1.1...2026.2.0