Back ||
v2025.11.0

November 27th 2025

Release Notes - v2025.11.0

API Documentation (Beta), Scripting Revamp, Portable Desktop Apps, Mock Server Enhancements and more! 🚀

New Features
Improvements

Highlights

  • API Documentation (Beta): Create, edit, and view rich API documentation. Supports Markdown, code snippet generation for multiple languages, and sidebar navigation. Teams can collaboratively publish documentation to a public URL.



  • Scripting Revamp: Enhanced scripting sandbox now supports hopp.fetch(), global fetch(), and pm.sendRequest() in pre/post-request scripts. This enables advanced workflows like token refreshes, chained requests, and complex validations, all while respecting the chosen interceptor with strong typing.



  • Portable Desktop Apps: Major update introducing portable builds for both Cloud and Self-Hosted editions (Community and Enterprise). Run Hoppscotch instantly without installation, offering greater flexibility for restricted environments.



  • Mock Server Enhancements: Now supports using environment variables for mock URLs, streamlining workflow across environments. Includes a new Pet Store example collection for exploring CRUD capabilities and improved UX for creating example collections.



  • CLI Updates: The minimum supported Node.js version for the CLI is now v22. If you’re on Node.js v20 (EOL in April, 2026), you can continue using CLI v0.26.0 alongside v2025.10.1 of the Hoppscotch app. Future CLI versions will require Node.js v22 or higher.



  • Other Improvements: Added platform-specific import support for personal collections, improved Profile Page UX with routing, and new keybindings for erasing responses.



This update includes new features and core desktop improvements. Your data will be backed up automatically. If needed, see Downgrading and Restoring Backups.



👉 Read the full release blog


Added
  • API Documentation (Beta) with public publishing
  • Scripting: hopp.fetch(), global fetch(), and pm.sendRequest()
  • Portable Desktop Apps for Cloud and Self-Hosted
  • Mock Server: Environment variables for mock URLs
  • Mock Server: Pet Store example collection
  • Erase Response functionality with keybindings
Fixed
  • Collection variable referencing issues
  • Duplicate active indicators for requests