Skip to content

Commit

Permalink
Changelog for v0.16.0 (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jun 26, 2020
1 parent ac2ea5e commit c67c46d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ These entries focus on changes we think are relevant to users of Brim,
zq, or pcap. For all changes to zqd, its API, or to other components in the
zq repo, check the git log.

## v0.16.0
* zng: Readability improvements in the [ZNG specification](https://github.com/brimsec/zq/blob/master/zng/docs/spec.md) (#897, #910, #917)
* zq: Support directory output to S3 (#898)
* zql: Group-by no longer emits records in "deterministic but undefined" order (#914)
* zqd: Revise constraints on Space names (#853, #926, #944, #945)
* zqd: Fix an issue where a file replacement race could cause an "access is denied" error in Brim during pcap import (#925)
* zng: Revise [Zeek compatibility](https://github.com/brimsec/zq/blob/master/zng/docs/zeek-compat.md) doc (#919)
* zql: Clarify [`cut` processor documentation](https://github.com/brimsec/zq/tree/master/zql/docs/processors#cut) (#924)
* zqd: Fix an issue where an invalid 1970 Space start time could be created in Brim during pcap inport (#938)

## v0.15.0
* pcap: Report more detailed error information (#844)
* zql: Add a new function `Time.trunc()` (#842)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zq",
"version": "0.15.0-dev",
"version": "0.16.0-dev",
"scripts": {
"prepack": "node npm/build"
},
Expand Down

0 comments on commit c67c46d

Please sign in to comment.