We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d386de1 commit fd9b24eCopy full SHA for fd9b24e
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## 4.13.0
4
+
5
+### Features
6
7
+- Support for hiding table names in ad-hoc filters (#1493)
8
+- Allow manual placement of ad-hoc filters (#1488)
9
+- Add support for Nullable(Enum8/16) column types (#1523)
10
+- Add dashboard variable to control AdHoc filter syntax (#1464)
11
12
+### Fixes
13
14
+- Fix generating query with column names containing colons (#1538)
15
+- Update config HTTPS language (#1537)
16
+- Dependency updates
17
18
## 4.12.0
19
20
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "clickhouse-datasource",
- "version": "4.12.0",
+ "version": "4.13.0",
"description": "Clickhouse Datasource",
"engines": {
"node": ">=20"
0 commit comments