From c67c46d4fc14516b4ae263442fc830f08317b4d6 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Fri, 26 Jun 2020 11:15:46 -0700 Subject: [PATCH] Changelog for v0.16.0 (#947) https://github.com/brimsec/zq/compare/v0.15.0...ac2ea5e --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e9b9c591..f35c655c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 823a3e7881..c65271b834 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zq", - "version": "0.15.0-dev", + "version": "0.16.0-dev", "scripts": { "prepack": "node npm/build" },