diff --git a/CHANGELOG.md b/CHANGELOG.md index f54d4466..8e671f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 4.8.0 + +### Features + +- Enable CtrlCmd + Enter keyboard shortcut to Run Query (#1158) + +### Fixes + +- Refactor `MutateResponse` function and PDC dialler creation (#1155) +- Refactor `clickhouse.Connect` to 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: + - `MaxOpenConns` to 50. + - `MaxIdleConns` to 25. + - `ConnMaxLifetime` to 5 minutes. +- Dependency updates + ## 4.7.0 ### Features diff --git a/package.json b/package.json index ee06d6e0..c4a4a647 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clickhouse-datasource", - "version": "4.7.0", + "version": "4.8.0", "description": "Clickhouse Datasource", "engines": { "node": ">=20"