-
2026.2.1 Stable
released this
2026-03-04 16:39:52 +03:00 | 31 commits to main since this release📅 Originally published on GitHub: Thu, 05 Mar 2026 07:46:22 GMT
🏷️ Git tag created: Wed, 04 Mar 2026 13:39:52 GMTThis patch release addresses a security issue related to Personal Access Token deletion, a regression with stored request payloads that could override collection identifiers, and list truncation beyond 10 items in team workspaces, alongside minor bug fixes.
What's Changed
- fix(common): hide horizontal scrollbar in Firefox for URL input by @Theproudcold in https://github.com/hoppscotch/hoppscotch/pull/5906
- fix(backend): prevent request payload from overriding id and name by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5913
- fix(backend): enforce user ownership when deleting PAT by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5916
- fix(common): update documentation link for mock server by @sh3xu in https://github.com/hoppscotch/hoppscotch/pull/5929
- fix(backend): bump Prisma packages to
7.4.2by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5932
New Contributors
- @Theproudcold made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5906
- @sh3xu made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5929
Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.2.0...2026.2.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
2026.2.0 Stable
released this
2026-02-26 10:08:51 +03:00 | 37 commits to main since this release📅 Originally published on GitHub: Thu, 26 Feb 2026 07:54:12 GMT
🏷️ Git tag created: Thu, 26 Feb 2026 07:08:51 GMTThis 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
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
2026.1.1 Stable
released this
2026-02-05 13:09:47 +03:00 | 61 commits to main since this release📅 Originally published on GitHub: Thu, 05 Feb 2026 11:03:07 GMT
🏷️ Git tag created: Thu, 05 Feb 2026 10:09:47 GMTThis patch release fixes broken scroll on Chrome
v144+, auth cookie handling on macOS, and database connection leaks, alongside mock server and OpenAPI import improvements.What's Changed
- fix(common): handle null request
refinInspectionServicefor test-runner tabs by @Leon-Luu in https://github.com/hoppscotch/hoppscotch/pull/5814 - fix: broken scroll on latest chrome versions by @mayank-jain-1010 in https://github.com/hoppscotch/hoppscotch/pull/5816
- fix(common): prevent support menu from triggering in editors by @Leon-Luu in https://github.com/hoppscotch/hoppscotch/pull/5811
- fix(backend): use duration instead of timestamp for auth cookie maxAge by @njg7194 in https://github.com/hoppscotch/hoppscotch/pull/5821
- fix(backend): resolve database connection leak in infra-config operations by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5825
- chore(backend): upgrade nodemailer dependency to
v8by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5833 - fix(common): correctly populate OpenAPI response examples by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/5831
- fix(cli): strip module prefix before script execution by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5835
- fix(common): correctly load mock servers on initialization and workspace change by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5832
New Contributors
- @njg7194 made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5821
Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.1.0...2026.1.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- fix(common): handle null request
-
2026.1.0 Stable
released this
2026-01-28 09:17:31 +03:00 | 72 commits to main since this release📅 Originally published on GitHub: Wed, 28 Jan 2026 08:05:29 GMT
🏷️ Git tag created: Wed, 28 Jan 2026 06:17:31 GMTThis release introduces
jq-based JSON response filtering, Web Crypto API support and memory leak fixes in the experimental scripting sandbox, alongside desktop cloud organization infrastructure, CLI fixes, and backend performance improvements.Note
This release replaces
JSONPathwithjqfor JSON response filtering. Please refer to #5703 for details.What's Changed
- feat(common): add copy functionality to console output entries by @aparna-bhatt in https://github.com/hoppscotch/hoppscotch/pull/5743
- fix(common): environment variable mapping when referencing other variables by @AaronFortG in https://github.com/hoppscotch/hoppscotch/pull/5704
- fix: strip comments from JSON request bodies in CLI by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5769
- fix(cli): inherit collection variables in folders without own variables by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5771
- fix(common): prevent hang when highlighting large responses by @chhaviG22 in https://github.com/hoppscotch/hoppscotch/pull/5714
- feat(common): use jq for JSON response filtering by @gerardbalaoro in https://github.com/hoppscotch/hoppscotch/pull/5703
- feat(common): add
armeniantranslation by @NarekCodes in https://github.com/hoppscotch/hoppscotch/pull/5740 - fix(common): correct typo in repo
Frenchlocale by @NoobFullStack in https://github.com/hoppscotch/hoppscotch/pull/5733 - feat(common): update and complete Dutch translations for Hoppscotch UI by @NoobFullStack in https://github.com/hoppscotch/hoppscotch/pull/5734
- fix(common): prevent duplication of request ID when duplicating requests by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5781
- fix: improve endpoint parsing in parseExample method by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5762
- feat: migrate ESLint to
v9across packages by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5773 - fix(common): restore scrolling on response panel by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/5783
- chore: security patch for the dependency chain v2026.1.0 by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5786
- chore(common): complete missing Spanish translations by @taberoajorge in https://github.com/hoppscotch/hoppscotch/pull/5761
- feat(js-sandbox): add extensive Web Crypto API support by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5791
- fix(backend): prevent cross-user
orderIndexcorruption and collection deadlocks by @shaezard in https://github.com/hoppscotch/hoppscotch/pull/5647 - docs(desktop): add installation instruction using
Homebrewby @swanandvk in https://github.com/hoppscotch/hoppscotch/pull/5790 - fix(common): ignore shift keybindings in CodeMirror editors by @Leon-Luu in https://github.com/hoppscotch/hoppscotch/pull/5794
- feat(desktop): host mapping infra for cloud orgs by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5795
- fix(desktop): use store dir for unified store path by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5799
- feat(common): show full request path in tab tooltip by @abhibarkade in https://github.com/hoppscotch/hoppscotch/pull/5750
- feat(common): display user roles in member stack tooltips by @Leon-Luu in https://github.com/hoppscotch/hoppscotch/pull/5793
- fix: prevent memory leaks in experimental scripting sandbox by @jamesgeorge007 in #5800
New Contributors
- @aparna-bhatt made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5743
- @gerardbalaoro made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5703
- @NarekCodes made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5740
- @NoobFullStack made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5733
- @taberoajorge made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5761
- @shaezard made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5647
- @swanandvk made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5790
- @abhibarkade made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5750
Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2025.12.1...2026.1.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
2025.12.1 Stable
released this
2026-01-06 11:38:29 +03:00 | 99 commits to main since this release📅 Originally published on GitHub: Tue, 06 Jan 2026 10:16:41 GMT
🏷️ Git tag created: Tue, 06 Jan 2026 08:38:29 GMTThis patch release stabilises the Desktop App by fixing the macOS white-screen crash caused by repeated store path lookups, and hardens backend rate limiting behind proxies, along with a small desktop UI cleanup.
What's Changed
- chore: apply ThrottlerBehindProxyGuard across controllers by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5746
- fix: remove redundant label on the Desktop App by @jamesgeorge007 in
f34e06b7d1 - perf(desktop): cache store path resolution by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5747
Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2025.12.0...2025.12.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00