We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87642c4 commit 25481d6Copy full SHA for 25481d6
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+# 4.10.0
4
+
5
+### Features
6
7
+- Ad-hoc queries: Allow to filter by values inside the map (#1265)
8
9
+### Fixes
10
11
+- Fix ad-hoc filter application with templated target tables (#1241)
12
+- Dependency updates
13
14
# 4.9.1
15
16
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "clickhouse-datasource",
- "version": "4.9.1",
+ "version": "4.10.0",
"description": "Clickhouse Datasource",
"engines": {
"node": ">=20"
0 commit comments