Skip to content

v0.3.0

Choose a tag to compare

@thim81 thim81 released this 24 Mar 09:01
· 38 commits to main since this release

What's new

You no longer need to keep the Inspectr App open in your browser to capture requests. The Inspectr Proxy now stores any incoming requests locally and syncs them with the App once it’s reopened. That way, you’ll never miss a request.

Inspectr Ingress now filters out extra HTTP headers added by Cloudflare protection. These were cluttering the request view with unnecessary information. Your captured requests will now show only the relevant headers

Changelog

  • feat: Store operations in-memory or on disk
  • feat: Load historical operations based on Last-Event-ID
  • feat: Remove operations from Inspectr storage
  • feat: Filter out Ingress headers
  • chore: Bumped Inspectr dependencies
  • chore: Refactored Catch logic into a service
  • chore: Tweaked log levels

Released by GoReleaser.