From 51f37f125a1d6ed1e7626ba92367a717417373b3 Mon Sep 17 00:00:00 2001 From: Adam Yeats <16296989+adamyeats@users.noreply.github.com> Date: Wed, 12 Feb 2025 15:14:35 +0000 Subject: [PATCH] Prepare v4.8.0 (#1164) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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"