Skip to content

Releases: brimdata/super

v1.9.0

27 Jul 16:24
a4a2b64
Compare
Choose a tag to compare

Quick Start

Visit the Brim Data download page to find the package for your platform.

Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:

curl -OL https://github.com/brimdata/zed/releases/download/v1.9.0/zed-v1.9.0.linux-amd64.tar.gz
tar xzvf zed-v1.9.0.linux-amd64.tar.gz

If you've installed the Zui desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Zui docs article for their location.

Release Notes

v1.8.1

02 Jun 17:28
fcb4ff9
Compare
Choose a tag to compare

Quick Start

Visit the Brim Data download page to find the package for your platform.

Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:

curl -OL https://github.com/brimdata/zed/releases/download/v1.8.1/zed-v1.8.1.linux-amd64.tar.gz
tar xzvf zed-v1.8.1.linux-amd64.tar.gz

If you've installed the Zui desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Zui docs article for their location.

Release Notes

  • Send an HTTP 400 response instead of HTTP 500 for attempted deletes that find nothing to delete (#4618)
  • Send an HTTP 400 response instead of HTTP 500 for queries that parse ok but fail to compile, such as searches lacking a leading from (#4620)
  • Fix an issue where some regexps were not matching pool names when used in a from (#4619)

v1.8.0

22 May 18:04
c4f6d46
Compare
Choose a tag to compare

Quick Start

Visit the Brim Data download page to find the package for your platform.

Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:

curl -OL https://github.com/brimdata/zed/releases/download/v1.8.0/zed-v1.8.0.linux-amd64.tar.gz
tar xzvf zed-v1.8.0.linux-amd64.tar.gz

If you've installed the Zui desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Zui docs article for their location.

Release Notes

  • Improve sort performance for duration and time types (#4469)
  • Improve performance and reduce memory used by zed load and sort on multi-GB inputs (#4476, #4484)
  • Fix an issue where meta-queries were incorrectly returning results (#4474)
  • The join operator now has an additional syntax that uses subqueries, which is more reminiscent of SQL (#4467, #4473, #4492, #4502)
  • Improve performance when a Zed lake scan is not order sensitive (#4526)
  • The lake API documentation now includes both request & response MIME types (#4512)
  • Add more usage examples for the pass operator in documentation (#4541)
  • cast() errors are now structured and contain more detail (#4548)
  • A different Parquet library is now used, which allows for reading more dialects (#4547)
  • Fix an issue where reading certain ZNG files via auto-detect caused a panic (#4569)
  • Add a load operator that can be invoked in a Zed pipeline to commit data to a pool (#4471)
  • Fix an issue where certain ZNG files could not be read and caused a control error (#4579)
  • Fix an issue where zed serve would exit if it tried to write to a closed socket (#4587)
  • Improve JSON output for Zed maps (#4589)
  • Add the zed vacuum command (#4577, #4598, #4600)

v1.7.0

29 Mar 19:50
e5ad1f9
Compare
Choose a tag to compare

Quick Start

Visit the Brim Data download page to find the package for your platform.

Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:

curl -OL https://github.com/brimdata/zed/releases/download/v1.7.0/zed-v1.7.0.linux-amd64.tar.gz
tar xzvf zed-v1.7.0.linux-amd64.tar.gz

If you've installed the Zui desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Zui docs article for their location.

Release Notes

  • Add regexp_replace() function for replacing regular expression matches in a string (#4435, #4449)
  • Add documentation showing how to configure Auth0 for authenticated access to a Zed lake service (#4439)
  • Fix an issue where elements of map could not be accessed if the key was of a union type (#4447)
  • Allow head operator to accept an expression (#4451)
  • Allow tail operator to accept an expression (#4464)

v1.6.0

03 Mar 18:33
6e15e99
Compare
Choose a tag to compare

Note: Changes to the Zed lake storage format

This release includes a change to the Zed lake storage format that is not backward compatible. To migrate your pools to the new format there is a Zed lake migration kit and specific guidance for users of the Zed CLI tools.

Quick Start

Visit the Brim Data download page to find the package for your platform.

Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:

curl -OL https://github.com/brimdata/zed/releases/download/v1.6.0/zed-v1.6.0.linux-amd64.tar.gz
tar xzvf zed-v1.6.0.linux-amd64.tar.gz

If you've installed the Zui desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Zui docs article for their location.

Release Notes

  • Zed lake storage format is now at version 3 (#4386, #4415)
  • Allow loading and responses in VNG format over the lake API (#4345)
  • Fix an issue where record spread expressions could cause a crash (#4359)
  • Fix an issue where the Zed service /version endpoint returned "unknown" if it had been built via go install (#4371)
  • Branch-level meta-queries on the main branch no longer require an explicit @main reference (#4377, #4394)
  • Add -defaultfmt flag to zed serve to specify the lake API's default response format (#4379, #4396)
  • Zed queries now appear in the lake log when zed serve is run at -log.level debug (#4385)
  • Fix an issue where elements of complex named types could not be accessed (#4391)
  • Add docs for the pass operator and an example of join on more than two inputs (#4403)
  • When the result of summarize is a single value and there is no field name specified, the output is now that single value rather than a single-field record containing that value (#4420)

v1.5.0

30 Jan 18:09
963863b
Compare
Choose a tag to compare

Quick Start

Visit the Brim Data download page to find the package for your platform.

Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:

curl -OL https://github.com/brimdata/zed/releases/download/v1.5.0/zed-v1.5.0.linux-amd64.tar.gz
tar xzvf zed-v1.5.0.linux-amd64.tar.gz

If you've installed the Brim desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Brim wiki article for their location.

Release Notes

  • Add float16 primitive type (#4301)
  • Add segment compression to the VNG format (#4299)
  • Add -unbuffered flag to zed and zq (#4320)
  • Add -csv.delim flag to zed and zq for reading CSV with non-comma delimiter (#4325)
  • Add csv.delim query parameter to lake API for reading CSV with non-comma delimiter (#4333)
  • Add -cors.origin flag to zed serve, which defaults to a wildcard (#4334)
  • Use zng. prefix for ZNG-related flags in zed and zq (#4336)
  • Fix an issue where type decorators of union values were leaking into CSV output (#4338)

v1.4.0

03 Jan 20:54
ab7157a
Compare
Choose a tag to compare

Quick Start

Visit the Brim Data download page to find the package for your platform.

Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:

curl -OL https://github.com/brimdata/zed/releases/download/v1.4.0/zed-v1.4.0.linux-amd64.tar.gz
tar xzvf zed-v1.4.0.linux-amd64.tar.gz

If you've installed the Brim desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Brim wiki article for their location.

Release Notes

  • The ZST format is now called VNG (#4256)
  • Allow loading of "line" format over the lake API (#4229)
  • Allow loading of Parquet format over the lake API (#4235)
  • Allow loading of Zeek TSV format over the lake API (#4246)
  • Auto-detect Parquet and VNG formats (#4270)
  • Add support for Arrow IPC stream format (#4252)
  • Add pool level configuration to zed manage (#4234)
  • The mask argument of the network_of() function now accepts an ip-type netmask instead of a net type (#4247, #4253)
  • Drop support for the older "zng21" format (#4255)
  • Add support for user-defined functions (UDFs) to the Zed language (#4264)
  • Add journal snapshots, significantly improving performance when a pool contains many small commits (#4274)

v1.3.0

21 Nov 20:11
c388464
Compare
Choose a tag to compare

Quick Start

Visit the Brim Data download page to find the package for your platform.

Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:

curl -OL https://github.com/brimdata/zed/releases/download/v1.3.0/zed-v1.3.0.linux-amd64.tar.gz
tar xzvf zed-v1.3.0.linux-amd64.tar.gz

If you've installed the Brim desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Brim wiki article for their location.

Release Notes

v1.2.0

14 Jul 02:56
76f0409
Compare
Choose a tag to compare

Quick Start

Visit the Brim Data download page to find the package for your platform.

Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:

curl -OL https://github.com/brimdata/zed/releases/download/v1.2.0/zed-v1.2.0.linux-amd64.tar.gz
tar xzvf zed-v1.2.0.linux-amd64.tar.gz

If you've installed the Brim desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Brim wiki article for their location.

Release Notes

  • Compress index values (#3974)
  • Replace -znglz4blocksize flag with -zngcompress and -zngframethresh for zed and zq (#3967)
  • Add -splitsize flag to zed and zq (#3957)
  • Add -aggmem flag to zed and zq (#3921)
  • Add zed compact (#3940)
  • Remove -repl flag from zc (#3945)
  • Always default to ZNG output for -split flag to zed and zq (#3938)
  • Number -split flag files sequentially for zed and zq (#3937)
  • Remove index support for relative comparisons (#3932)
  • Support ... spread operator in array expressions and set expressions (#3910)
  • Python client: rework zed.Client.query_raw() to handle any format (#3911)
  • Add support for Parquet API responses (#3909)
  • Support the indexing operation on sets (#3908)
  • Add nullsMax argument to compare() function (#3898)

v1.1.0

14 May 21:21
c68a120
Compare
Choose a tag to compare

Quick Start

Visit the Brim Data download page to find the package for your platform.

Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:

curl -OL https://github.com/brimdata/zed/releases/download/v1.1.0/zed-v1.1.0.linux-amd64.tar.gz
tar xzvf zed-v1.1.0.linux-amd64.tar.gz

If you've installed the Brim desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Brim wiki article for their location.

Release Notes