Skip to content

v1.8.0

Choose a tag to compare

@thim81 thim81 released this 15 Feb 11:14
· 5 commits to main since this release

New features

💎 This release delivers a major upgrade focused on stability, performance, streaming reliability of Inspectr Expose, and including some improvements and streamlined behaviour (Copy Curl header sanitisation, UTC times, bundle Monaco Editor, negative rules operators).

The biggest change is a fully reworked Expose Tunnel (V2) with improved behavior for:

  • standard request/response
  • SSE and HTTP streaming
  • long-lived HTTP connections
  • chunked transfer encoding
  • HTTP upgrade/full-duplex scenarios

✨ The CLI has been improved with better runtime configuration, stronger tunnel resilience (pooling + auto re-register), aligned time format reporting and new rule-engine capabilities with negative operators.

🖥️ The Inspectr App adds better usability improvements, and new workflow features such as enabling Expose directly from Settings and richer operation tooling.

🚀 Enjoy the newest release and let us know what you think in our Discord channel

feat: JSON Export indent option

IMG 2026-02-02 at 10 24 03

feat: Enable Expose via Settings

IMG 2026-02-14 at 11 49 57

Changelog

Inspectr

  • feat: Expose Tunnel V2
  • feat: Expose tunnel pooling
  • feat: Expose tunnel auto re-register
  • feat: JSON Export indent option
  • feat: Add support for negative operators
  • feat: Enable Expose at runtime
  • feat: Sanitise config input (Listen port, App port, ...)
  • fix: Standardize timestamps to UTC
  • fix: Improve error handling for listener accept logic
  • fix: Spacing with emojis

Inspectr App

  • feat: JSON Export indent option
  • feat: Enable Expose via Settings
  • feat: Copy as curl header filtering
  • feat: Bundled local Monaco Editor
  • UX: Responsive tweaks
  • UX: Tweak Request History notification
  • UI: Show MCP session ID
  • UI: Hide Correlation ID when not set
  • fix: Preserve operation selection during trace navigation
  • fix: Show streaming event-frames realtime
  • chore: Create components for the Workspace actions
  • chore: Bump Vite

Full Changelog: v1.7.0...v1.8.0