Skip to content

Releases: brimdata/super

v0.8.0

27 Mar 16:31
a3e54c2
Compare
Choose a tag to compare
  • zql: add the put processor that adds or updates fields using a computed
    expression. (#437)
  • zql: add functions for use with put, like Math.min, Math.max, and others.
    (#453, #459, #461, #472)
  • zq: support reading ndjson with user supplied type information. (#441)
  • Fix an issue reading pcaps with snaplen=0. (#462)

v0.7.0

20 Mar 15:35
6e33d6b
Compare
Choose a tag to compare
  • Address ingest issues for packet captures in legacy pcap format.
  • Calculate and respond with packet capture time range at the start of ingest,
    so that Brim can immediately display the space's time range.

v0.6.1

18 Mar 22:53
b53f254
Compare
Choose a tag to compare

Address an issue ingest packet captures in the legacy pcap format.

v0.6.0

17 Mar 19:29
0db4ff7
Compare
Choose a tag to compare
  • zq now displays warnings by default; the "-W" flag is removed, replaced by
    the "-q" for quieting warnings.
  • Update license to reflect new corporate name.
  • Address ingest issues for some pcapng packet captures.
  • Address ingest issues for file or path names that required uri encoding.

v0.5.0

11 Mar 16:24
87a6f20
Compare
Choose a tag to compare
  • Support search queries during pcap ingestion.
  • Improved error reporting in zqd, especially during pcap ingestion.
  • Improved performance of space info api.
  • zqd supports ingesting pcapng formatted packet capture files.

v0.4.2

06 Mar 19:20
efb679a
Compare
Choose a tag to compare

Point release to provide updated AST parsing.

v0.4.1

06 Mar 18:52
6757dbe
Compare
Choose a tag to compare

Point release to provide an updated zql AST.

v0.4.0

29 Feb 01:09
c7e7ae7
Compare
Choose a tag to compare

v0.4.0

  • zqd adds an endpoint to create a new empty space via post
  • zqd adds an endpoint to post packet captures that are indexed and turned into Zeek logs

v0.3.0

27 Feb 01:47
5014723
Compare
Choose a tag to compare
  • zqd adds -datadir flag for space root directory.
  • zqd adds -version flag.
  • Add pcap command to interact with packet capture files.

v0.2.0

20 Feb 23:50
7bb4140
Compare
Choose a tag to compare
  • Per-platform binaries will be available as Github release assets.
  • zql examples under zql/docs are now verified via make test-heavy.
  • Negative integers and floats are accepted in zql expressions.
  • Internal integer types now match the ZNG specification.
  • Fixed comparisons of aliased types.