Changelog
Release Version: v0.14.1 | Release Date: Jan 16, 2025
What's Changed
๐ New Features
- Dashboard Enhancements:
- Added support for trellis charts (#5015).
- Logs drilldown support on dashboards (#5249).
- Functions UI design revamp (#5549).
- Pagination added for search job results (#5640).
- Alerts API V2:
- Fully revamped Alerts API with new endpoints for creation, updates, deletion, and more (#5469โ#5477).
- Alerts data migrated out of the meta table into a dedicated alerts table (#5390).
- New MoveAlert endpoint (#5626).
- Performance Improvements:
- Metrics cache implemented and optimized (#5688, #5716).
- Batch read data to prevent OOM for metrics (#5584).
- Decoupled super_cluster from table with dependency injection (#5698).
- Extended Functionality:
- HTTP TLS support (#5548, #5554).
- Added support for cross-stream type joins (#5452).
- Introduced root-only login for enhanced security (#5505).
- Retention for search jobs (#5655).
๐ Fixes
Search and Navigation
- Fixed search issues across folders in the dashboard (#5318, #5639).
- Resolved duplicate entries in streams (#5404).
- Enhanced search handling for WebSocket and multi-stream scenarios (#5547, #5693).
UI/UX Enhancements
- Addressed dashboard resize and drilldown errors (#5524, #5525).
- Improved tooltip and notification handling (#5573, #5619).
- Fixed pipeline redirection and organization-changing issues (#5678, #5681).
Metrics and Charts
- Resolved mismatched metrics ingestion and rendering issues (#5649, #5673).
- Fixed histogram and bar chart data handling with breakdown fields (#5430, #5641, #5624).
Backend Stability
- Fixed panic issues in the compactor and RUM deadlock (#5349, #5558).
- Improved derived stream execution and error reporting (#5476).
- Resolved database migration and lock issues (#5611, #5653).
- Enforced unique folder names in migrations (#5689).
๐งช Testing and Automation
- Enhanced test coverage with new and updated PyTest and Playwright test cases for service accounts, folders, pipelines, and UI features (#5258, #5570).
- Automated negative test cases for folder API and other critical features (#5586, #5667).
๐ Chores and Documentation
- Kubernetes cluster naming added to Helm chart instructions (#5361).
- Adjusted log levels and enhanced compactor metrics (#5399, #5429).
- Cleaned up old alert code and migrated data (#5711, #5712).
- Improved OpenAPI documentation for alerts (#5519).
๐ณ Docker Images
Available at:
- https://gallery.ecr.aws/zinclabs/openobserve
- https://hub.docker.com/r/openobserve/openobserve/tags Version tags:
public.ecr.aws/zinclabs/openobserve:v0.14.1
public.ecr.aws/zinclabs/openobserve:v0.14.1-simd
public.ecr.aws/zinclabs/openobserve:v0.14.1-arm64-pi
public.ecr.aws/zinclabs/openobserve-enterprise:v0.14.1
openobserve/openobserve:v0.14.1
openobserve/openobserve:v0.14.1-simd
๐ Documentation: https://openobserve.ai/docs/
New Contributors
- made their first contribution in
- -7 made their first contribution in