Releases: google/zetasql
Releases · google/zetasql
ZetaSQL 2024.08.2
ZetaSQL 2024.08.2 is a minor release.
What's Changed:
- Added more pipe query examples and improved the pipe query documentation. See the research paper on pipe syntax.
- Added more documentation on execute_query, and improved features.
- Minor fixes for the ZetaSQL landing page and other documentation.
- Improved the performance of the pre-built binary
execute_query_macos
and reduced the Docker image size. - Bug fixes.
ZetaSQL 2024.08.1
ZetaSQL 2024.08.1 is a major release.
What's Changed:
- Added the support for pipe query syntax - see the reference docs and research paper.
- Improved the
execute_query
tool with an interactive web UI and more functionality, allowing interactive exploration of ZetaSQL syntax and behavior. - The release now includes pre-built binaries for
execute_query
and a ZetaSQL Docker image. - Improved ZetaSQL landing page documentation and added more examples.
- Many new and improved SQL language features.
- Updated language reference docs.