3.3.0 (2024-12-02)
Enhancements:
- Add dynamic filters to logs panel labels, fix #487, #672
- Allow change SQL for adhoc queries which select values, default query could be slow for generic use cases, depends on data, fix #330
- Allow change log context window size for Logs panel in Query Editor, fix #652
- Add coverage report, current line coverage is ~80%, fix #663
- Add logs context window size to default values in connection settings, fix #670
- Add
copy
button toGenerated SQL
area, fix #659 - Add support for the float and timestamp64(X) timestamps fix #626, fix #371
- Resolve security dependabot alerts remove unused cypress/e2e test
Fixes:
- extrapolation works properly on NaN
- e2e test cover more use cases
What's Changed
- Fix extrapolation NaN by @lunaticusgreen in #653
- Adding code coverage reports. [WIP] by @antip00 in #647
- Add customizable context window for logs by @lunaticusgreen in #654
- Adding tests for functions and macros.] by @antip00 in #658
- Bump uplot, @grafana/data, @grafana/runtime and @grafana/ui by @dependabot in #656
- add low_memory.xml for less clickhouse memory usage by @Slach in #664
- Fixing tests for extrapolation toggle to be stable. by @antip00 in #665
- merging coverage reports from unit and integration tests. Fixing requirements by @antip00 in #663
- Separating testflows code coverage report. by @antip00 in #667
- Improving adhoc tests. by @antip00 in #666
- Add customizable adhoc SQL query for select adhoc values by @lunaticusgreen in #655
- Removed not used dependency @grafana/e2e by @lunaticusgreen in #669
- Add clipboard copy to formatted SQL display by @lunaticusgreen in #671
- Issue 657 tests. by @antip00 in #674
- Add context window to default values by @lunaticusgreen in #670
- Fix connection settings clear all when change custom adhoc values SQL query by @lunaticusgreen in #676
- fixing Complex types in Labels for Logs Details visualization by @Slach in #673
- Default adhoc tests by @antip00 in #677
- Add support for the float and timestamp64(X) timestamps by @lunaticusgreen in #668
Full Changelog: v3.2.4...v3.3.0