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: apps/zui/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## v1.7.0
2
+
- Update Zed to [v1.15.0](https://github.com/brimdata/zed/releases/tag/v1.15.0)
3
+
- Update Brimcap to [v1.7.0](https://github.com/brimdata/brimcap/releases/tag/v1.7.0), which includes a new Zeek [v6.2.0-brim1](https://github.com/brimdata/build-zeek/releases/tag/v6.2.0-brim1)
4
+
- For Zeek `files` events, the `is_orig` value is now used to determine the `tx_host` and `rx_host` values in the Correlation view (#3004)
5
+
- The Zed service launched by Zui now attempts to compact stored data every 5 minutes (#3006)
6
+
-**Export Results** has been enhanced to allow export to pools or the clipboard (paste buffer) (#2985, #3017)
7
+
- Improve syntax error presentation by using the `/compile` endpoint of the Zed service rather than the JS Zed query parser (#2972, #3034)
8
+
- Fix an issue where Zui's query editor would not load when running air-gapped (i.e., no Internet connection) (#3032)
9
+
- Fix an issue where issuing the query `yield typeof({})` produced a stack trace (#2996)
10
+
- Fix an issue where issuing a new query while the stacked bar chart is loading triggered an error (#2996)
11
+
- Fix an issue in dark mode where font colors made text invisible during pool renames (#3028)
12
+
- Fix an issue where a large JSON object could not be loaded in Zui (#3026)
13
+
- Fix an issue where hitting the Back button too many times could cause the lost of session history (#3041)
14
+
1
15
## v1.6.0
2
16
- Update Zed to [v1.13.0](https://github.com/brimdata/zed/releases/tag/v1.13.0)
3
17
- Update Brimcap to [v1.6.0](https://github.com/brimdata/brimcap/releases/tag/v1.6.0), which includes a new Zeek [v6.0.3-brim1](https://github.com/brimdata/build-zeek/releases/tag/v6.0.3-brim1)
0 commit comments