3.3.1 (2024-12-27)
Enhancements:
- Add using window functions instead of
runningDifference
andneighbor
for macros, to avoidallow_deprecated_error_prone_window_functions
, fix #572 - Add public coverage report summary, fix #660
- Add support
DateTime(timezone)
types to Annotations query, fix #642 - Add single stat panel with categories, fix #403
- Add log context windows size to connection settings, fix #657
- Add
X-ClickHouse-SSL-Certificate-Auth
support, fix #580 - Add
$columnsMs
macro, fix #430 - Add
adhoc hide table names
connection settings option, fix #456
Fixes:
- Add transposed table example, fix #404
- Add "show DateTime As is" dashboard to avoid show DateTime fields in browser timezone, fix #450
- Refactoring
Logs
visualization, add "config from query result" transformation, fix #449 - Refactoring
adhoc
filters, add connection option to allow hide table names from field name, fix #456 - Checked tooltip visualization in Grafana 11.x, fix #478
What's Changed
- Add dashboard for single stat panel by @lunaticusgreen in #681
- Updating functions tests by @antip00 in #685
- Add using window functions instead of
runningDifference
andneighbor
for macros by @Slach in #684 - Add datetime with timezones support to annotation queries by @lunaticusgreen in #682
- Adding coversall to the tests. by @antip00 in #683
- X509 certificates authorization by @Slach in #691
- Adding tests for float and timestamp64 default values. by @antip00 in #689
- Add transposed table example by @lunaticusgreen in #694
- add
$columnsMs
macro, by @Slach in #695 - Window functions tests by @antip00 in #693
- Tests fixes. by @antip00 in #696
- Add
adhoc hide table names
connection settings option, by @Slach in #698 - Fixing tests fails. by @antip00 in #700
- Add refIds for logs and timeseries by @lunaticusgreen in #699
- test annotations support by @antip00 in #702
- add dashboard for reproduce table visualization behavior for show DateTime columns as is without browser timezone conversion by @Slach in #701
Full Changelog: v3.3.0...v3.3.1