Skip to content

v1.8.0

Compare
Choose a tag to compare
@brim-bot brim-bot released this 22 May 18:04
· 638 commits to main since this release
c4f6d46

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)