2026.6.1

tracel-ai/burn2026.6.1Jul 15, 2026by jamesgeorge007

AI Summary

A patch release specifically for self-hosted deployments that resolves a Desktop App login loop, allows containers to run with arbitrary non-root UIDs, and enables response-cookie capture for Agent-routed requests.

Key Highlights

  • Fixes Desktop App login loop for self-hosted instances
  • Allows containers to run with arbitrary non-root UIDs
  • Enables response-cookie capture for Agent-routed requests
  • Adds a lighter JSON response renderer

New Features

  • Response-cookie capture for Agent-routed requests

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