2026.1.1
songquanpeng/one-api2026.1.1Feb 5, 2026by jamesgeorge007
AI Summary
A patch release fixing broken scroll on Chrome v144+, auth cookie handling on macOS, and database connection leaks, alongside improvements to mock servers and OpenAPI imports.
Key Highlights
- Fix broken scroll on Chrome v144+
- Fix auth cookie handling on macOS
- Resolve database connection leaks in infra-config operations
- Improve mock server and OpenAPI response examples
Full Release Notes
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 `ref` in `InspectionService` for 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 `v8` by @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