Skip to content

v1.3.0

Choose a tag to compare

@thim81 thim81 released this 21 Oct 06:54
· 22 commits to main since this release

New features

feat: Performance boost

Performance matters, always!

Previously, Inspectr could handle around 15 requests per second, mainly limited by how storage writes were handled in SQLite.
In version 1.3.0, we’ve significantly boosted performance. Inspectr now easily handles 450+ requests per second!

We’ve optimized how storage writes are buffered and processed, making Inspectr much more efficient.
The main performance limit is now your system’s resources, especially the available RAM used for write buffering.

More info about our Performance & Privacy Principles visit: https://inspectr.dev/docs/concepts/performance-privacy/

feat: Unread counter for new operations

IMG 2025-10-04 at 16 12 11

feat: Statistics HTTP Request duration: p50, p90, p95, p99

IMG 2025-10-20 at 09 31 55

feat: Statistics top fastest and slowest P95 endpoints

IMG 2025-10-20 at 09 32 07

Changelog

Inspectr

  • feat: Inspectr directive inspectr-tag
  • feat: Added statistics: top fastest and slowest P95 endpoints
  • feat: Added additional statistics: successes per second
  • feat: Added additional statistics: P90, p99, errors per second
  • feat: Introduce queue handling
  • feat: Implement queue tasks
  • feat: License reset monthly usage on startup
  • preview: Extend MCP server with search & fetch tools for OpenAI

Inspectr App

  • feat: Unread counter for new operations
  • refactor: Move SSE connection logic to central workplace
  • feat: Statistics: HTTP Request duration: p50, p90, p95, p99
  • feat: Statistics: Top fastest and slowest P95 endpoints