Skip to content

v1.15.0

Compare
Choose a tag to compare
@brim-bot brim-bot released this 29 Mar 21:55
· 53 commits to main since this release
2a487ee

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.15.0/zed-v1.15.0.linux-amd64.tar.gz
tar xzvf zed-v1.15.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 error message when reading NDJSON data with an incomplete last line (#5055)
  • Improve the error message when math operators are applied to complex types (e.g., attempting to concatenate arrays with +) (#5059)
  • Improve the error message when zq is called with a single argument that's neither a file nor a valid Zed query (#5053)
  • Increase the buffer size for line input format to 25 MB (#5045, #5048)
  • The body of a user-defined operator is now a scope that can include locally-defined statements (#5074)
  • The nameof() function now supports type values (#5081)
  • Fix an issue where yield inside a switch inside an over caused a panic (#5058)
  • Fix an issue where accessing a variable inside a switch inside an over inside a switch caused a panic (#5080)
  • Fix an issue where using over in an expression context caused a panic (#5079)
  • Fix an issue where math and join matches involving float16 and float32 types could yield incorrect results (#5086)