diff --git a/apps/zui/CHANGELOG.md b/apps/zui/CHANGELOG.md index 55352ffea6..71e9eff302 100644 --- a/apps/zui/CHANGELOG.md +++ b/apps/zui/CHANGELOG.md @@ -1,3 +1,15 @@ +## v1.6.0 +- Update Zed to [v1.13.0](https://github.com/brimdata/zed/releases/tag/v1.13.0) +- 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) +- Update Electron dependency to 28.0.0 (#2934, #2953) +- Enhance the [Zui Installation docs](https://zui.brimdata.io/docs/Installation) to describe the new feature to control when the app is [updated](https://zui.brimdata.io/docs/Installation#updates) to newer releases (#2950) +- Simplify how the termination of a spawned `zed serve` process is tied to the parent Zui process (#2956, #2957) +- Add a dark mode and new designs for pins, toolbars, detail/history panes, and saving queries (#2895) +- Adjust how Zui correlates new Zeek events in reaction to changes in Zeek's `files` events (#2981) +- Fix an issue where repository links in [Zui Insiders](https://github.com/brimdata/zui-insiders) had been incorrectly pointing to the regular Zui repo (#2935) +- Fix an issue where Zui incorrectly surfaced Brimcap errors as "Error: write EPIPE" or "Error: write EPIPE" instead of the detailed errors from pcap analyzers (#2955, #2991) +- Fix an issue where very long pool names caused the **Load Data** and **Query Pool** buttons to disappear (#2993) + ## v1.5.0 - Update Zed to [v1.12.0](https://github.com/brimdata/zed/releases/tag/v1.12.0) - Update Brimcap to [v1.5.5](https://github.com/brimdata/brimcap/releases/tag/v1.5.5) diff --git a/apps/zui/package.json b/apps/zui/package.json index a2b74c4f18..cbd715c752 100644 --- a/apps/zui/package.json +++ b/apps/zui/package.json @@ -5,7 +5,7 @@ "description": "Zed User Interface", "repository": "https://github.com/brimdata/zui", "license": "BSD-3-Clause", - "version": "1.5.0", + "version": "1.6.0", "main": "dist/main.js", "author": "Brim Data (http://www.brimdata.io)", "lake": { @@ -72,7 +72,7 @@ "acorn": "^7.4.1", "ajv": "^6.9.1", "animejs": "^3.2.0", - "brimcap": "brimdata/brimcap#v1.6.0-beta2", + "brimcap": "brimdata/brimcap#v1.6.0", "chalk": "^4.1.0", "chevrotain": "^10.5.0", "chrono-node": "^2.5.0", @@ -154,7 +154,7 @@ "use-resize-observer": "^8.0.0", "web-file-polyfill": "^1.0.4", "web-streams-polyfill": "^3.2.0", - "zed": "brimdata/zed#4eba82a1304f86997326279cfbeeb7449f415571", + "zed": "brimdata/zed#v1.13.0", "zui-test-data": "workspace:*" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index f8479775ec..6cd2cadac5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6841,12 +6841,12 @@ __metadata: languageName: node linkType: hard -"brimcap@brimdata/brimcap#v1.6.0-beta2": +"brimcap@brimdata/brimcap#v1.6.0": version: 1.1.2 - resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=979db041f1431ee74dd6549dda60528bb6e35c79" + resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=3aaa41225c6aeb2dcf64179cf2c67d61b4721ea5" bin: brimcap: build/dist/brimcap - checksum: 8b989f4f733247241f8b23280c839134b7b5a6ebf1e3a89249e95fcff4888f4a8d5fe4855bcafd9ead45d03be0ec39c3828e96196ca534e4619568f6c5b0b677 + checksum: 0f8ae038108819bbba3b7e690350fd2c1cdcb81bec8619e12ed89bdf8a9a5bf430dff6dcfe841c6d2aa8e163859f0357915574aa44b04cc9bff6bd2e7b9269c2 languageName: node linkType: hard @@ -19093,10 +19093,10 @@ __metadata: languageName: node linkType: hard -"zed@brimdata/zed#4eba82a1304f86997326279cfbeeb7449f415571": +"zed@brimdata/zed#v1.13.0": version: 0.33.0-dev - resolution: "zed@https://github.com/brimdata/zed.git#commit=4eba82a1304f86997326279cfbeeb7449f415571" - checksum: 27520ee2c4763055449c2f891184ca262c37eef07fc17033f261a341665e4faafca6f3dbebc3871c55506d94490190a3e755b4339f320951b51bbb63a83cb334 + resolution: "zed@https://github.com/brimdata/zed.git#commit=ca0c3a2e98c5758178e1f69e10a16c9675b89aa9" + checksum: 0f7ec3e5d71012c83382971ea95546d7ac912178928891d6258e6710577ed3eeaf0c07351d06f25b27920949c7586cfc815db5ddd2b1db004f501476a94a9562 languageName: node linkType: hard @@ -19207,7 +19207,7 @@ __metadata: acorn: ^7.4.1 ajv: ^6.9.1 animejs: ^3.2.0 - brimcap: "brimdata/brimcap#v1.6.0-beta2" + brimcap: "brimdata/brimcap#v1.6.0" chalk: ^4.1.0 chevrotain: ^10.5.0 chrono-node: ^2.5.0 @@ -19290,7 +19290,7 @@ __metadata: use-resize-observer: ^8.0.0 web-file-polyfill: ^1.0.4 web-streams-polyfill: ^3.2.0 - zed: "brimdata/zed#4eba82a1304f86997326279cfbeeb7449f415571" + zed: "brimdata/zed#v1.13.0" zui-test-data: "workspace:*" peerDependencies: react: ^18.0.0