Skip to content

Commit

Permalink
Prepare v4.8.0 (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyeats authored Feb 12, 2025
1 parent 28f86d0 commit 51f37f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clickhouse-datasource",
"version": "4.7.0",
"version": "4.8.0",
"description": "Clickhouse Datasource",
"engines": {
"node": ">=20"
Expand Down

0 comments on commit 51f37f1

Please sign in to comment.