Anthos clusters on Azure
Issue
The following Kubernetes versions are retired and are no longer available for creating new clusters:
- 1.31.4-gke.500
- 1.30.8-gke.100
- 1.29.12-gke.100
To create a cluster, use another available Kubernetes version.
Artifact Registry
Changed
The Container Analysis API now supports the option of returning partial results during region-down failure conditions when listing notes, listing occurrences, or generating vulnerability summaries. For more information, view the returnPartialSuccess
parameter for the following requests:
- v1.projects.locations.notes.list
- v1.projects.locations.occurrences.getVulnerabilitySummary
- v1.projects.locations.occurrences.list
- v1.projects.notes.list
- v1.projects.occurrences.getVulnerabilitySummary
- v1.projects.occurrences.list
- v1beta1.projects.locations.notes.list
- v1beta1.projects.locations.occurrences.getVulnerabilitySummary
- v1beta1.projects.locations.occurrences.list
- v1beta1.projects.notes.list
- v1beta1.projects.occurrences.getVulnerabilitySummary
- v1beta1.projects.occurrences.list
Capacity Planner
Announcement
Capacity Planner is available in Preview!
Feature
Reference documentation has been added for the REST Capacity Planner API. For more information, see Authenticate to Capacity Planner and the REST API reference overview.
Cloud SQL for SQL Server
Feature
Max degree of parallelism (MAXDOP)
is a Microsoft database flag available for use in Cloud SQL for SQL Server. This flag lets you limit the maximum number of threads used when running a single query in a parallel plan.
Gemini Code Assist
Feature
Full Remote Codebase Awareness
Comprehensive understanding of your entire remote codebase directly within the chat interface. This new capability improves the quality of suggestions and answers to general questions about your project. To use it, ask an abstract question about your remote context, such as "What does this repository do?" and Gemini uses its deep knowledge of the codebase to provide a detailed and accurate response. For more information, see Code customization overview.
Feature
Get suggestions from your documentation stored in Markdown files
Gemini Code Assist code customization can now index and understand your organization's internal documentation, stored in Markdown files. This means that when you ask a question or request a code snippet, Gemini will use the context available in your team's documentation to provide more accurate and tailored responses, improving both the quality of the suggestions and the overall relevance of the information you receive. To take advantage of this, ask a question that is related to the context available in your remote Markdown files, and Gemini will use that knowledge to assist you. For more information, see Code customization overview.
Google Cloud Contact Center as a Service
Announcement
Mobile SDK 2.14 pre-release notes
Here are the pre-release notes for Mobile SDK 2.14. When we release version 2.14, we expect the new capabilities to be as shown here.
Android SDK and iOS SDK:
Support for virtual agent to virtual agent chat transfers by queue.
Support for hiding the download transcript button in the options menu, the post-chat screen, or both.
Improved accessibility, including better navigation and screen reader support.
Android SDK:
Support for hiding the SDK using the
Ujet.hideSDK()
method.New event types:
MessageLinkClicked
andQuickReplyClicked
.
To support the new virtual agent chat transfer capabilities of this release, we've added a new configuration setting in the Google Cloud CCaaS portal. You can use this setting to hide transfer system messages in chat sessions with virtual agent to virtual agent transfers.
Administrators: In the Settings > Chat > Web & Mobile Chat Settings pane, there's a new Transfers checkbox.
Fixed
Fixed an issue where the Android SDK wouldn't minimize when an end-user clicked a deep link.
Google Kubernetes Engine
Fixed
A fix is available for an issue with Cloud Storage FUSE CSI driver that could cause Pod to be stuck during startup after a node restart event. Cloud Storage FUSE CSI driver now gracefully handles a node restart behavior.
The fix is available in the following GKE versions:
- 1.32.6-gke.1125000 and later
- 1.33.1-gke.1959000 and later
Manufacturing Data Engine
Announcement
Release 1.5.1
This release is a critical update if you have an existing deployment of MDE version 1.5.0. This release resolves a bug regarding materialization of metadata instances created prior to MDE 1.5.0. This release also includes other minor improvements and bug fixes.
Libraries
Release signature
b0fc163
1.5.1
ffb87d39d343c20abebd2f52df74a2d3
Fixed
- Fix (417666631): Fixed an issue with metadata materialization for metadata instances that had been created prior to migrating to MDE 1.5.0.
- Fix (420921890): Fixed an error when attempting to update an instance tag metadata and saved it for instances that had been created prior to migrating to MDE 1.5.0.
- Fix (423535516): Fixed inconsistent API response codes when trying to delete non-existing entities.
- Fix (383519276): Fixed missing fields in MDE logging and added more details to make troubleshooting easier.
- Fix (424077359): Fixed instance bucket creation through API. It now adds default
createdTime
as the time when the API call was received. - Fix (422991109 and 424084607): Fixed
ghost
deletion of Types and Metadata Buckets after removing a configuration package. - Fix (423859259): Fixed removal of BigQuery views when a Type is manually deleted.
- Fix (406803212): Fixed wrong version materialization on MDE system tables.
- Fix (407015039): Fixed
Delete
button in MDE UI when the system is in PROD mode (Production mode). - Fix (435653743): Fixed missing Grafana Terraform module.
Security
- Improvement (427447932): Brought Docker images to versions without vulnerabilities reported at the time of the release.
- Improvement (361290775): Modified Terraform deployment scripts to enforce TLS v1.2 for an external MDE UI Load Balancer.
Changed
- Improvement (407009198): Improved the error handling when
upload
andparsing
configuration packages. - Improvement (423531705): Improved MDE logging for BigQuery sink related operations.
- Improvement (423530033): Improved manifest validation on configuration package uploads.
- Improvement (423554635): Added
CreatedAt
column with default sorting on the MDE UI configuration packages page. - Improvement (430962108): Added more sorting options on the MDE UI Configurations and Metadata Instances pages.
- Improvement (423531714): Various improvements on Helm charts, including image tag management, and k8s secrets/configmaps.
- Improvement (407037164): More descriptive message added to MDE UI to confirm Type deletion.
Network Connectivity Center
Feature
Static routes for Network Connectivity Center are available in GA.
You can use static routes to define the next hop along the path that network traffic takes to reach a given destination. For more information about using static routes with Network Connectivity Center, see the Static routes overview.
Sensitive Data Protection
Announcement
The August 25 release note announcing the release of the DOCUMENT_TYPE/FINANCE/INVOICE
and DOCUMENT_TYPE/MEDICAL/RECORD
infoType detectors was published in error. These infotypes are not available.
Spanner
Libraries
A monthly digest of client library updates from across the Cloud SDK.
Go
Changes for spanner/admin/database/apiv1
1.84.0 (2025-08-05)
Features
- spanner/adapter: Add last field in AdaptMessageResponse for internal optimization usage (c574e28)
- spanner/admin/database: Proto changes for an internal api (eeb4b1f)
- spanner: A new field
snapshot_timestamp
is added to message.google.spanner.v1.CommitResponse
(ac4970b) - spanner: Add Google Cloud standard otel attributes (#11652) (f59fcff)
Bug Fixes
- spanner: Context cancel in traces in case of skipping trailers (#12635) (509dc90)
- spanner: Enforce only one resource header (#12618) (4e04b7e)
- spanner: Fix blind retry for ResourceExhausted (#12523) (f9b6e88)
- spanner: Remove stream wrapper for direct path check (#12622) (88a36cd)
Documentation
- spanner: A comment for enum value
OPTIMISTIC
in enumReadLockMode
is changed (ac4970b) - spanner: A comment for enum value
PESSIMISTIC
in enumReadLockMode
is changed (ac4970b) - spanner: A comment for enum value
READ_LOCK_MODE_UNSPECIFIED
in enumReadLockMode
is changed (ac4970b) - spanner: A comment for field
commit_stats
in message.google.spanner.v1.CommitResponse
is changed (ac4970b) - spanner: A comment for field
exclude_txn_from_change_streams
in message.google.spanner.v1.TransactionOptions
is changed (ac4970b) - spanner: A comment for field
multiplexed_session_previous_transaction_id
in message.google.spanner.v1.TransactionOptions
is changed (ac4970b) - spanner: A comment for field
precommit_token
in message.google.spanner.v1.CommitResponse
is changed (ac4970b) - spanner: A comment for message
.google.spanner.v1.MultiplexedSessionPrecommitToken
is changed (ac4970b) - spanner: A comment for message
.google.spanner.v1.TransactionOptions
is changed (ac4970b)
1.84.1 (2025-08-06)
Features
Miscellaneous Chores
DO NOT USE This version is retracted due to https://github.com/googleapis/google-cloud-go/issues/12659, use version >=v1.84.1
Java
Changes for google-cloud-spanner
6.98.0 (2025-07-31)
Features
- Proto changes for an internal api (675e90b)
- spanner: A new field
snapshot_timestamp
is added to message.google.spanner.v1.CommitResponse
(675e90b) - Support Exemplar (#3997) (fcf0a01)
- Use multiplex sessions for RW and Partition Ops (#3996) (a882204)
Bug Fixes
- deps: Update the Java code generator (gapic-generator-java) to 2.60.2 (675e90b)
Dependencies
6.98.1 (2025-08-11)
Bug Fixes
- Add missing span.end calls for AsyncTransactionManager (#4012) (1a4adb4)
- deps: Update the Java code generator (gapic-generator-java) to 2.61.0 (8156ef3)
Dependencies
Node.js
Changes for @google-cloud/spanner
8.1.0 (2025-07-28)
Features
- Add Custom OpenTelemetry Exporter in for Service Metrics (#2272) (610d1b9)
- Add methods from gax to cache proto root and process custom error details (#2330) (1b3931a)
- Add metrics tracers (#2319) (192bf2b)
- Add support for AFE latency metrics (#2348) (0666f05)
- Add throughput_mode to UpdateDatabaseDdlRequest to be used by Spanner Migration Tool. See https://github.com/GoogleCloudPlatform/spanner-migration-tool (#2304) (a29af56)
- Operation, Attempt, and GFE metrics (#2328) (646e6ea)
- Proto changes for an internal api (#2356) (380e770)
- spanner: A new field
snapshot_timestamp
is added to message.google.spanner.v1.CommitResponse
(#2350) (0875cd8) - spanner: Add new change_stream.proto (#2315) (57d67be)
- spanner: Add tpc support (#2333) (a381cab)
- Track precommit token in r/w apis(multiplexed session) (#2312) (3676bfa)
Bug Fixes
- Docs-test (#2297) (61c571c)
- Ensure context propagation works in Node.js 22 with async/await (#2326) (e8cdbed)
- Pass the Span correctly (#2332) (edaee77)
- System test against emulator (#2339) (2a6af4c)
- Unhandled exceptions from gax (#2338) (6428bcd)
Performance Improvements
Python
Changes for google-cloud-spanner
3.57.0 (2025-08-14)
Features
Vertex AI Workbench
Feature
M132 release
The M132 release of Vertex AI Workbench instances includes the following:
The new scheduler Jupyter plugin (
scheduler-jupyter-plugin
) is now preinstalled in the Jupyterlab 4 environment, with support for both the Cloud Composer and Vertex AI notebook schedulers.Updated the Dataproc JupyterLab plugin (
dataproc-jupyter-plugin
) to version 0.1.90.Patched bugs related to the managed end user credentials feature (Preview), resolving an incompatibility with listing Dataproc remote kernels.
Patched a bug that caused instances with disabled proxy access to get stuck in provisioning.
Removed the archived Debian 11 backports repository, resolving an issue with running
apt update
within the instance.
Source: Google Cloud Platform