The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2025.9.0 source code.tar.gz | 2025-09-29 | 10.0 MB | |
| 2025.9.0 source code.zip | 2025-09-29 | 11.2 MB | |
| README.md | 2025-09-29 | 3.6 kB | |
| Totals: 3 Items | 21.3 MB | 0 | |
This release introduces alphabetical sorting for collections, enhanced UI interactions, and expanded scripting capabilities through the new hopp namespace within the experimental scripting sandbox. It also includes numerous bug fixes and improvements across the platform.
Read more at: https://hoppscotch.com/blog/hoppscotch-v2025-9-0.
[!Note] It is not recommended to migrate or reformat your existing scripts to the new scripting APIs at this time. Upcoming updates are expected to introduce breaking changes as we continue to refine and improve the scripting experience.
The current rollout is intentionally gradual, allowing us to gather user feedback and iterate based on real-world usage.
All further updates to scripting will be scoped to the experimental scripting sandbox, which is the default, and the preference can be updated from
Settings → Experiments.Your feedback will be invaluable as we shape the next generation of Hoppscotch scripting.
What's Changed
- fix(common): correct indentation for nested endpoints in sidebar by @jarvis2754 in https://github.com/hoppscotch/hoppscotch/pull/5370
- fix: prevent empty entries when dragging items past last row by @aakashsbhatia2 in https://github.com/hoppscotch/hoppscotch/pull/5384
- fix(desktop): window lifecycle for instance switch by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5381
- fix: handle actions for logged-in users in case of token expiration by @chhaviG22 in https://github.com/hoppscotch/hoppscotch/pull/5249
- feature: add alphabetical sort for user and team collections by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5383
- fix(relay): multiple Set-Cookie headers in resp by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5394
- fix: ensure npm is installed for Node.js base image by @Leon-Luu in https://github.com/hoppscotch/hoppscotch/pull/5397
- chore: security patch for the dependency chain by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5400
- feat(scripting-revamp): introduce
hoppnamespace by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5388 - fix(native): bump
tauri-plugin-shelltov2.2.1by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5402 - refactor: streamline duplicated advanced param type definitions for oauth grant types by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5401
- fix: close modal on clicking overlay for non input modals by @anandude in https://github.com/hoppscotch/hoppscotch/pull/5403
- chore(agent): bump version to
0.1.14by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5405 - fix: race condition in active team collection tab inheritance by @mayank-jain-1010 in https://github.com/hoppscotch/hoppscotch/pull/5184
- chore: accept single character length name and trim white spaces by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/5412
- fix: highlight environment on string containing dot by @souravagrawal29 in https://github.com/hoppscotch/hoppscotch/pull/5409
New Contributors
- @aakashsbhatia2 made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5384
- @anandude made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5403
- @souravagrawal29 made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5409
Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2025.8.1...2025.9.0