v1.9.0
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
- The Zed Language Overview docs have been split into multiple sections (#4576)
- Add support for user-defined operators (#4417, #4635, #4646, #4644, #4663, #4674, #4698, #4702, #4716)
- Add experimental support to the
get
operator for customized methods, headers, and body (#4572) - Allow float decorators on integers in ZSON (#4654)
- The shaping docs have been expanded with a new section on error handling (#4686)
zq
no longer attaches positional command line file inputs directly tojoin
inputs (usefile
within a Zed program instead) (#4689)- Zeek-related docs have been moved to the Integrations area of the Zed docs site (#4694, #4696)
zed create
now has a-use
flag to set the newly-created pool as the default pool for future operations (#4656)- Fix an issue where the Zed Python client was incorrectly returning
False
for allbool
values (#4706) - Fix an issue where the
!=
operator was not returning correct results when comparing certain types (#4704)