grafana-clickhouse-datasource v4.8.0
·
0 commits
to 51f37f125a1d6ed1e7626ba92367a717417373b3
since this release
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