<?xml version="1.0" encoding="UTF-8"?>
<!-- AUTOGENERATED FILE. DO NOT EDIT. -->
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>tag:google.com,2016:workflows-release-notes</id>
  <title>Workflows - Release notes</title>
  <link rel="self" href="https://docs.cloud.google.com/feeds/workflows-release-notes.xml"/>
  <author>
    <name>Google Cloud Platform</name>
  </author>
  <updated>2026-02-17T00:00:00-08:00</updated>

  <entry>
    <title>February 17, 2026</title>
    <id>tag:google.com,2016:workflows-release-notes#February_17_2026</id>
    <updated>2026-02-17T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#February_17_2026"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Change</h3>
<p>Workflows is available in the following additional <a href="https://docs.cloud.google.com/workflows/docs/locations">region</a>: <code>asia-southeast3</code> (Bangkok, Thailand).</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 28, 2025</title>
    <id>tag:google.com,2016:workflows-release-notes#March_28_2025</id>
    <updated>2025-03-28T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#March_28_2025"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Support for a <a href="https://docs.cloud.google.com/workflows/docs/reference/connectors/gke/Overview">Kubernetes API connector</a> is generally available (<a href="https://cloud.google.com/products#product-launch-stages">GA</a>). The connector allows you to interact with Kubernetes objects in a Google Kubernetes Engine cluster. For more information, see <a href="https://docs.cloud.google.com/workflows/docs/access-kubernetes-api">Access Kubernetes API objects using a connector</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 28, 2025</title>
    <id>tag:google.com,2016:workflows-release-notes#February_28_2025</id>
    <updated>2025-02-28T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#February_28_2025"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Support to <a href="https://docs.cloud.google.com/workflows/docs/create-manage-tags">create and manage tags</a> is available.  You can use tags to group workflows and other resources for reporting, auditing, and access control.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 19, 2025</title>
    <id>tag:google.com,2016:workflows-release-notes#February_19_2025</id>
    <updated>2025-02-19T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#February_19_2025"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Change</h3>
<p>Workflows is available in the following additional <a href="https://docs.cloud.google.com/workflows/docs/locations">region</a>: <code>europe-north2</code> (Stockholm, Sweden).</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 07, 2025</title>
    <id>tag:google.com,2016:workflows-release-notes#February_07_2025</id>
    <updated>2025-02-07T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#February_07_2025"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Change</h3>
<p>Support for retrieving the <a href="https://docs.cloud.google.com/workflows/docs/debug-steps">detailed history of a workflow execution  (expected iterations, in-scope variables)</a> is available in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 06, 2025</title>
    <id>tag:google.com,2016:workflows-release-notes#February_06_2025</id>
    <updated>2025-02-06T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#February_06_2025"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Support for <a href="https://docs.cloud.google.com/workflows/docs/custom-constraints">creating custom organization policy constraints</a> is available.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 28, 2025</title>
    <id>tag:google.com,2016:workflows-release-notes#January_28_2025</id>
    <updated>2025-01-28T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#January_28_2025"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Breaking</h3>
<p>Workflows doesn't support HTTP requests to the IP-based endpoints of Google Kubernetes Engine cluster control planes. To ensure that your workflow functions as expected, you must access the DNS-based endpoints. For more information about the scope and impact, see the <a href="https://docs.cloud.google.com/workflows/docs/service-announcements#2025-01-28">service announcement</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>October 28, 2024</title>
    <id>tag:google.com,2016:workflows-release-notes#October_28_2024</id>
    <updated>2024-10-28T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#October_28_2024"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Two standard library functions to support common hashing algorithms have been added: <a href="https://docs.cloud.google.com/workflows/docs/reference/stdlib/hash/compute_checksum"><code>compute_checksum</code></a> and <a href="https://docs.cloud.google.com/workflows/docs/reference/stdlib/hash/compute_hmac"><code>compute_hmac</code></a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 30, 2024</title>
    <id>tag:google.com,2016:workflows-release-notes#September_30_2024</id>
    <updated>2024-09-30T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#September_30_2024"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>A <a href="https://docs.cloud.google.com/workflows/docs/reference/stdlib/math/floor">math.floor</a> function has been added to return the largest integer less than or equal to a given number.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 13, 2024</title>
    <id>tag:google.com,2016:workflows-release-notes#September_13_2024</id>
    <updated>2024-09-13T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#September_13_2024"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Change</h3>
<p>The maximum number of <a href="https://docs.cloud.google.com/workflows/quotas#quotas">concurrent workflow executions</a> has increased from 7,500 to 10,000.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 03, 2024</title>
    <id>tag:google.com,2016:workflows-release-notes#September_03_2024</id>
    <updated>2024-09-03T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#September_03_2024"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Support for <a href="https://docs.cloud.google.com/workflows/docs/executing-workflow#manage_execution_backlogging">execution backlogging</a> is available in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>. Backlogged executions
automatically run as soon as execution concurrency quota becomes available.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 17, 2024</title>
    <id>tag:google.com,2016:workflows-release-notes#June_17_2024</id>
    <updated>2024-06-17T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#June_17_2024"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Support for a <a href="https://docs.cloud.google.com/workflows/docs/reference/googleapis/aiplatform/Overview">Vertex AI API connector</a> is available in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>. Learn how to <a href="https://docs.cloud.google.com/workflows/docs/tutorials/use-vertex-ai-models">access Vertex AI models from a workflow</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>May 31, 2024</title>
    <id>tag:google.com,2016:workflows-release-notes#May_31_2024</id>
    <updated>2024-05-31T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#May_31_2024"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Support for the following connectors is generally available (<a href="https://cloud.google.com/products#product-launch-stages">GA</a>):</p>
<ul>
<li><a href="https://docs.cloud.google.com/workflows/docs/reference/googleapis/ml/Overview.md">AI platform training and prediction</a></li>
<li><a href="https://docs.cloud.google.com/workflows/docs/reference/googleapis/integrations/Overview">Application Integration</a></li>
<li><a href="https://docs.cloud.google.com/workflows/docs/reference/googleapis/batch/Overview">Batch API</a></li>
<li><a href="https://docs.cloud.google.com/workflows/docs/reference/googleapis/bigquerydatatransfer/Overview.md">BigQuery Data Transfer</a></li>
<li><a href="https://docs.cloud.google.com/workflows/docs/reference/googleapis/cloudresourcemanager/Overview.md">Cloud Resource Manager</a></li>
<li><a href="https://docs.cloud.google.com/workflows/docs/reference/googleapis/forms/Overview">Google Forms</a></li>
<li><a href="https://docs.cloud.google.com/workflows/docs/reference/googleapis/sheets/Overview">Google Sheets</a></li>
<li><a href="https://docs.cloud.google.com/workflows/docs/reference/googleapis/transcoder/Overview">Transcoder API</a></li>
</ul>
]]>
    </content>
  </entry>

  <entry>
    <title>May 30, 2024</title>
    <id>tag:google.com,2016:workflows-release-notes#May_30_2024</id>
    <updated>2024-05-30T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#May_30_2024"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Change</h3>
<p>The maximum number of <a href="https://docs.cloud.google.com/workflows/quotas#quotas">concurrent workflow executions</a> has increased from 5,000 to 7,500.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 22, 2024</title>
    <id>tag:google.com,2016:workflows-release-notes#April_22_2024</id>
    <updated>2024-04-22T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#April_22_2024"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Change</h3>
<p>Workflows is available in the following additional <a href="https://docs.cloud.google.com/workflows/docs/locations">region</a>: <code>me-central1</code> (Doha, Qatar).</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 04, 2024</title>
    <id>tag:google.com,2016:workflows-release-notes#March_04_2024</id>
    <updated>2024-03-04T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#March_04_2024"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Fixed</h3>
<p>An issue that allowed <a href="https://docs.cloud.google.com/workflows/docs/reference/syntax/jumps">jumps</a> in or out of parallel branches, parallel loops, and <code>for</code> loops is resolved. Only these jumps are allowed:</p>
<ul>
<li>To steps within the same <a href="https://docs.cloud.google.com/workflows/docs/reference/syntax/parallel-steps#jumps">parallel branch or loop</a></li>
<li>Between steps belonging to the same <a href="https://docs.cloud.google.com/workflows/docs/reference/syntax/iteration#jump-in-loop">for loop</a></li>
</ul>
]]>
    </content>
  </entry>

  <entry>
    <title>February 19, 2024</title>
    <id>tag:google.com,2016:workflows-release-notes#February_19_2024</id>
    <updated>2024-02-19T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#February_19_2024"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Change</h3>
<p>The maximum number of <a href="https://docs.cloud.google.com/workflows/quotas#quotas">concurrent workflow executions</a> has increased from 3,000 to 5,000.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 31, 2024</title>
    <id>tag:google.com,2016:workflows-release-notes#January_31_2024</id>
    <updated>2024-01-31T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#January_31_2024"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Change</h3>
<p>Workflows is available in the following additional <a href="https://docs.cloud.google.com/workflows/docs/locations">region</a>: <code>africa-south1</code> (Johannesburg, South Africa).</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 11, 2024</title>
    <id>tag:google.com,2016:workflows-release-notes#January_11_2024</id>
    <updated>2024-01-11T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#January_11_2024"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Support for <a href="https://docs.cloud.google.com/workflows/docs/invoke-private-endpoint-vpc">invoking a VPC Service Controls-compliant private endpoint</a> is generally available (<a href="https://cloud.google.com/products#product-launch-stages">GA</a>).</p>
<h3>Feature</h3>
<p>Support for <a href="https://docs.cloud.google.com/workflows/docs/use-environment-variables">defining environment variables at deployment time</a> is generally available (<a href="https://cloud.google.com/products#product-launch-stages">GA</a>). See the blog post: <a href="https://medium.com/google-cloud/custom-environment-variables-in-workflows-a72851049cb3">Custom Environment Variables in Workflows</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>December 15, 2023</title>
    <id>tag:google.com,2016:workflows-release-notes#December_15_2023</id>
    <updated>2023-12-15T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#December_15_2023"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Support to <a href="https://docs.cloud.google.com/workflows/docs/debug-steps">view the history of a workflow execution as a list of step entries</a> is generally available (<a href="https://cloud.google.com/products#product-launch-stages">GA</a>). See the blog post: <a href="https://docs.cloud.google.com/blog/products/application-development/announcing-workflows-execution-steps-history">Announcing Workflows execution steps history</a>.</p>
<aside class="note"><strong>Note:</strong><span> To view the step entries in the Google Cloud console on the <strong>Execution details</strong> page, you must have a role that contains the <code>workflows.workflows.get</code>, <code>workflows.executions.get</code>, and <code>workflows.stepEntries.list</code> permissions.</span></aside>
]]>
    </content>
  </entry>

  <entry>
    <title>November 17, 2023</title>
    <id>tag:google.com,2016:workflows-release-notes#November_17_2023</id>
    <updated>2023-11-17T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#November_17_2023"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Support for a <a href="https://docs.cloud.google.com/workflows/docs/reference/connectors/gke/Overview">Kubernetes API connector</a> is available in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>. The connector allows you to interact with Kubernetes objects in a Google Kubernetes Engine cluster. For more information, see <a href="https://docs.cloud.google.com/workflows/docs/access-kubernetes-api">Access Kubernetes API objects using a connector</a>. </p>
<p>See the blog post:
<a href="https://docs.cloud.google.com/blog/products/application-development/use-workflows-to-deploy-and-manage-kubernetes">Deploy and manage Kubernetes applications with Workflows</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>October 31, 2023</title>
    <id>tag:google.com,2016:workflows-release-notes#October_31_2023</id>
    <updated>2023-10-31T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#October_31_2023"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Change</h3>
<p>Workflows is available in the following additional <a href="https://docs.cloud.google.com/workflows/docs/locations">region</a>: <code>europe-west10</code> (Berlin, Germany).</p>
]]>
    </content>
  </entry>

  <entry>
    <title>October 26, 2023</title>
    <id>tag:google.com,2016:workflows-release-notes#October_26_2023</id>
    <updated>2023-10-26T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#October_26_2023"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Change</h3>
<p>A connection reset error is tagged as a <code>ConnectionError</code> and not a <code>ConnectionFailedError</code>, and it is not retried for non-idempotent requests. For more information, see <a href="https://docs.cloud.google.com/workflows/docs/reference/syntax/error-types">Workflow errors</a> and <a href="https://docs.cloud.google.com/workflows/docs/reference/syntax/retrying">Retry steps</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 19, 2023</title>
    <id>tag:google.com,2016:workflows-release-notes#September_19_2023</id>
    <updated>2023-09-19T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#September_19_2023"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Change</h3>
<p>Workflows is available in the following additional <a href="https://docs.cloud.google.com/workflows/docs/locations">region</a>: <code>me-central2</code> (Dammam, Saudi Arabia).</p>
]]>
    </content>
  </entry>

  <entry>
    <title>July 06, 2023</title>
    <id>tag:google.com,2016:workflows-release-notes#July_06_2023</id>
    <updated>2023-07-06T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#July_06_2023"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Support for <a href="https://docs.cloud.google.com/workflows/docs/use-environment-variables">defining environment variables at deployment time</a> is available in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>. See the blog post: <a href="https://medium.com/google-cloud/custom-environment-variables-in-workflows-a72851049cb3">Custom Environment Variables in Workflows</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 30, 2023</title>
    <id>tag:google.com,2016:workflows-release-notes#June_30_2023</id>
    <updated>2023-06-30T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#June_30_2023"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Three functions are available: <a href="https://docs.cloud.google.com/workflows/docs/reference/stdlib/map/merge"><code>map.merge</code></a> takes two maps, creates a copy of the first map, and adds items from the second map to the copy; <a href="https://docs.cloud.google.com/workflows/docs/reference/stdlib/map/merge_nested"><code>map.merge_nested</code></a> recursively adds items from a map to a copy of another map; <a href="https://docs.cloud.google.com/workflows/docs/reference/stdlib/uuid/generate"><code>uuid.generate</code></a> returns a random universally unique identifier.</p>
<h3>Feature</h3>
<p>Support for <a href="https://docs.cloud.google.com/workflows/docs/invoke-private-endpoint-vpc">invoking a VPC Service Controls-compliant private endpoint</a> is available in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 26, 2023</title>
    <id>tag:google.com,2016:workflows-release-notes#June_26_2023</id>
    <updated>2023-06-26T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#June_26_2023"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Support for <a href="https://docs.cloud.google.com/workflows/docs/use-cmek">Customer-Managed Encryption Keys (CMEK)</a> is generally available (<a href="https://cloud.google.com/products#product-launch-stages">GA</a>).</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 19, 2023</title>
    <id>tag:google.com,2016:workflows-release-notes#June_19_2023</id>
    <updated>2023-06-19T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#June_19_2023"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Fixed</h3>
<p>An issue with how Workflows handles HTTP headers with duplicate keys is resolved. The values associated with duplicate header keys are merged into a comma-separated list as described in <a class="external" href="https://www.rfc-editor.org/rfc/rfc9110">RFC 9110</a>. Previously, all but one of the values associated with duplicate keys would be dropped.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 15, 2023</title>
    <id>tag:google.com,2016:workflows-release-notes#June_15_2023</id>
    <updated>2023-06-15T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#June_15_2023"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Cloud Asset Inventory support for Workflows is now publicly available. For details, see the <a href="https://docs.cloud.google.com/asset-inventory/docs/release-notes#June_15_2023">Cloud Asset Inventory release note</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>May 17, 2023</title>
    <id>tag:google.com,2016:workflows-release-notes#May_17_2023</id>
    <updated>2023-05-17T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/workflows/docs/release-notes#May_17_2023"/>
    <content type="html"><![CDATA[<strong class="release-note-product-version-title">v1</strong>
<h3>Feature</h3>
<p>Support for a <a href="https://docs.cloud.google.com/workflows/docs/reference/googleapis/batch/Overview">Batch API connector</a> is available in <a href="https://cloud.google.com/products#product-launch-stages">Preview</a>.</p>
]]>
    </content>
  </entry>

</feed>
