Back ||
v2026.6.0

June 29th 2026

Release Notes - v2026.6.0: Desktop Cookie Persistence, Security Hardening, and Mock Server Reliability

Desktop cookie persistence, security hardening, self-hosted sync fixes, mock server reliability updates and more! 🚀

New Features
Improvements

Highlights

  • Desktop Cookie Persistence and Reapplication: The desktop app now preserves and reapplies cookies reliably across sessions, making authenticated workflows and multi-step testing significantly smoother.



  • Ownership and Access Controls (Security): Backend APIs now enforce ownership on user history and private user fields, reducing the risk of unauthorized data access.



  • Self-Hosted Version Sync Reliability: Desktop now correctly syncs the self-hosted instance version from the manifest, reducing version mismatch issues in self-hosted setups.



  • Mock Server URL and Visibility Fixes: Domain-based mock server URLs now correctly append /backend when subpath access is enabled, and newly created mock servers now persist isPublic state correctly (defaulting to private).



  • Improved Collection and Request Handling: OpenAPI re-import now preserves collection tree structure, inherited collection headers now resolve environment variables correctly, JSON bodies are preserved in cURL parsing, and API docs sandbox development instructions were refreshed.



  • Security Hardening: This release includes backend ownership enforcement for user history and private user fields, stricter SMTP URL validation (rejecting path/query/fragment), and supply chain security patching for the v2026.6.0 dependency chain.



  • Admin and Platform Improvements: Self-hosted admin now surfaces which configuration fields block saving, update request class validation was fixed, and @hoppscotch/ui was bumped to v0.2.6 across packages.



This update includes new features and important security fixes. Your data will be backed up automatically. If needed, see Downgrading and Restoring Backups.


👉 Read the full release blog


Added
  • Desktop cookie persistence and reapplication
  • Self-hosted admin now surfaces which config fields block saving
  • Mock server domain-based URL now appends /backend when subpath access is enabled
Fixed
  • Desktop now syncs self-hosted instance version from manifest
  • Preserved JSON bodies in cURL parser
  • Resolved environment variables in inherited collection headers
  • Mock server now persists isPublic on creation and defaults to private
  • Preserved collection tree on OpenAPI re-import
  • Fixed class validation issue for updateRESTUserRequest
  • Updated js-sandbox development instructions in docs
  • Bumped @hoppscotch/ui dependency to v0.2.6 across packages
  • Added Thai language translation
  • Applied v2026.6.0 dependency chain security patch
  • Enforced minimum release age for supply chain hardening
  • Enforced ownership on user history and private user fields (backend)
  • Rejected path/query/fragment in SMTP URL validation (GHSA-v7q6-r45w-2c6r)