v1.3.0
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
feat: Statistics HTTP Request duration: p50, p90, p95, p99
feat: Statistics top fastest and slowest P95 endpoints
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