You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## 0.3.1 - 2025-02-18
4
+
5
+
### Added
6
+
7
+
- Added query editor aggregation stage autocomplete. Enter `$` when the cursor is inside brackets `{}` and you will get a list of stage operators to select.
8
+
- Added annotation query support
9
+
- Added new variables `$__from_oid` and `$__to_oid` which are Mongo ObjectIds generated from the panel's current time range
0 commit comments