Skip to content

Commit

Permalink
Prep v0.20.0 (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Dec 1, 2020
1 parent c9f3615 commit 6a7983a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## v0.20.0
* Update zq to [v0.24.0](https://github.com/brimsec/zq/releases/tag/v0.24.0)
* Begin bundling the same Zeek artifact referenced in [zq's `package.json`](https://github.com/brimsec/zq/blob/master/package.json) (#1215)
* Support log imports over the network, such as to a remote `zqd` (#1195, #1228)
* Fix an issue where an excess "Space does not exist" message was shown when clicking Retry after a `zqd` restart (#1200)
* Improve the error message for failed attempts to import pcaps (#1235)
* Allow removal of remote Connection configs (#1226)
* Fix an issue where importing logs containing `null` values for nested records caused a crash (#1241)
* Add scaffolding for a future Query Library feature (#1239)
* Fix an issue where Brim sometimes failed to load on remote VM sessions (#1248)

## v0.19.0
* **NOTE** - Due to the ZNG storage format change described in the
[`zq` v0.23.0 release notes](https://github.com/brimsec/zq/releases/tag/v0.23.0),
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
Expand Up @@ -3,7 +3,7 @@
"description": "Brim Desktop App",
"repository": "https://github.com/brimsec/brim",
"license": "BSD-3-Clause",
"version": "0.19.0",
"version": "0.20.0",
"main": "dist/js/electron/main.js",
"author": "Brim Security, Inc.",
"bin": {
Expand Down Expand Up @@ -176,7 +176,7 @@
"styled-components": "^5.1.1",
"valid-url": "^1.0.9",
"zealot": "file:zealot",
"zq": "git+https://github.com/brimsec/zq.git#91703a64366ef1461b9379b4b7940b623c5b05bd"
"zq": "git+https://github.com/brimsec/zq.git#v0.24.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit 6a7983a

Please sign in to comment.