2026.2.0
Added 5
- URL encode/decode context menu actions
- Search and pagination to teams list in sh-admin
- Foundational support for dropdown-based organization switcher
- API documentation versioning
- Cloud for orgs platform contract in desktop
Changed 1
- Update Czech locale with improved translations
Fixed 7
- Correctly resolve secret environment variables in basic auth header
- Auto-recover from corrupted sandbox state
- Improve responsive layout and overflow in realtime pages
- Constrain variable tooltip to viewport for long values
- Resolve TypeError when opening request from search results
- Increase modal dialog width for more screen sizes
- Prevent IDOR in user collection and request endpoints
Deprecated 1
- Legacy interceptor system
Security 2
- Security patch for the dependency chain
- Resolve security advisories for IDOR and onboarding bypass
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 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.0by @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
Czechlocale 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