Back ||
v2025.10.0

October 30th 2025

Release Notes - v2025.10.0

API Mock Servers, Chai.js-based Assertions with Postman Compatibility, Agent Redirect Control, Auth Improvements and more! 🚀

New Features
Improvements

Highlights

  • API Mock Servers to simulate endpoints with custom responses, headers and status codes.
  • Chai.js-powered assertions in scripts with a Postman compatibility layer for easier migration.
  • Agent now supports redirect follow control for accurate testing of redirect flows.
  • Improved authentication with automatic refresh token flow and stronger token checks.
  • Developer experience boosts: $randomCompanyName predefined variable and better env fallbacks.

Added
  • API Mock Servers with dynamic responses
  • Chai.js-based assertions with Postman compatibility layer
  • Hoppscotch Agent: control redirect follow behavior
  • Automatic auth refresh token flow when tokens expire
  • Configurable session cookie name
  • $randomCompanyName predefined variable
Fixed
  • Preserve PKCE and client secret during Postman collection imports
  • Experimental scripting sandbox: preserve file uploads
  • Improve scripting value handling and serialization in JS sandbox
  • Avoid rapid polling while fetching teams in selector
  • Add missing token checks to request save workflow
  • Mock server UI improvements and legacy collections fallback ref ID
  • Graceful shutdown and container stop when stopApp is called
  • Reset onboarding state on infra config reset
  • Prevent log injection
Changed
  • Security patch for the dependency chain
  • CI: pin Node.js to v22 to avoid isolated-vm incompatibility
  • CI: Agent workflow with platform jobs