mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
-
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