Changelog
New updates, improvements, and bug fixes for Observyze.
New versions are rolled out gradually and may take a few hours to reach all edge nodes.
1.0.12
June 5, 2026
Cost Attribution Formatting and Reliability
Improvements (2)
- Refactored the dashboard metrics to calculate realtime KPIs more accurately.
- Updated React Query cache invalidation across all settings panels to prevent state leakage between organizations.
Fixes (4)
- Fixed an issue where traces with extremely low costs (e.g. gpt-4o-mini) were incorrectly formatted as $0.0000. They now correctly display up to 6 decimal places.
- Resolved a bcrypt authentication bug where some placeholder hashes were failing validation.
- Fixed a memory leak on the Settings page caused by background polling intervals not clearing on unmount.
- Fixed a state duplication issue when updating Webhook URLs and Alert integrations.
1.0.11
June 2, 2026
Hallucination Scoring and Circuit Breakers
Improvements (3)
- Introduced automated Hallucination Scoring using LLM-as-a-judge (OpenRouter fallbacks).
- Added the ability to set strict Circuit Breakers based on hallucination thresholds to prevent downstream errors.
- Overhauled the trace timeline UI to better visualize nested agent spans.
Fixes (2)
- Resolved intermittent latency spikes in the proxy gateway under high concurrent load.
- Fixed a visual alignment bug in the project selector dropdown.