Skip to content

Releases: google/googlesql

GoogleSQL 2026.01.1

31 Jan 03:03

Choose a tag to compare

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

09 Dec 22:34

Choose a tag to compare

This release also contains bug fixes, documentation improvements, and additional features.

ZetaSQL 2025.11.2

27 Nov 01:34

Choose a tag to compare

This release also contains bug fixes, documentation improvements, and additional features.

ZetaSQL 2025.11.1

12 Nov 20:07

Choose a tag to compare

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

23 Sep 21:42

Choose a tag to compare

ZetaSQL 2025.09.1 release contains bug fixes, documentation improvements, and additional features.

ZetaSQL 2025.06.1

23 Jun 17:40

Choose a tag to compare

ZetaSQL 2025.06.1 is a minor release. It contains bug fixes, documentation improvements, and additional features.

2025.03.1

28 Mar 23:31

Choose a tag to compare

This release contains bug fixes, documentation improvements, and additional features.

Full Changelog: 2024.11.1...2025.03.1

ZetaSQL 2024.11.1

13 Nov 20:34

Choose a tag to compare

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

21 Aug 23:51

Choose a tag to compare

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

15 Aug 05:49

Choose a tag to compare

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.