v1.17.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.17.0/zed-v1.17.0.linux-amd64.tar.gz
tar xzvf zed-v1.17.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 the performance of multi-pool searches (e.g.,
from * | "MyFilter"
) (#5174) - Reduce the amount of memory consumed by the
merge
operator and merge-dependent operations, such as compaction (#5171) - Add the
-pool
flag tozed manage
(#5164) - Fix an issue where the lake API was not providing query descriptions for Zed programs that contain scopes (#5152)
- Fix an issue where attempts to use the
load
operator inzq
caused a panic (#5162) - Fix a parser issue with collisions between the names of user-defined operators and functions and some built-in operators (#5161)
- Fix an issue where using
null
values in math caused a panic (#5163)