Skip to content

v1.14.0

Compare
Choose a tag to compare
@brim-bot brim-bot released this 15 Feb 20:11
· 336 commits to main since this release
709b64e

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.14.0/zed-v1.14.0.linux-amd64.tar.gz
tar xzvf zed-v1.14.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

  • Add the -manage flag to zed serve to have the Zed service process initiate maintenance tasks on a regular interval (#5017)
  • Fix an issue where the Python client would not allow loading to a pool with / in its name (#5020)
  • Fix an issue where pools with KSUID-like names could not be accessed by name (#5019)
  • Fix a reference counting issue that could cause a Zed service panic (#5029, #5030)