# Hoppscotch 2026.6.1 - Product: Hoppscotch (https://whatsnew.fyi/product/hoppscotch) - Vendor: Hoppscotch - Date: 2026-07-15 - Version: 2026.6.1 - Original notes: https://github.com/hoppscotch/hoppscotch/releases/tag/2026.6.1 - Permalink: https://whatsnew.fyi/product/hoppscotch/releases/2026.6.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Allow containers to run with arbitrary non-root user IDs - **added** — Enable response-cookie capture for Agent-routed requests - **fixed** — Desktop App login loop caused by empty auth cookies when signing in to self-hosted instances - **changed** — Lazy-load jq-wasm in the JSON lens renderer for lighter response rendering > [!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