Releases: grafana/clickhouse-datasource
Releases Β· grafana/clickhouse-datasource
grafana-clickhouse-datasource v4.11.2
grafana-clickhouse-datasource v4.10.2
4.10.2
Fixes
grafana-clickhouse-datasource v4.9.0
4.9.0
Features
- Add support for the Grafana row_limitconfiguration setting.
- Add support for kind, status, instrumentation library, links, events and state data for traces (#1043, #1208)
- Cancel JSON paths query after 10s (#1206)
- SQL Editor now suggests database, table, column, and function names while typing (#1204)
- Add SQL Formatter button + shortcut for making long queries more readable in the editor (#1205)
Fixes
- Fixed "run query" shortcut from running stale query (#1205)
- Dependency updates
grafana-clickhouse-datasource v4.8.2
4.8.2
Fixes
- Dependency updates
grafana-clickhouse-datasource v4.8.1
4.8.1
Fixes
- Dependency updates
grafana-clickhouse-datasource v4.8.0
4.8.0
Features
- Enable CtrlCmd + Enter keyboard shortcut to Run Query (#1158)
Fixes
- Refactor MutateResponsefunction and PDC dialler creation (#1155)
- Refactor clickhouse.Connectto improve context cancellation handling (#1154)
- Prevent usage of failed connections and improve connection management (#1156). Please note that following this change, the following limits will be set. Although we believe these limits are reasonable, you can adjust them in the datasource settings if needed:
- MaxOpenConnsto 50.
- MaxIdleConnsto 25.
- ConnMaxLifetimeto 5 minutes.
 
- Dependency updates
grafana-clickhouse-datasource v4.7.0
4.7.0
Features
- Add JSON column sub-paths to column selection in query builder
- Added events support in trace detail view.(#1128)
grafana-clickhouse-datasource v4.6.0
4.6.0
Features
- Add support for new Variant, Dynamic, and JSON types (#1108)
Fixes
- Optimized performance for log volumes processing using ClickHouse multiSearchAny