Back ||
v2025.10.0
October 30th 2025
Release Notes - v2025.10.0
API Mock Servers, Postman Script Import Support, Chai.js Assertions, Agent Redirect Control, Auth Improvements and more! 🚀
New Features
Improvements

Highlights
- API Mock Servers to simulate endpoints with custom responses, headers and status codes.
- Experimental Postman script import support during collection import (v2.0 and v2.1 formats) with user consent requirement - helps migrate existing test scripts and automation logic with known limitations for legacy patterns.
- Chai.js-powered assertions in scripts providing a robust foundation for test automation.
- 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:
$randomCompanyNamepredefined variable and better env fallbacks.
👉 Read the full release blog
Added
- API Mock Servers with dynamic responses
- Experimental Postman script import support (v2.0/v2.1 collections) with user consent - supports common patterns with known limitations for legacy features
- Chai.js-based assertions for powerful test scripting
- Hoppscotch Agent: control redirect follow behavior
- Automatic auth refresh token flow when tokens expire
- Configurable session cookie name
$randomCompanyNamepredefined variable
Fixed
- Preserve PKCE and client secret during Postman collection imports
- Experimental scripting sandbox: preserve file uploads
- Avoid rapid polling while fetching teams in selector
- Add missing token checks to request save workflow
- Graceful shutdown and container stop when
stopAppis called - Reset onboarding state on infra config reset
Changed
- Security patch for the dependency chain
- CI: pin Node.js to v22 to avoid isolated-vm incompatibility
- CI: Agent workflow with platform jobs