2026.6.1
abus-aikorea/voice-pro2026.6.1Jul 15, 2026by jamesgeorge007
AI Summary
Fixes Desktop App login loop, adds support for arbitrary non-root UIDs, and enables response-cookie capture.
Key Highlights
- Fixed Desktop App login loop caused by empty auth cookies.
- Containers can now run with arbitrary non-root user IDs.
- Enables response-cookie capture for Agent-routed requests.
- Lazy-loads `jq-wasm` in the JSON lens renderer for better performance.
New Features
- Arbitrary non-root UID support for containers.
- Response-cookie capture functionality.
Full Release Notes
> [!Important] > This release applies to self-hosted deployments. Cloud web remains on the previous stable release, and the Cloud Desktop App release is deferred, while the personal-workspace data-loss issue ([#6483](https://github.com/hoppscotch/hoppscotch/issues/6483)) is being addressed. This patch release resolves a Desktop App login loop when signing in to self-hosted instances, adds support for running containers under arbitrary non-root user IDs, and enables response-cookie capture for Agent-routed requests, alongside a lighter JSON response renderer. ## What's Changed * feat: allow containers to run with arbitrary non-root UIDs by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/6481 * fix: desktop login loop caused by empty auth cookies by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/6502 * fix: bump `relay` for agent response-cookie capture and pin fork revisions by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/6496 * fix(common): lazy-load `jq-wasm` in the JSON lens renderer by @hassams in https://github.com/hoppscotch/hoppscotch/pull/6463 ## New Contributors * @hassams made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/6463 **Full Changelog**: https://github.com/hoppscotch/hoppscotch/compare/2026.6.0...2026.6.1