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

  <entry>
    <title>May 28, 2026</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#May_28_2026</id>
    <updated>2026-05-28T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/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>The Google Workspace Events API now supports subscriptions to Google Chat user read state updates. The API supports the following types of events:</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 07, 2025</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#July_07_2025</id>
    <updated>2025-07-07T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#July_07_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>(Developer Preview)</strong>: The Google Workspace Events API now supports subscriptions to Google Drive. The API supports the following types of events:</p>
<ul>
<li>A file is added to a folder or shared drive.</li>
<li>A file is moved to a folder or shared drive.</li>
<li>A file is edited or a new revision is uploaded.</li>
<li>A file is trashed or removed from the trash.</li>
<li>An access proposal is created or resolved on a file.</li>
</ul>
<p>For details, see <a href="https://developers.google.com/workspace/events/guides/events-drive">Subscribe to Google Drive events</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 02, 2025</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#June_02_2025</id>
    <updated>2025-06-02T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#June_02_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>The following app-specific fields on the <code>space.message</code> resource are now populated when the <code>created</code> and <code>updated</code> Google Chat events are sent:</p>
<ul>
<li><code>threadKey</code></li>
<li><code>clientAssignedMessageId</code></li>
<li><code>slashCommand</code></li>
<li><code>MatchedUrl</code></li>
</ul>
<p><a href="https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.messages">See the <code>space.message</code> resource</a>.</p>
<p><a href="https://developers.google.com/workspace/events/guides/events-chat#event-types">See the list of Google Chat event types</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 13, 2025</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#March_13_2025</id>
    <updated>2025-03-13T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#March_13_2025"/>
    <content type="html"><![CDATA[<h3>Announcement</h3>
<p>The Google Workspace Events API <code>v1beta</code> endpoint will be decommissioned for Google Chat and Google Meet events on April 30, 2025. To subscribe to Chat or Meet events, use the generally available <a href="https://developers.google.com/workspace/events/reference/rest/v1"><code>v1</code> endpoint</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>September 17, 2024</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#September_17_2024</id>
    <updated>2024-09-17T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#September_17_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>(Generally available)</strong> - For event subscriptions, you can now use the <code>eventTypes</code> field in the <code>updateMask</code> parameter of the <a href="https://developers.google.com/workspace/events/reference/rest/v1/subscriptions/patch"><code>subscriptions.patch</code></a> method to change the event types to receive for the target resource.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 24, 2024</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#June_24_2024</id>
    <updated>2024-06-24T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#June_24_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Google Chat apps can now create a subscription to receive events for all Chat spaces where the user is a member. To target all spaces for a user, set the subscription's <code>targetResource</code> field to <code>//chat.googleapis.com/spaces/-</code>. To learn more, see <a href="https://developers.google.com/workspace/events/guides/events-chat#supported_target_resources">Subscribe to Google Chat events</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>May 02, 2024</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#May_02_2024</id>
    <updated>2024-05-02T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#May_02_2024"/>
    <content type="html"><![CDATA[<h3>Announcement</h3>
<p>To subscribe to events using Apps Script, you can now use the Advanced Google Workspace Events service. For details, see the <a href="https://developers.google.com/apps-script/advanced/events">Apps Script reference documentation</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 28, 2024</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#March_28_2024</id>
    <updated>2024-03-28T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#March_28_2024"/>
    <content type="html"><![CDATA[<h3>Announcement</h3>
<p><strong>(Generally available)</strong>: Subscriptions to Google Chat spaces and users are now generally available. To learn more, see <a href="https://developers.google.com/workspace/events/guides/events-chat">Subscribe to Google Chat events</a>.</p>
<h3>Announcement</h3>
<p>Events about deleted messages are now supported (Event type: <code>google.workspace.chat.message.v1.deleted</code>).</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 15, 2024</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#February_15_2024</id>
    <updated>2024-02-15T00:00:00-08:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#February_15_2024"/>
    <content type="html"><![CDATA[<h3>Announcement</h3>
<p><strong>(Generally available)</strong>: The Google Workspace Events API is now generally available and supports subscriptions to Google Meet events. To learn more, see <a href="https://developers.google.com/workspace/events/guides/events-meet">Subscribe to Google Meet events</a> and the <a href="https://developers.google.com/workspace/events/reference/rest/v1"><code>v1</code> reference documentation</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 22, 2024</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#January_22_2024</id>
    <updated>2024-01-22T00:00:00-08:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#January_22_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>(Developer Preview)</strong>: The Google Workspace Events API supports the <a href="https://developers.google.com/workspace/events/reference/rest/v1beta/operations/get"><code>get()</code> method</a> on the <code>Operations</code> resource.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 19, 2024</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#January_19_2024</id>
    <updated>2024-01-19T00:00:00-08:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#January_19_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>(Developer Preview):</strong> The Google Workspace Events API now sends lifecycle events when subscriptions expire. For details, see <a href="https://developers.google.com/workspace/events/guides/events-lifecycle#expired">Subscription expired events</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 17, 2024</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#January_17_2024</id>
    <updated>2024-01-17T00:00:00-08:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#January_17_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>(Developer Preview)</strong>: The Google Workspace Events API now supports subscriptions to Google Chat users. Subscriptions to Chat users support the following event types:</p>
<ul>
<li>New memberships</li>
<li>Updated memberships</li>
<li>Deleted memberships</li>
<li>Multiple memberships have changed</li>
</ul>
<p>For details, see <a href="https://developers.google.com/workspace/events/guides/events-chat">Subscribe to Google Chat events</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>November 02, 2023</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#November_02_2023</id>
    <updated>2023-11-02T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#November_02_2023"/>
    <content type="html"><![CDATA[<h3>Announcement</h3>
<p><strong>(Developer Preview)</strong>: The Google Workspace Events API now supports subscriptions to Google Meet meeting spaces and users. The API supports the following types of events:</p>
<ul>
<li>A conference starts or ends.</li>
<li>A participant joins or leaves a conference.</li>
<li>A recording is generated.</li>
<li>A transcript is generated.</li>
</ul>
<p>To learn more, see <a href="https://developers.google.com/workspace/events/guides/events-meet">Subscribe to Google Meet events</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>October 30, 2023</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#October_30_2023</id>
    <updated>2023-10-30T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#October_30_2023"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><strong>(Developer Preview)</strong>: Subscriptions to Google Chat spaces now support the following event types:</p>
<ul>
<li>New reactions</li>
<li>Removed reactions</li>
<li>Multiple reactions have changed.</li>
</ul>
<p>For details, see <a href="https://developers.google.com/workspace/events/guides/events-chat">Subscribe to Google Chat events</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>October 03, 2023</title>
    <id>tag:google.com,2016:workspaceevents-release-notes#October_03_2023</id>
    <updated>2023-10-03T00:00:00-07:00</updated>
    <link rel="alternate" href="https://developers.google.com/workspace/events/docs/release-notes#October_03_2023"/>
    <content type="html"><![CDATA[<h3>Announcement</h3>
<p><strong>(Developer Preview):</strong> The Google Workspace Events API is now available to members of the Developer Preview Program. The API supports subscribing to Google Chat spaces for the following types of events:</p>
<ul>
<li>New messages</li>
<li>Updated messages</li>
<li>New members</li>
<li>Updated members</li>
<li>Removed members</li>
<li>Updated space</li>
<li>Deleted space</li>
</ul>
<p>To learn more, see the <a href="https://developers.google.com/workspace/events/guides">Google Workspace Events API overview</a>.</p>
]]>
    </content>
  </entry>

</feed>
