Skip to content

Commit e085d89

Browse files
authored
Release 4.17.0 (#1821)
1 parent fa42346 commit e085d89

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 4.17.0
4+
5+
### Features
6+
7+
- Allow `$__adhocFilters` macro to work with multiple tables (#1757)
8+
9+
### Performance
10+
11+
- Hold a single `*sql.DB` on `SchemaProvider` and dispose it with the instance (#1819)
12+
13+
### Fixes
14+
15+
- Dedupe autocomplete suggestions and dispose Monaco providers on unmount (#1820)
16+
- Map adhoc regex operators to `REGEXP` instead of `ILIKE` (#1794)
17+
- Close `*sql.DB` after each schema introspection query (#1818)
18+
- Dependency updates
19+
320
## 4.16.0
421

522
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clickhouse-datasource",
3-
"version": "4.16.0",
3+
"version": "4.17.0",
44
"description": "Clickhouse Datasource",
55
"engines": {
66
"node": ">=20"

0 commit comments

Comments
 (0)