<?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:chat-release-notes</id>
  <title>Chat API - Release notes</title>
  <link rel="self" href="https://developers.google.com/feeds/chat-release-notes.xml"/>
  <author>
    <name>Google Cloud Platform</name>
  </author>
  <updated>2026-09-18T00:00:00-07:00</updated>

  <entry>
    <title>September 18, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#September_18_2026</id>
    <updated>2026-09-18T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#September_18_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available:</strong> The Google Chat API endpoints targeting message pins
are now Generally Available (GA) and are no longer restricted to the Developer
Preview Program. Developers can use the Chat API to programmatically pin
messages, unpin messages, and list all pinned messages within a Google Chat
space.</p>
<p>For more details, see <a href="https://developers.google.com/workspace/chat/pin-messages">Pin or unpin messages in Google Chat
spaces</a> and the REST
reference documentation:</p>
<ul>
<li><a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.messagePins/create"><code>spaces.messagePins.create</code></a></li>
<li><a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.messagePins/delete"><code>spaces.messagePins.delete</code></a></li>
<li><a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.messagePins/list"><code>spaces.messagePins.list</code></a></li>
</ul>
]]>
    </content>
  </entry>

  <entry>
    <title>August 28, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#August_28_2026</id>
    <updated>2026-08-28T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#August_28_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Developer Preview:</strong> The Google Chat Model Context Protocol (MCP) server now supports three new tools: <code>mark_as_read</code>, <code>mark_as_unread</code>, and <code>list_memberships</code>. These tools enable AI agents to update the read state of a space or thread and list memberships on the user's behalf. This feature is available as part of the <a href="https://developers.google.com/workspace/preview">Developer Preview Program</a>.</p>
<p>To get started with the new tools, see the <a href="https://developers.google.com/workspace/chat/api/guides/configure-mcp-server">Set up the Chat MCP server</a> guide or view the full list of tools in the <a href="https://developers.google.com/workspace/chat/api/reference/mcp">Chat MCP tool reference</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>August 26, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#August_26_2026</id>
    <updated>2026-08-26T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#August_26_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Developer Preview:</strong> You can now add citations and footer sources to Google Chat text messages. This feature is available as part of the <a href="https://developers.google.com/workspace/preview">Developer Preview Program</a>.</p>
<p>You can provide sources in two ways:</p>
<ul>
<li><strong>Inline citations</strong>: Interactive cards that appear when users hold the pointer over specific parts of your message text.</li>
<li><strong>Footer sources</strong>: A list of sources displayed at the bottom of the message as footer links.</li>
</ul>
<p>Citations are supported when the message's <code>markupSyntax</code> is set to <code>MARKUP_SYNTAX_MARKDOWN</code> and when messages are created asynchronously using the Google Chat API.</p>
<p>For more information, see <a href="https://developers.google.com/workspace/chat/format-messages#messages-citations">Add citations to a text message</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>August 19, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#August_19_2026</id>
    <updated>2026-08-19T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#August_19_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available:</strong> You can now configure and respond to <strong>message actions</strong> in Google Chat. Message actions let users invoke your Chat app from the message context menu. This feature is available for both <a href="https://developers.google.com/workspace/chat/commands#respond-message-action">Google Chat apps</a> and <a href="https://developers.google.com/workspace/add-ons/chat/commands#respond-message-action">Google Workspace Add-ons that extend Google Chat</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>August 07, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#August_07_2026</id>
    <updated>2026-08-07T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#August_07_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available:</strong> You can now format Google Chat messages using standard
Markdown syntax. By specifying the <code>markupSyntax</code> field as
<code>MARKUP_SYNTAX_MARKDOWN</code> when creating a message using the Chat API, the body
text is parsed using standard Markdown formatting.</p>
<p>For more information, see <a href="https://developers.google.com/workspace/chat/format-messages">Format your messages</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>August 04, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#August_04_2026</id>
    <updated>2026-08-04T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#August_04_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available:</strong> You can now use the <a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/search"><code>spaces.search</code></a>
method of the Chat API to manage and search for spaces that the calling user is
a member of without administrator privileges.</p>
<p>For more information, see <a href="https://developers.google.com/workspace/chat/search-spaces">Search for
spaces</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>July 30, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#July_30_2026</id>
    <updated>2026-07-30T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#July_30_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available:</strong> You can now use the search method on the Message
Resource of the Chat API
(<a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.messages/search">REST</a>,
<a href="https://developers.google.com/workspace/chat/api/reference/rpc/google.chat.v1#google.chat.v1.ChatService.SearchMessages">RPC</a>)
to search for messages that the authenticated user has access to.</p>
<p>For more information, see
<a href="https://developers.google.com/workspace/chat/search-messages">Search messages</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>July 17, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#July_17_2026</id>
    <updated>2026-07-17T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#July_17_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available:</strong> You no longer need to manually configure a Google
Chat app in the Google Cloud console for integrations that only use the
Chat API to read data (for example, <code>GetSpace</code>, <code>ListMessages</code>) on behalf
of a user using OAuth. For read-only actions, you only need to enable the
API and create an OAuth client.</p>
<p>For more information, see
<a href="https://developers.google.com/workspace/chat/configure-chat-api">Configure the Google Chat API</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>July 13, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#July_13_2026</id>
    <updated>2026-07-13T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#July_13_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available</strong>: Subscriptions to user read state updates in Google Chat are now generally available.</p>
<p>You can use the Google Workspace Events API to subscribe to user read state updates in Google Chat. The following event types are supported:</p>
<ul>
<li><code>google.workspace.chat.spaceReadState.v1.updated</code>: A user's space read state is updated.</li>
<li><code>google.workspace.chat.threadReadState.v1.updated</code>: A user's thread read state is updated.</li>
<li><code>google.workspace.chat.spaceReadState.v1.batchUpdated</code>: Multiple space read states are updated for the subscribed user.</li>
<li><code>google.workspace.chat.threadReadState.v1.batchUpdated</code>: Multiple thread read states are updated for the subscribed user.</li>
</ul>
<p>This feature requires the <code>https://www.googleapis.com/auth/chat.users.readstate</code> or <code>https://www.googleapis.com/auth/chat.users.readstate.readonly</code> authorization scope.</p>
<p>To learn more, see <a href="https://developers.google.com/workspace/events/guides/events-chat">Subscribe to Google Chat events</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>July 09, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#July_09_2026</id>
    <updated>2026-07-09T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#July_09_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available</strong>: You can now configure separate, granular access
permissions for discovering and joining a space in the <a href="https://developers.google.com/workspace/chat/api/reference">Google Chat
API</a>. To specify who
can discover or join a space, include the
<a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces#accesssettings"><code>AccessSettings</code></a>
object in the
<a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces"><code>spaces</code></a>
resource, and use the
<a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces#accesspermissionsettings"><code>accessPermissionSettings</code></a>
field to specify granular permissions.</p>
<p>For more information, see the <a href="https://developers.google.com/workspace/chat/space-target-audience">Target audience for the Spaces
resource</a>.</p>
<p>Learn more in this Google Workspace Updates blog post: <a href="https://workspaceupdates.googleblog.com/2026/06/discoverable-space-setting-chat.html">New discoverable space
setting in Google
Chat</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>July 07, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#July_07_2026</id>
    <updated>2026-07-07T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#July_07_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available:</strong> You can now use the Google Chat API to read and update a user's <a href="https://support.google.com/chat/answer/9093489">availability in Google Chat</a>. The following methods are supported on the <a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/users.availability"><code>users.availability</code></a> resource:</p>
<ul>
<li><a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/users.availability/get"><code>get</code></a>: Gets a user's availability, including their presence and custom status.</li>
<li><a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/users.availability/patch"><code>patch</code></a>: Updates a user's custom status (with optional emoji and expiration time).</li>
<li><a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/users.availability/markAsActive"><code>markAsActive</code></a>: Sets a user's presence state to active.</li>
<li><a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/users.availability/markAsAway"><code>markAsAway</code></a>: Sets a user's presence state to away.</li>
<li><a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/users.availability/markAsDoNotDisturb"><code>markAsDoNotDisturb</code></a>: Sets a user's presence state to do not disturb.</li>
</ul>
<p>Additionally, Google Chat apps can subscribe to user availability updates using the Google Workspace Events API. The <code>google.workspace.chat.availability.v1.updated</code> event type is supported.</p>
<p>For more information, see <a href="https://developers.google.com/workspace/chat/manage-user-availability">Manage user availability for Chat apps</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 15, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#June_15_2026</id>
    <updated>2026-06-15T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#June_15_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Developer Preview:</strong> You can now use the <a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/search"><code>search</code></a> method of the Google Chat API to manage and search for spaces that the calling user is a member of without administrator privileges. This feature is available as part of the <a href="https://developers.google.com/workspace/preview">Developer Preview Program</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 12, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#June_12_2026</id>
    <updated>2026-06-12T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#June_12_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available:</strong> You can now quote messages from other spaces, or quote message replies from different threads in the same space. To do this, set the <code>quoteType</code> (REST) or <code>quote_type</code> (gRPC) field to <code>FORWARD</code> in <code>QuotedMessageMetadata</code> when creating a message.</p>
<p>For more information, see <a href="https://developers.google.com/workspace/chat/create-messages#quote-a-message">Quote a message</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>May 28, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#May_28_2026</id>
    <updated>2026-05-28T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#May_28_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Developer Preview:</strong> Subscriptions to user read state updates in Google Chat are now available as part of the <a href="https://developers.google.com/workspace/preview">Developer Preview Program</a>.</p>
<p>Google Chat apps can now subscribe to user read state updates in Google Chat using the Google Workspace Events API. The following event types are supported:</p>
<ul>
<li><code>google.workspace.chat.spaceReadState.v1.updated</code>: A user's space read state is updated.</li>
<li><code>google.workspace.chat.threadReadState.v1.updated</code>: A user's thread read state is updated.</li>
<li><code>google.workspace.chat.spaceReadState.v1.batchUpdated</code>: Multiple space read states are updated for the subscribed user.</li>
<li><code>google.workspace.chat.threadReadState.v1.batchUpdated</code>: Multiple thread read states are updated for the subscribed user.</li>
</ul>
<p>This feature requires the <code>https://www.googleapis.com/auth/chat.users.readstate</code> or <code>https://www.googleapis.com/auth/chat.users.readstate.readonly</code> authorization scope.</p>
<p>To learn more, see <a href="https://developers.google.com/workspace/events/guides/events-chat">Subscribe to Google Chat events</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>May 12, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#May_12_2026</id>
    <updated>2026-05-12T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#May_12_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Developer Preview</strong>: Available as part of the <a href="https://developers.google.com/workspace/preview">Developer Preview
Program</a>, which grants early
access to certain features.</p>
<p>You can now use the
<a href="https://developers.google.com/workspace/chat/api/reference/rpc/google.chat.v1#google.chat.v1.ChatService.SearchMessages"><code>search</code></a>
method on the
<a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.messages"><code>Message</code></a>
resource to search for messages that the authenticated user has access to.</p>
<p>For details, see <a href="https://developers.google.com/workspace/chat/search-messages">Search
messages</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>May 08, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#May_08_2026</id>
    <updated>2026-05-08T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#May_08_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available</strong>: Chat apps using <a href="https://developers.google.com/workspace/chat/authenticate-authorize-chat-app">app authentication</a> can now send a forced notification when sending a message or send a message silently by setting the <a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.messages/create#body.QUERY_PARAMETERS.create_message_notification_options"><code>createMessageNotificationOptions</code></a> field in the <code>CreateMessage</code> request. You can use these options to notify users:</p>
<ul>
<li><strong>Forced notifications</strong>: Overrides recipient notification settings and Do Not Disturb (DND) status to ensure the message is delivered as a push notification.</li>
<li><strong>Silent messages</strong>: Suppresses push notifications and prevents the message from bolding or bumping the space in the recipient's list.</li>
</ul>
<p>For more information, see <a href="https://developers.google.com/workspace/chat/create-messages#force-notify-silent">Send forced notifications or silent messages</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>May 07, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#May_07_2026</id>
    <updated>2026-05-07T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#May_07_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Chat MCP</strong></p>
<p><strong>Developer Preview</strong>: Available as part of the <a href="https://developers.google.com/workspace/preview">Developer Preview Program</a>, which grants early access to certain features.</p>
<p>The Google Chat Model Context Protocol (MCP) server now supports two new tools: <code>search_messages</code> and <code>send_message</code>. These tools allow AI agents to search for messages across conversations and send messages behalf of the user.</p>
<p>To get started with the new tools, see the <a href="https://developers.google.com/workspace/chat/api/guides/configure-mcp-server">Set up the Chat MCP server</a> guide or view the full list of tools in the <a href="https://developers.google.com/workspace/chat/api/reference/mcp">Chat MCP tool reference</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 22, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#April_22_2026</id>
    <updated>2026-04-22T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#April_22_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Developer Preview</strong>
<a href="https://developers.google.com/workspace/preview">Developer Preview Program</a></p>
<p>The <a href="https://modelcontextprotocol.io/">Model Context Protocol (MCP)</a> server for Google Chat is now available in developer preview. MCP is an open protocol that enables seamless integration between AI applications and your Chat conversations. By configuring the Chat MCP server, you enable AI agents to securely list messages and take actions, such as sending messages in your spaces.</p>
<p>For example, you can ask your AI agent: <em>"What's the latest update in the 'Project X' space?"</em></p>
<p>To get started with the Chat MCP server, see the following documentation:</p>
<ul>
<li><a href="https://developers.google.com/workspace/chat/api/guides/configure-mcp-server">Set up the Chat MCP server</a></li>
<li><a href="https://developers.google.com/workspace/chat/api/reference/mcp">Chat MCP tool reference</a></li>
</ul>
<p>To find more available MCP servers, see <a href="https://developers.google.com/workspace/guides/configure-mcp-servers">Model Context Protocol (MCP) servers in Google Workspace</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 15, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#April_15_2026</id>
    <updated>2026-04-15T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#April_15_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available</strong>: Chat apps can find existing group conversations with specific members using the <a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/findGroupChats"><code>FindGroupChats</code></a> method. For more information, see <a href="https://developers.google.com/workspace/chat/find-group-chats">Find a group chat</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 10, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#April_10_2026</id>
    <updated>2026-04-10T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#April_10_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Developer Preview</strong>: You can now configure and respond to <strong>message actions</strong> in Google Chat. Message actions let users invoke your Chat app from the message context menu. This feature is available for both <a href="https://developers.google.com/workspace/chat/commands#respond-message-action">Google Chat apps</a> and <a href="https://developers.google.com/workspace/add-ons/chat/commands#respond-message-action">Google Workspace Add-ons that extend Google Chat</a> through the <a href="https://developers.google.com/workspace/preview">Developer Preview Program</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 01, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#April_01_2026</id>
    <updated>2026-04-01T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#April_01_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available:</strong> Generally available - You can now call the Chat API to create and manage custom sections and organize conversations into a personalized view.</p>
<p>For more information, see the following guides:</p>
<ul>
<li><a href="https://developers.google.com/workspace/chat/create-section">Create a custom section</a></li>
<li><a href="https://developers.google.com/workspace/chat/delete-section">Delete a custom section</a></li>
<li><a href="https://developers.google.com/workspace/chat/list-sections">List custom sections</a></li>
<li><a href="https://developers.google.com/workspace/chat/update-section">Update a custom section</a></li>
<li><a href="https://developers.google.com/workspace/chat/position-section">Position a custom section</a></li>
<li><a href="https://developers.google.com/workspace/chat/list-section-items">List custom section items</a></li>
<li><a href="https://developers.google.com/workspace/chat/move-section-item">Move a custom section item</a></li>
</ul>
]]>
    </content>
  </entry>

  <entry>
    <title>March 31, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#March_31_2026</id>
    <updated>2026-03-31T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#March_31_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally available</strong>: The following Chat API methods support <a href="https://developers.google.com/workspace/chat/authenticate-authorize-chat-app">app authentication with administrator approval</a>:</p>
<ul>
<li><a href="https://developers.google.com/workspace/chat/get-messages#get-message-app-auth">Get a message</a></li>
<li><a href="https://developers.google.com/workspace/chat/list-messages#list-messages-app-auth">List messages</a></li>
<li><a href="https://developers.google.com/workspace/chat/get-space-event#get-space-event-app-auth">Get a space event</a></li>
<li><a href="https://developers.google.com/workspace/chat/list-space-events#list-space-events-app-auth">List space events</a></li>
</ul>
<p>Additionally, Chat apps can now call the following methods in the Google Workspace Events API using <a href="https://developers.google.com/workspace/chat/authenticate-authorize-chat-app">app authentication with administrator approval</a>:</p>
<ul>
<li><a href="https://developers.google.com/workspace/events/guides/create-subscription#app-auth">Subscribe to Chat space events</a></li>
<li><a href="https://developers.google.com/workspace/events/guides/update-subscription#update-app-auth">Update or renew a subscription</a></li>
<li><a href="https://developers.google.com/workspace/events/guides/reactivate-subscription#reactivate-app-auth">Reactivate a subscription</a></li>
</ul>
]]>
    </content>
  </entry>

  <entry>
    <title>March 19, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#March_19_2026</id>
    <updated>2026-03-19T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#March_19_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally available</strong>: Chat apps can now format text with block quotes. For details, see <a href="https://developers.google.com/workspace/chat/format-messages#format-texts">Format your messages</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 10, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#March_10_2026</id>
    <updated>2026-03-10T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#March_10_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Developer Preview</strong>: Chat apps can now create messages containing <a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/cards">cards</a> on behalf of users with <a href="https://developers.google.com/workspace/chat/authenticate-authorize-chat-user">user authentication</a>. Additionally, apps can asynchronously update the cards in these messages without requiring user interaction. For more information, see <a href="https://developers.google.com/workspace/chat/create-update-interactive-cards">Create and update interactive cards</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 13, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#February_13_2026</id>
    <updated>2026-02-13T00:00:00-08:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#February_13_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available:</strong> You can now dynamically populate dropdown menus in Google Chat apps from Google Workspace or external data sources, with an autocomplete functionality. To learn how, see <a href="https://developers.google.com/workspace/chat/design-interactive-card-dialog#dynamic-dropdown-menu">Design interactive cards and dialogs</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 09, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#February_09_2026</id>
    <updated>2026-02-09T00:00:00-08:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#February_09_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available:</strong> When <a href="https://developers.google.com/workspace/chat/create-messages#send-message-app">sending a message with app authentication</a>, Google Chat API now supports mentioning users who haven't joined a Chat space or are members of a <a href="https://developers.google.com/workspace/chat/import-data">space that is in import mode</a>. Previously, only <a href="https://developers.google.com/workspace/chat/create-messages#send-message-user">sending a message with user authentication</a> was supported. To learn how, see <a href="https://developers.google.com/workspace/chat/format-messages#messages-@mention">Mention users in a text message</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 03, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#February_03_2026</id>
    <updated>2026-02-03T00:00:00-08:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#February_03_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Developer Preview</strong>: You can now build Google Chat apps as Google Workspace add-ons that use <a href="https://cloud.google.com/pubsub/docs/">Cloud Pub/Sub</a> to receive messages. This architecture is useful if your Chat app is behind a firewall. For details, see <a href="https://developers.google.com/workspace/add-ons/chat/quickstart-pubsub">Build a Chat app that uses Pub/Sub</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 14, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#January_14_2026</id>
    <updated>2026-01-14T00:00:00-08:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#January_14_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Generally Available</strong>: You can now convert your interactive event-driven Chat apps to Google Workspace Add-ons that extends Chat.</p>
<p>By converting, your Google Chat app can use the Google Workspace Add-ons framework, opening up new possibilities for integration and features within Google Chat and across Google Workspace. For example, instead of two distributions — one Google Chat app and one Google Workspace add-on — you can distribute a single Google Workspace add-on through Google Workspace Marketplace that extends Chat apps alongside other Google Workspace host applications, like Gmail, Calendar, and Docs.</p>
<p>To learn more, see <a href="https://developers.google.com/workspace/add-ons/chat/convert">Convert an interactive Google Chat app to a Google Workspace add-on</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 07, 2026</title>
    <id>tag:google.com,2016:chat-release-notes#January_07_2026</id>
    <updated>2026-01-07T00:00:00-08:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#January_07_2026"/>
    <content type="html"><![CDATA[<h3>Other</h3>
<p>The
<a href="https://developers.google.com/chat/samples">Google Chat platform samples gallery</a>
now lets you find samples by products, language, and sample type. The gallery
also features the following new samples for building Chat apps:</p>
<ul>
<li><a href="https://developers.google.com/workspace/add-ons/chat/quickstart-a2a-agent">Agent2Agent agents</a></li>
<li><a href="https://developers.google.com/workspace/add-ons/chat/quickstart-adk-agent">ADK AI agents</a></li>
<li><a href="https://developers.google.com/workspace/add-ons/chat/quickstart-dialogflow-es">Dialogflow ES</a></li>
<li><a href="https://developers.google.com/workspace/add-ons/chat/quickstart-dialogflow-cx">Dialogflow CX</a></li>
</ul>
]]>
    </content>
  </entry>

  <entry>
    <title>December 14, 2025</title>
    <id>tag:google.com,2016:chat-release-notes#December_14_2025</id>
    <updated>2025-12-14T00:00:00-08:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/chat/docs/release-notes#December_14_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>Developer Preview</strong>: You can now dynamically populate drop-down menus in
Google Chat apps with data from Google Workspace or external data sources,
with an autocomplete functionality. To learn more, see
<a href="https://developers.google.com/workspace/chat/design-interactive-card-dialog#dynamic-dropdown-menu">Add interactive UI elements to cards</a>.</p>
]]>
    </content>
  </entry>

</feed>
