v1.4.0
New features
feat: Rules
In this release we introduce the Rules Engine, a powerful no-code way to classify, enrich and analyse API requests and webhook events as they flow through Inspectr. With the Rules Engine you can define triggers (e.g., when an operation completes), set matching conditions (path, headers, status, latency, body fields) and attach actions (static or dynamic tags, Git branch, file value, remote lookup) to every matching event.
See the Rules documentation for more details
JSON Path preview results:
JSON Path browser:
Apply Rules on past requests:
Export / Import rules
preview: Trace mode
The new Tracing View brings end-to-end visibility to every request flowing through your system. Inspectr now visualizes each span in a clean, chronological timeline, making it easy to understand service interactions, spot slow components, and follow how tags and metadata evolve along the way. Whether you’re debugging complex chains or validating new deployments, the Tracing View gives you a clear, visual narrative of what really happened behind each request.
Review the Tracing Group docs for more context.
feat: Export single operation as JSON
feat: Show MCP public info
feat: Toggle Inspectr MCP public access
improvement: Improve small screen display
feat: Implement switch for toggling guard
feat: Show images data
feat: Option to Download binary files (PDF, Documents, ...)
feat: Version update info
feat: Use API endpoints for Statistics
feat: Compare Statistics by tags
preview: Insights table with filtering
Changelog
Inspectr
- feat: Inspectr directive inspectr-trace-id
- feat: Automatic Trace detection
- feat: Operations Compact endpoint
- feat: Add rules "Assign trace" action
- feat: Bucket statistics per status, method
- feat: Filter on Operations endpoint
- feat: Handle binary data (images, PDF, ...)
- feat: MCP server settings endpoint
- feat: Expose Inspectr services publicly
- feat: Protocol detection
- feat: Added Trace tools to MCP
- feat: Version check endpoint
Inspectr App
- feat: Introduce full Rules Engine UI (conditions → actions).
- feat: Add JSONPath match preview when creating conditions.
- feat: Add JSONPath Browser for exploring payload structure.
- feat: Enable applying rules on past requests.
- feat: Add export/import support for rule sets (JSON).
- feat: Add view for Trace Groups.
- feat: Allow exporting a single operation as JSON.
- feat: Show MCP public information in the UI.
- feat: Add toggle to enable/disable public access for MCP.
- feat: Display image data in request/response viewers.
- feat: Add ability to download binary responses (PDF, images, docs…).
- feat: Show version update notifications inside the UI.
- feat: Add statistics comparison by tags.
- feat: Dashboard widgets uses the new API statistics endpoints.
- improvement: Implement switch for toggling guard
- improvement: Better layout and behavior on small screens.
