Changelog
v0.105.1December 17, 2025
OpenAPI Specification Auto-Generation
SigNoz now auto-generates OpenAPI documentation for its APIs, making programmatic integration easier. A CLI command produces comprehensive API specs covering authentication, users, organizations, sessions, and preferences. The specification is validated in CI to stay in sync with code changes.
Bug Fixes
- Default columns now display correctly in Logs and Traces explorers without cross-contamination between views
- Global Actions (CMD/CTRL+K) command palette replaced with improved implementation featuring better styling, keyboard navigation, and role-based access control
- Input fields in metrics custom functions no longer overflow, with dynamic resizing between 70-150px and tooltip display for longer values
- Filters work correctly in External APIs view when filtering by environment, service, or other attributes
Maintenance
- AWS API Gateway dashboards refactored to support REST, HTTP, and WebSocket API types
- Query parser APIs added for extracting groups and metric names from ClickHouse and PromQL queries (backend utilities for upcoming features)
- JSON body metadata utilities and metrics explorer backend APIs prepared for future frontend enhancements