Skip to content

v1.2.0

Compare
Choose a tag to compare
@brim-bot brim-bot released this 14 Jul 02:56
· 1026 commits to main since this release
76f0409

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)