G

Google Cloud Bigtable Release Notes

G

September 14, 2026

Feature You can use the Google Cloud console to create, list, and query parameterized views for your Bigtable instances. You can also configure view parameters and run queries in Bigtable Studio. This feature is generally available (GA). For more information, see Create and manage parameterized views.

G

September 01, 2026

Feature You can use the Google Cloud console to create and manage aggregate column families for your Bigtable tables. You can also view and query aggregate column families in Bigtable Studio. This feature is generally available (GA). For more information, see Create and manage tables and Manage your data using Bigtable Studio.

G

August 20, 2026

Feature You can use the allow_incomplete_view query hint in SQL queries to read data from a continuous materialized view before its initial population finishes. This feature is generally available (GA). For more information, see Read data during initial population.

G

August 12, 2026

Feature You can use the CLUSTER_ATTRIBUTE() filter to restrict continuous materialized view processing to specific clusters. This function lets you isolate views within an instance. This feature is generally available (GA). For more information, see Non-deterministic SQL functions.

G

August 10, 2026

Libraries Go1.52.0 (2026-08-03) Features bigtable: Add AFE picker (Simple / LeastInFlight / LeastLatency) (#20204) (bcbf714) bigtable: Add ClientConfig.DisableSession to opt out of session backend (#20297) (7ee5e44) bigtable: Add getClientConfigDirectAccessChecker for session pools (#20209) (3b8d30a) bigtable: Add NoOpChannelPrimer for session channel pools (#20208) (d055a8a) bigtable: Add per-AFE…

G

July 30, 2026

Feature You can use Bigtable as a remote storage backend for LMCache. By storing the large language model (LLM) key-value (KV) cache externally in Bigtable, multiple AI serving instances can share and reuse precomputed attention tensors. This reduces compute overhead and significantly improves time-to-first-token (TTFT) for repeated prompts and shared documents. This feature is in Preview.

G

July 27, 2026

Feature The Bigtable remote MCP server supports the Bigtable Data API, which provides the execute_sql tool that you can use to query Bigtable data using natural language prompts. This feature is generally available (GA). For more information, see Use the Bigtable remote MCP server.

G

July 14, 2026

Feature AI agents can use the list_hot_tablets Model Context Protocol (MCP) tool to programmatically query Bigtable cluster health to isolate resource-intensive tablets (hot tablets) and detect overutilized node CPUs. This feature is generally available (GA).

G

July 07, 2026

Feature You can bind existing tags to Bigtable instances when you create an instance and use policies to enforce mandatory tag assignments. This feature is generally available (GA). For more information, see Create an instance. Feature The Bigtable agent skill (bigtable-basics) is generally available (GA) in the public Google Agent Skills repository. This skill lets you equip AI agents with capabi…

G

July 06, 2026

Feature Bigtable supports direct connectivity, which bypasses the Google frontend and optimizes performance for application traffic that meets certain criteria. For more information, see Direct connectivity.

G

June 22, 2026

Libraries Go1.50.0 (2026-06-17) Features bigtable: Enable JWT (#19957) (af93528) bigtable: Generate Admin API client using selective gapic (#19962) (a37509d) bigtable: Refactor channel_pool_factory as we need to maintain two channel factory one for session and another for unary (#14652) (0c0b6ce) bigtable: Wrap admin client (#14534) (0bea4ba) Update API sources and regenerate (#19950) (c7607be)

G

June 19, 2026

Feature You can use the Bigtable Studio explorer to search for all resources except for authorized views and column families. For more information, see Manage your data using Bigtable Studio.

G

June 15, 2026

Libraries Gov1.49.0 (2026-06-10) Features enable new auth library and remove async refresh (#19943) (0d3697b2) add traffic diverter and table shim for bigtable (#14633) (2f3c9184) add virtual RPC descriptors (#14648) (5eedda18) add opensession descriptors for bigtable (#14647) (8968f4fd) update API sources and regenerate (#14701) (a9b79215) Bug Fixes retry unexpected EOF errors (#13157) (2b4ac429)…

G

June 01, 2026

Libraries Gov1.48.0 (2026-05-26) Features expose a client option to disable direct access: (#14626) (f22b29f5) Known Issue: heap growth on long-running clients (DirectAccess Eligible) Long-running clients using DirectAccess may observe steady heap growth caused by an upstream memory leak in the gRPC-Go xDS client (#14582). The leak is amplified in this release by the default connection recycler, w…

G

May 28, 2026

Feature As part of Bigtable Enterprise Plus edition, you can configure a retention period of up to 365 days for backups. This feature is generally available (GA). For more information, see Bigtable backups overview.

G

May 07, 2026

Feature You can use Aerospike migration tools to migrate data from Aerospike to Bigtable with minimal or zero downtime. This feature is available in Preview. For more information, see Migrate Aerospike to Bigtable.

G

May 04, 2026

Libraries Gov1.47.0 (2026-05-01) Known Issue: heap growth on long-running clients (DirectAccess Eligible) Long-running clients using DirectAccess may observe steady heap growth caused by an upstream memory leak in the gRPC-Go xDS client (#14582). The leak is amplified in this release by the default connection recycler, which recycles connections roughly every 45 minutes. Workarounds: Disable the c…

G

April 23, 2026

Feature You can use window functions with GoogleSQL in Bigtable to perform advanced analytic operations over multiple table rows. This feature is generally available (GA). For more information, see Window functions.

G

April 22, 2026

Feature The Bigtable editions feature is generally available (GA). Bigtable editions introduces advanced features in performance, analytic query capability, and resource management. You can choose between the Enterprise and Enterprise Plus edition to select the right capabilities for your workloads. For more information, see Editions overview. Feature Bigtable provides an in-memory tier as part of…

G

April 20, 2026

Feature You can use the Database Insights remote MCP server to analyze Bigtable's performance and system metrics. This feature is generally available (GA). Feature Bigtable continuous materialized views are generally available (GA). These views let you create precomputed tables that Bigtable automatically keeps in sync with your source data for low-latency queries and real-time insights. Feature B…

G

April 16, 2026

Feature You can stream messages from Pub/Sub directly to a Bigtable table using Bigtable subscriptions. This feature lets you write streaming messages to Bigtable without needing a separate subscriber such as Dataflow. This feature is available in Preview.

G

April 15, 2026

Feature Dataplex Universal Catalog is now called Knowledge Catalog. The API, client library, CLI, and Identity and Access Management (IAM) names remain unchanged. For more information about how Bigtable metadata interacts with Knowledge Catalog, see Manage data assets using Knowledge Catalog.

G

April 13, 2026

Feature You can now use GoogleSQL geography functions to work with geospatial data in Bigtable. This feature is generally available (GA). For more information, see Work with geospatial data and Geography functions reference. Feature Bigtable supports pipe syntax, an extension to GoogleSQL that lets you build simpler and more concise queries. This feature is generally available (GA).

G

April 09, 2026

Feature You can use Gemini in Bigtable Studio to help you write GoogleSQL queries. This feature is available in Preview. For more information, see Write SQL with Gemini assistance.

G

April 07, 2026

Feature You can connect to Bigtable from Java applications and other reporting tools that support a generic JDBC adapter by using the Bigtable JDBC driver. This feature is generally available (GA). Feature You can use protocol buffer (protobuf) schemas to query individual fields within protobuf messages stored as bytes in Bigtable. You can query your protobuf data using GoogleSQL for Bigtable, con…