diff --git a/apps/zui/CHANGELOG.md b/apps/zui/CHANGELOG.md index ea9aa20e6..4af7489b4 100644 --- a/apps/zui/CHANGELOG.md +++ b/apps/zui/CHANGELOG.md @@ -1,3 +1,16 @@ +## v1.17.0 +- Because Zui is dependent on the [Zed project](https://zed.brimdata.io/), GA Zui release major/minor version numbers are now synchronized to the corresponding [Zed release](https://github.com/brimdata/zed/releases) +- Update Zed to [v1.17.0](https://github.com/brimdata/zed/releases/tag/v1.17.0) +- Update Brimcap to [v1.17.0](https://github.com/brimdata/brimcap/releases/tag/v1.17.0) +- The Correlations view has been moved to its own tab in the right panel separate from the Detail view (#3123) +- The Detail view (both when in the right panel and as a separate window) now uses a hierarchical display format similar to the main Inspector results view (#3127) +- Add Parquet as an available format for **Export** (#3122) +- Add an option in **Settings** to allow the Zed lake service launched by Zui to accept remote connections if desired (#3116) +- Fix an issue where the **Export** feature was not surfacing some failures (#3115) +- Fix an issue where the presence of `null` [union values](https://zed.brimdata.io/docs/formats/zed#25-union) could cause a crash when displayed (#3118) +- Fix an issue where connections with small durations were shown as "Not available" in the Correlations view (#3119) +- Fix an issue where no notification was shown if the **Packets** button was clicked and there was no app installed to open the pcap slice (e.g., Wireshark) (#3114) + ## v1.8.0 - Update Zed to [v1.16.0](https://github.com/brimdata/zed/releases/tag/v1.16.0) - Update Brimcap to [v1.8.0](https://github.com/brimdata/brimcap/releases/tag/v1.8.0), which includes a new Zeek [v6.2.0-brim2](https://github.com/brimdata/build-zeek/releases/tag/v6.2.0-brim2) diff --git a/apps/zui/package.json b/apps/zui/package.json index 1a1bb1c73..6118b5b36 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.8.0", + "version": "1.17.0", "main": "dist/main.js", "author": "Brim Data (http://www.brimdata.io)", "lake": { @@ -73,7 +73,7 @@ "acorn": "^7.4.1", "ajv": "^6.9.1", "animejs": "^3.2.0", - "brimcap": "brimdata/brimcap#v1.8.0", + "brimcap": "brimdata/brimcap#v1.17.0", "chalk": "^4.1.0", "chevrotain": "^10.5.0", "chrono-node": "^2.5.0", @@ -158,7 +158,7 @@ "utopia-core-scss": "^1.0.1", "web-file-polyfill": "^1.0.4", "web-streams-polyfill": "^3.2.0", - "zed": "brimdata/zed#c81efd6a868a855ed6b7de983491b5f3a5832d19", + "zed": "brimdata/zed#v1.17.0", "zui-test-data": "workspace:*" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index ab6e0a9fe..ec40d876d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6661,12 +6661,12 @@ __metadata: languageName: node linkType: hard -"brimcap@brimdata/brimcap#v1.8.0": +"brimcap@brimdata/brimcap#v1.17.0": version: 1.1.2 - resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=e1242c7029d8207d5e69ec3a13e531b57b65b046" + resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=68798b88189eb402c37e22ade6bd12cf808cc0e9" bin: brimcap: build/dist/brimcap - checksum: 42f050137fae0f4d9b3dfd898e2d9c58be359e11307d46256836ed6fc9e38eee2ec0b7d95c136f5cc99dd3eae6fe854d7b5e6fab795fb072f6dd8841187c0675 + checksum: 1a587aabc241ef34f3d335220d6e02b5e04fe4f224618644941035bdd0b4e2c9210472474a5319a546704c323ab4a24b40deb1257c3facbe1290ed4213161786 languageName: node linkType: hard @@ -18207,10 +18207,10 @@ __metadata: languageName: node linkType: hard -"zed@brimdata/zed#c81efd6a868a855ed6b7de983491b5f3a5832d19": +"zed@brimdata/zed#v1.17.0": version: 0.33.0-dev - resolution: "zed@https://github.com/brimdata/zed.git#commit=c81efd6a868a855ed6b7de983491b5f3a5832d19" - checksum: d441383685329940af301b30e2675cee5c02794758381ceca4d52f5593514dc2adc48210a569224b293f095db6bd9e05d1e7d49f6c4184607744f85fc4f17a10 + resolution: "zed@https://github.com/brimdata/zed.git#commit=89ddf2533b6e28bdee4f1c537e82860f1ff595ef" + checksum: 9f7383ff50954c611619257c88c5bc547b9507fc433fd021bd33216d085b0abe8b5a2e50f516bc4d32d5bf61f54d95c3f47ca5bea459df245a7bee206776cd55 languageName: node linkType: hard @@ -18321,7 +18321,7 @@ __metadata: acorn: ^7.4.1 ajv: ^6.9.1 animejs: ^3.2.0 - brimcap: "brimdata/brimcap#v1.8.0" + brimcap: "brimdata/brimcap#v1.17.0" chalk: ^4.1.0 chevrotain: ^10.5.0 chrono-node: ^2.5.0 @@ -18408,7 +18408,7 @@ __metadata: utopia-core-scss: ^1.0.1 web-file-polyfill: ^1.0.4 web-streams-polyfill: ^3.2.0 - zed: "brimdata/zed#c81efd6a868a855ed6b7de983491b5f3a5832d19" + zed: "brimdata/zed#v1.17.0" zui-test-data: "workspace:*" peerDependencies: react: ^18.0.0