Skip to content

Commit fd9b24e

Browse files
bossincaangelisc
andauthored
Prepare 4.13.0 (#1547)
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
1 parent d386de1 commit fd9b24e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

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+
318
## 4.12.0
419

520
### Features

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.12.0",
3+
"version": "4.13.0",
44
"description": "Clickhouse Datasource",
55
"engines": {
66
"node": ">=20"

0 commit comments

Comments
 (0)