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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
1
# Changelog
2
+
## 1.6.3 (2026-04-05)
3
+
* Add Project List Filter to restrict which projects appear in dropdowns using regex patterns
4
+
* Add Log Bucket Filter with include/exclude support — prefix patterns with `!` to exclude matching buckets (e.g., `!.*/_Default` to hide Default buckets)
5
+
* Fix race condition in variable query where default project could be unresolved before bucket/view queries run
6
+
2
7
## 1.6.2 (2026-03-18)
3
8
* Fix project dropdown search failing with "contains global restriction" error
4
9
* Fix `useEffect` dependency causing excessive API calls for log buckets and views
0 commit comments