Skip to content

v1.5.0

Compare
Choose a tag to compare
@brim-bot brim-bot released this 30 Jan 18:09
· 771 commits to main since this release
963863b

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