2026.6.1

ocrmypdf/OCRmyPDF2026.6.1Jul 15, 2026by jamesgeorge007

AI Summary

This patch release targets self-hosted deployments, addressing a Desktop App login loop and introducing container security features. It also enhances the Agent functionality by adding response-cookie capture and improves performance with a lighter JSON renderer.

Key Highlights

  • Fixes Desktop App login loop when signing in to self-hosted instances.
  • Enables containers to run with arbitrary non-root user IDs.
  • Adds response-cookie capture support for Agent-routed requests.
  • Optimizes JSON response renderer by lazy-loading `jq-wasm`.

New Features

  • Support for arbitrary non-root user IDs in containers.
  • 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