You can see the latest product updates for all of Google Cloud on the Google Cloud page, browse and filter all release notes in the Google Cloud console, or programmatically access release notes in BigQuery.
To get the latest product updates delivered to you, add the URL of this page to your feed reader, or add the feed URL directly.
September 18, 2026
Spanner supports automatic parameterization of SQL query literals to improve query performance, reduce latency, and lower CPU costs. Spanner converts literal values hardcoded in CRUD-style queries, such as primary key lookups, index lookups, and primary key joins, into query parameters, allowing execution plans to be cached and reused to reduce latency and CPU costs.
For more information, see Use query parameters and statement hints (GoogleSQL and PostgreSQL).
September 17, 2026
Spanner queues are generally available (GA). Spanner queues provide transactional messaging to help you manage asynchronous work. The feature pairs this capability with the scalability and reliability of Spanner, letting you build event-driven applications. For more information, see the Spanner queues overview.
September 11, 2026
Spanner Graph supports the following enhancements for CREATE PROPERTY GRAPH:
- Semantic options for labels and properties: You can configure
OPTIONS(descriptionandsynonyms) on labels and properties to provide context and improve discoverability for natural language querying interfaces. - Element key uniqueness validation option: You can configure the
validate_element_key_uniquenessoption in the property graphOPTIONSclause to control whether Spanner Graph validates element key uniqueness at schema creation time.
For more information, see CREATE PROPERTY GRAPH statement and Disabled key validation.
September 03, 2026
Spanner supports the following PostgreSQL-dialect database operators:
ILIKE(~~*)NOT ILIKE(!~~*)
Spanner supports the following PostgreSQL-dialect database functions:
pg.ilikepg.not_ilike
For more information, see Pattern matching operators and Functions.