2025.11.0
This release introduces API Documentation for sharing specifications, the ability to send requests from the scripting context, mock server improvements, and a portable instance manager for the Desktop App. It also includes a comprehensive security patch, alongside bug fixes and improvements.
Read more at: https://hoppscotch.com/blog/hoppscotch-v2025-11-0.
[!Note] This release comprises database migrations for the API Documentation feature. Ensure to run the latest migrations after upgrading. Please refer to the documentation for more context.
It is recommended to use the Agent interceptor on the Web App and the Native interceptor on the Desktop App for
fetch,hopp.fetchandpm.sendRequestusages.On self-hosted instances, there is a known security concern with same-origin requests made from scripts to Hoppscotch's own backend API using cookie-based authentication, as these bypass CSRF protections. The scripting interceptor inspector will warn when this pattern is detected.
Core desktop improvements are included. Your data will be automatically backed up; if needed, see
Help & Feedback→Documentation→Downgrading and Restoring Backups.
Breaking Changes:
- CLI: Dropped support for Node.js
v20. Minimum required version is now Node.jsv22. - Development: Updated web target configuration and requires Node.js
v22(affects local development only, does not impact end users).
What's Changed
- fix: resolve collection variable referencing issues by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/5584
- fix(common): prevent duplicate requests from showing active indicator simultaneously by @chhaviG22 in https://github.com/hoppscotch/hoppscotch/pull/5605
- chore: security patch for the dependency chain v2025.11.0 by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5590
- fix: filter undefined values in config and update build files by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5610
- chore(agent): bump agent and dependency chain by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5607
- chore(desktop): bump desktop shell dependencies by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5612
- feat: API Documentation by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/5499
- fix(common): agent interceptor dependency compat by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5613
- feat(desktop): portable phase-3: instance manager by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5421
- feat: mock server feature enhancements by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5609
- feat: add platform-specific import support for personal collections by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5570
- fix: API documentation UI flow improvements by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/5618
- feat(common): add better ux to profile page by enabling routing for each tab by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5544
- feat(scripting-revamp): add support for sending requests in scripting context by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5596
- fix: guard tauri calls with kernel check by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5619
- feat(common): add erase response functionality with keybindings by @12fahed in https://github.com/hoppscotch/hoppscotch/pull/5435
- fix(common): GraphQL argument addition and click event propagation by @notKvS in https://github.com/hoppscotch/hoppscotch/pull/5448
- docs(cli): add workspace dependency build requirements to README by @iw4p in https://github.com/hoppscotch/hoppscotch/pull/5440
- feat: improve documentation UI and add published docs indicators by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/5620
New Contributors
- @12fahed made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5435
- @iw4p made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5440
Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2025.10.1...2025.11.0