Skip to content

Commit

Permalink
Update zq to v0.16.0 and prep v0.20.0 (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Aug 28, 2020
1 parent 4e23510 commit abfbda5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.16.0
* Update zq to [v0.20.0](https://github.com/brimsec/zq/releases/tag/v0.20.0)
* Update Zeek to [v3.2.0-dev-brim8](https://github.com/brimsec/zeek/releases/tag/v3.2.0-dev-brim8) to take advantage of latest [geolocation](https://github.com/brimsec/brim/wiki/Geolocation) data (#1033)
* Fix an issue where the Back button brought the user to the wrong place (#1011)
* Fix an issue where opening/closing a Log Detail window during pcap import canceled the import (#1015)
* Sort field names in the column chooser alphabetically (#1012)
* Add a search tool in the column chooser to find field names (#1012)
* Fix an issue where clicking a link to [ZQL docs](https://github.com/brimsec/zq/tree/master/zql/docs) opened an unusable window (#1030)
* Expand the [wiki docs](https://github.com/brimsec/brim/wiki/Troubleshooting#ive-clicked-to-open-a-packet-capture-in-brim-but-it-failed-to-open) for troubleshooting pcap extraction issues (#1020)
* Fix an issue where the Packets button was not activating after scrolling down in the main events view (#1027)
* Add the ability to connect Brim to a remote [`zqd`](https://github.com/brimsec/zq/tree/master/cmd/zqd) (#1007)

## v0.15.1
* Update zq to [v0.19.1](https://github.com/brimsec/zq/releases/tag/v0.19.1) (fixes an issue with excess characters in Space names after upgrade)
* Fix an issue where opening Log Detail as the first action in a freshly-launched Brim threw an error (#1006)
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Brim Desktop App",
"repository": "https://github.com/brimsec/brim",
"license": "BSD-3-Clause",
"version": "0.15.1",
"version": "0.16.0",
"main": "dist/js/electron/main.js",
"author": "Brim Security, Inc.",
"bin": {
Expand Down Expand Up @@ -154,7 +154,7 @@
"styled-components": "^5.1.1",
"valid-url": "^1.0.9",
"zealot": "./zealot",
"zq": "git+https://github.com/brimsec/zq.git#4cc67d2b349f2300f95208904398e9a6be9d61dd"
"zq": "git+https://github.com/brimsec/zq.git#v0.20.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit abfbda5

Please sign in to comment.