Skip to content

v1.4.0

Choose a tag to compare

@thim81 thim81 released this 23 Nov 15:54
· 21 commits to main since this release

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

IMG 2025-11-16 at 20 36 50@2x IMG 2025-11-16 at 20 31 19@2x IMG 2025-11-16 at 20 31 38@2x IMG 2025-11-16 at 20 32 40@2x IMG 2025-11-16 at 20 33 25@2x

JSON Path preview results:

IMG 2025-11-16 at 20 33 42@2x

JSON Path browser:

IMG 2025-11-16 at 20 34 13@2x

Apply Rules on past requests:

IMG 2025-11-16 at 20 35 17@2x IMG 2025-11-16 at 21 08 41@2x

Export / Import rules

IMG 2025-11-16 at 20 36 25@2x IMG 2025-11-17 at 08 03 42 IMG 2025-11-17 at 08 02 46

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.

IMG 2025-11-16 at 20 45 33@2x

feat: Export single operation as JSON

IMG 2025-11-16 at 20 25 42@2x

feat: Show MCP public info

IMG 2025-11-16 at 20 39 29@2x

feat: Toggle Inspectr MCP public access

IMG 2025-11-16 at 20 27 01@2x

improvement: Improve small screen display

IMG 2025-11-17 at 08 05 11

IMG 2025-11-16 at 20 28 42@2x IMG 2025-11-16 at 20 29 06@2x IMG 2025-11-16 at 20 29 27@2x

feat: Implement switch for toggling guard

IMG 2025-11-16 at 20 38 07@2x

feat: Show images data

IMG 2025-11-16 at 20 41 29@2x

feat: Option to Download binary files (PDF, Documents, ...)

IMG 2025-11-16 at 20 40 58@2x

feat: Version update info

IMG 2025-11-22 at 10 44 30

feat: Use API endpoints for Statistics

IMG 2025-11-16 at 20 44 14@2x

feat: Compare Statistics by tags

IMG 2025-11-19 at 23 28 26@2x

preview: Insights table with filtering

IMG 2025-11-16 at 20 42 42@2x

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.