Skip to content

Commit bdeea62

Browse files
committed
update
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
1 parent 7b403f6 commit bdeea62

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
### What's Changed
66

77
- React 19 compatibility for Grafana 13
8+
- Add quick filters with value autocomplete and clearer filter operations
9+
- Show useful default log messages for OTEL logs when no message field is configured
810
- Migrate e2e tests from Cypress to Playwright and add Quickwit datasource e2e test
911
- Add Grafana version matrix to e2e tests
1012
- Fix Shift-Enter keymapping on latest Grafana versions
13+
- Fix missing `AND` when adding ad hoc filters
14+
- Document Grafana 12.1+ plugin installation with `GF_PLUGINS_PREINSTALL_SYNC`
15+
- Handle Grafana 13 overlays in e2e tests
1116
- Bump Go and Node dependencies to fix high vulnerabilities
1217
- Bump `grafana/plugin-actions/is-compatible` GitHub action
1318

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ The Quickwit data source plugin allows you to query and visualize Quickwit data
77
## 🎉 What's New in v0.6.0
88

99
- **Grafana 12.1+ and 13 Support** (React 19 compatibility)
10+
- **Quick filters** with value autocomplete and clearer filter operations
11+
- **Better OTEL log display** when no message field is configured
1012
- **Playwright e2e tests** replacing Cypress, with a Grafana version matrix
1113
- **Fixed Shift-Enter keymapping** on latest Grafana versions
14+
- **Fixed ad hoc filters** when appending filters to existing queries
1215
- **Security updates**: Go and Node dependency bumps
1316

1417
It is available for installation directly from the

0 commit comments

Comments
 (0)