Skip to content

Commit

Permalink
Update zq to v0.18.0 and prep v0.14.0 (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jul 31, 2020
1 parent d88d1d4 commit 4934933
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.14.0
* Update zq to [v0.18.0](https://github.com/brimsec/zq/releases/tag/v0.18.0)
* Add [geolocation](https://github.com/brimsec/brim/wiki/Geolocation) data to Zeek `conn` logs generated from imported pcaps (#959, #957, #935)
* Add developer documentation for [adding internal state migrations](https://github.com/brimsec/brim/wiki/Adding-Migrations) (#921)
* Restore the scroll position when going back to prior search results (#929)
* Add the [Zealot Client](https://github.com/brimsec/brim/blob/master/zealot/README.md) for communicating with [`zqd`](https://github.com/brimsec/zq/tree/master/cmd/zqd) via the REST API (#934)
* Add support documentation explaining where Brim stores debug logs (#939, #943)
* Fix an issue where records nested more than one level deep were not working correctly in Brim (#937)
* Improve the Column Chooser (#925, #953)
* Fix an issue where deleting a History entry incorrectly triggered its execution (#951)
* Expose React/Redux DevTools when in developer mode (#956)

## v0.13.1
* Ensure left panel is open by default, even on upgrades (#918)

Expand Down
20 changes: 10 additions & 10 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.13.1",
"version": "0.14.0",
"main": "dist/js/electron/main.js",
"author": "Brim Security, Inc.",
"bin": {
Expand Down Expand Up @@ -153,7 +153,7 @@
"styled-components": "^5.1.1",
"valid-url": "^1.0.9",
"zealot": "./zealot",
"zq": "git+https://github.com/brimsec/zq.git#240df323b51d38a0a184331ee4be25673e281eef"
"zq": "git+https://github.com/brimsec/zq.git#v0.18.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit 4934933

Please sign in to comment.