v1.5.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.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 tozed
andzq
(#4320) - Add
-csv.delim
flag tozed
andzq
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 tozed serve
, which defaults to a wildcard (#4334) - Use
zng.
prefix for ZNG-related flags inzed
andzq
(#4336) - Fix an issue where type decorators of union values were leaking into CSV output (#4338)