Skip to content

v0.33.0

Compare
Choose a tag to compare
@nwt nwt released this 17 Nov 22:22
9aa2ba9

Quick Start

Visit the Brim Data download page to find the package for your platform.

Zed is distributed as a ZIP file of command line executables for each supported platform. To install, unpack with your platform's unzip utility. For example, on Linux:

curl -OL https://github.com/brimdata/zed/releases/download/v0.33.0/zed-v0.33.0.linux-amd64.zip
unzip zed-v0.33.0.linux-amd64.zip

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

  • zapi: Rename the ZED_LAKE_HOST environment variable to ZED_LAKE and rename the -host flag to -lake (#3280)
  • zq: Improve ZNG read performance when the command line includes multiple input files (#3282)
  • zed lake serve: Add the -rootcontentfile flag (#3283)
  • Python client: Improve error messages (#3279)
  • Python client: Fix Zed bytes decoding (#3278)
  • Detect CSV input (#3277)
  • zed lake serve: Fix an issue where POST /pool/{}/branch/{} format detection errors caused a 500 response (#3272)
  • Fix an issue where the ZSON parser failed to normalize maps and sets (#3273)
  • Python client: Add authentication (#3270)
  • Python client: Handle query errors (#3269)
  • Remove support for the TZNG format (#3263)
  • zapi, zed lake serve: Add authentication with Auth0 (#3266)
  • Fix an issue preventing casting from ip to ip (#3259)
  • zed lake serve: Respect the Accept request header for GET /events (#3246)
  • Add function documentation (#3215)
  • zed lake serve: Change the default response content encoding to ZSON (#3242)
  • zapi load, zed lake load: Add the -meta flag to embed custom metadata in commits (#3237)