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.10.0 source code.tar.gz | 2025-10-31 | 10.2 MB | |
| 2025.10.0 source code.zip | 2025-10-31 | 11.5 MB | |
| README.md | 2025-10-31 | 3.8 kB | |
| Totals: 3 Items | 21.7 MB | 5 | |
This release introduces mock servers for simulating API responses, enhancements to the scripting suite, including Chai-powered assertions with experimental Postman script import support (see RFC [#5221]), the ability to disable HTTP redirects for native interceptors, alongside bug fixes and improvements.
Read more at: https://hoppscotch.com/blog/hoppscotch-v2025-10-0
Note: This release comprises database migrations for the mock server feature. Ensure to run the latest migrations after upgrading.
What's Changed
- refactor: cleanup sync logic and imports by @Prit1912 in https://github.com/hoppscotch/hoppscotch/pull/5428
- fix: reset
ONBOARDING_COMPLETEDtofalseduring infra config reset by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5496 - fix: ensure graceful shutdown and container stop when stopApp is called by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5494
- chore: security patch for the dependency chain v2025.10.0 by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5487
- fix: avoid rapid polling while fetching teams in selector by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/5485
- fix(common): preserve PKCE and client secret in postman collection imports by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5480
- feat: add auth refresh token flow if token expires by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/5490
- fix(common): preserve file uploads in experimental scripting sandbox by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5512
- feat(relay): control redirect follow by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5508
- feat(scripting-revamp): chai powered assertions and postman compatibility layer by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5417
- feat(ci): agent workflow with platform jobs by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5514
- feat: add
$randomCompanyNamepredefined variable by @EmanFateen in https://github.com/hoppscotch/hoppscotch/pull/5479 - feature: mock server by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5482
- feat: add configurable session cookie name by @CHANDRAHARSHIT in https://github.com/hoppscotch/hoppscotch/pull/5425
- fix(js-sandbox): resolve environment variable fallback behavior by @chhaviG22 in https://github.com/hoppscotch/hoppscotch/pull/5439
- chore: mock server name validation and prevent duplicates by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5524
- fix (common): address mock server issues and improve the UI by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5517
- feat(common): handle null collection and add private access hint for mock servers by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5527
- chore(agent): bump version to
v0.1.15by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5531 - feat(common): mock server ui improvements by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5532
- fix(common): use fallback ref ID for mock server creation with legacy collections by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5536
- chore:
v2025.10.0release by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5534
New Contributors
- @Prit1912 made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5428
- @EmanFateen made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5479
- @CHANDRAHARSHIT made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5425
Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2025.9.2...2025.10.0