Releases: google/googlesql
GoogleSQL 2026.01.1
ZetaSQL has been renamed to GoogleSQL from 2026.01.1. All references to ZetaSQL has been updated to GoogleSQL. See zetasql_to_googlesql_migration.md for a migration guide.
This release also contains bug fixes, documentation improvements, and additional features.
ZetaSQL 2025.12.1
This release also contains bug fixes, documentation improvements, and additional features.
ZetaSQL 2025.11.2
This release also contains bug fixes, documentation improvements, and additional features.
ZetaSQL 2025.11.1
ZetaSQL has been migrated to use Bzlmod for modern dependency management and now uses the C++20 standard.
This release also contains bug fixes, documentation improvements, and additional features.
ZetaSQL 2025.09.1
ZetaSQL 2025.09.1 release contains bug fixes, documentation improvements, and additional features.
ZetaSQL 2025.06.1
ZetaSQL 2025.06.1 is a minor release. It contains bug fixes, documentation improvements, and additional features.
2025.03.1
This release contains bug fixes, documentation improvements, and additional features.
Full Changelog: 2024.11.1...2025.03.1
ZetaSQL 2024.11.1
ZetaSQL 2024.11.1 is a major release.
What's Changed:
- Added the support for Graph query syntax and the related documentation.
- Many new and improved SQL language features in standard and pipe syntax.
- Bug fixes and documentation improvements.
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_macosand 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_querytool 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_queryand a ZetaSQL Docker image. - Improved ZetaSQL landing page documentation and added more examples.
- Many new and improved SQL language features.
- Updated language reference docs.