2026.1.1
This 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