tag:google.com,2016:workspace-release-notes Google Workspace - Release notes Google Cloud Platform 2026-03-12T00:00:00-07:00 March 12, 2026 tag:google.com,2016:workspace-release-notes#March_12_2026 2026-03-12T00:00:00-07:00 Google Apps Script

Feature

Generally Available: The AddOnsResponseService and its associated classes in Apps Script are now generally available. This service allows developers to create and manage interactive responses for Google Workspace Add-ons that extend Google Chat.

Google Workspace add-ons

Feature

Generally Available: The Google Cloud Pub/Sub integration for Google Workspace Add-ons that extend Google Chat is now generally available. This integration allows add-ons to receive and respond to events from Google Chat using Pub/Sub. For more information, see Build a Chat app that uses Pub/Sub.

Feature

Generally Available: The Dialogflow integrations for Google Workspace Add-ons that extend Google Chat is now generally available. These integrations let add-ons use Dialogflow CX or Dialogflow ES to understand and respond to user queries in natural language. For more information, see Build a Dialogflow CX Chat app or Build a Dialogflow ES Chat app.

]]>
March 10, 2026 tag:google.com,2016:workspace-release-notes#March_10_2026 2026-03-10T00:00:00-07:00 Chat API

Feature

Developer Preview: Chat apps can now create messages containing cards on behalf of users with user authentication. Additionally, apps can asynchronously update the cards in these messages without requiring user interaction. For more information, see Create and update interactive cards.

]]>
March 05, 2026 tag:google.com,2016:workspace-release-notes#March_05_2026 2026-03-05T00:00:00-08:00 Google Apps Script

Deprecated

Deprecated: The method setAuthentication(clientId, signingKey) has been deprecated and is scheduled for sunset in June 2026. This change is because Maps platform client IDs were deprecated on May 26, 2025, and can't be used after May 31, 2026. Instead, use setAuthenticationByKey(apiKey) or setAuthenticationByKey(apiKey, signingKey). To get an API key, refer to the Client ID Migration Guide.

Feature

Generally Available: To authenticate to the Maps service, you can now use an API key with the new methods setAuthenticationByKey(apiKey) and setAuthenticationByKey(apiKey, signingKey). To reset authentication to the default mode, use resetAuthenticationApiKey().

]]>
February 25, 2026 tag:google.com,2016:workspace-release-notes#February_25_2026 2026-02-25T00:00:00-08:00 Google Drive API

Deprecated

Generally Available: The enforceExpansiveAccess query parameter is now deprecated for all methods in the permissions resource (v2 and v3). To restrict item access, use the folders with limited access setting instead.

]]>
February 17, 2026 tag:google.com,2016:workspace-release-notes#February_17_2026 2026-02-17T00:00:00-08:00 Google Calendar API

Announcement

We have updated the guidance for using Google Meet conferences on Google Calendar events.

Reusing Google Meet codes across different events can cause access issues, and can expose meeting details to unintended users. We recommend that you generate a new conference using the createRequest field for every new event.

For more information about using events with the Calendar API, see the documentation for the events resource.

]]>
February 09, 2026 tag:google.com,2016:workspace-release-notes#February_09_2026 2026-02-09T00:00:00-08:00 Chat API

Feature

Generally Available: When sending a message with app authentication, Google Chat API now supports mentioning users who haven't joined a Chat space or are members of a space that is in import mode. Previously, only sending a message with user authentication was supported. To learn how, see Mention users in a text message.

]]>
February 03, 2026 tag:google.com,2016:workspace-release-notes#February_03_2026 2026-02-03T00:00:00-08:00 Chat API

Feature

Developer Preview: You can now build Google Chat apps as Google Workspace add-ons that use Cloud Pub/Sub to receive messages. This architecture is useful if your Chat app is behind a firewall. For details, see Build a Chat app that uses Pub/Sub.

Gmail API

Feature

Generally Available: The Gmail Postmaster Tools API v2 is now generally available. The API provides access to the full Postmaster Tools dataset—including compliance status data—and includes enhancements like flexible querying with queryDomainStats and support for batch operations. For details on how to use the v2 API, see the updated Postmaster Tools API documentation.

]]>
January 14, 2026 tag:google.com,2016:workspace-release-notes#January_14_2026 2026-01-14T00:00:00-08:00 Chat API

Feature

Generally Available: You can now convert your interactive event-driven Chat apps to Google Workspace Add-ons that extends Chat.

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.

To learn more, see Convert an interactive Google Chat app to a Google Workspace add-on.

]]>
January 12, 2026 tag:google.com,2016:workspace-release-notes#January_12_2026 2026-01-12T00:00:00-08:00 Google Apps Script

Feature

Generally Available: Use Apps Script's Vertex AI advanced service to call the Vertex AI API and prompt AI models to generate text, images, and more.

For details, see the Vertex AI advanced service reference documentation.

]]>
January 08, 2026 tag:google.com,2016:workspace-release-notes#January_08_2026 2026-01-08T00:00:00-08:00 Google Workspace Marketplace API

Deprecated

The licenseNotification resource and the licenseNotification.list method are now deprecated. The licenseNotification.list method previously retrieved a list of licensing notifications for a given app.

There is no alternative resource or method within the Google Workspace Marketplace API. However, user-initiated install events can be tracked through Google Analytics.

]]>
January 07, 2026 tag:google.com,2016:workspace-release-notes#January_07_2026 2026-01-07T00:00:00-08:00 Chat API

Other

The Google Chat platform samples gallery now lets you find samples by products, language, and sample type. The gallery also features the following new samples for building Chat apps:

Google Apps Script

Other

The Apps Script samples gallery now lets you find samples by use case, products, and sample type. The gallery also features the following new samples:

Google Workspace add-ons

Feature

Developer Preview: You can now build Chat apps that extend Google Workspace add-ons using Apps Script's AddOnsResponseService. For details, see AddOns Response Service.

Other

The Add-ons samples gallery now lets you find samples by products, languages, sample type, and add-on type. The gallery also features the following new samples:

]]>
December 30, 2025 tag:google.com,2016:workspace-release-notes#December_30_2025 2025-12-30T00:00:00-08:00 Google Workspace Admin SDK

Change

License Manager API: The SKU name "Gemini Education" has been renamed to "Google AI Pro for Education." For details, see the Google Product and SKU IDs documentation and announcement.

]]>
December 17, 2025 tag:google.com,2016:workspace-release-notes#December_17_2025 2025-12-17T00:00:00-08:00 Google Drive API

Feature

Generally Available: The Google Drive API now supports the reading of content approvals on Drive files through the approvals resource. To retrieve approvals on a file, you can use either the get or list method.

For details, see Manage approvals.

Feature

(Developer Preview): You can now get approval events in Google Drive. The following event types are supported:

  • An approval is created, cancelled, reset, or completed on a file.
  • An approval reviewer is changed on a file.
  • An approval reviewer responded to an approval on a file.

For details, see Subscribe to Google Drive events in the Google Workspace Events API documentation. For information on how to receive Google Drive events from Google Cloud Pub/Sub, see Work with events from Google Drive.

Google Meet

Feature

Meet API

Developer Preview: Subscriptions are now available for the following smartNotes events:

  • google.workspace.meet.smartNote.v2.started
  • google.workspace.meet.smartNote.v2.ended
  • google.workspace.meet.smartNote.v2.fileGenerated

For details, see Subscribe to Google Meet events in the Google Workspace Events API documentation.

For information on how to receive Google Meet events from Google Cloud Pub/Sub, see Respond to events from Google Meet.

]]>
December 15, 2025 tag:google.com,2016:workspace-release-notes#December_15_2025 2025-12-15T00:00:00-08:00 Google Meet

Feature

Meet API

Developer Preview: Available as part of the Developer Preview Program, which grants early access to certain features.

You can now retrieve smart notes files in a conference record using the get and list methods on the smartNotes resource.

For details, see Work with artifacts.

]]>
December 14, 2025 tag:google.com,2016:workspace-release-notes#December_14_2025 2025-12-14T00:00:00-08:00 Chat API

Feature

Developer Preview: 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 Add interactive UI elements to cards.

]]>
December 11, 2025 tag:google.com,2016:workspace-release-notes#December_11_2025 2025-12-11T00:00:00-08:00 Chat API

Feature

Developer Preview: You can now call the Chat API to create and manage custom sections and organize conversations in a personalized view:

To learn more, see Section (RPC, REST) and SectionItem (RPC, REST) in the Chat API documentation.

Google Workspace add-ons

Other

Limited Preview: Extending Google Workspace Studio with add-ons is in limited preview.

]]>
December 09, 2025 tag:google.com,2016:workspace-release-notes#December_09_2025 2025-12-09T00:00:00-08:00 Chat API

Announcement

Generally available: The Chat API now supports reading rich links to Gmail threads in Chat messages that appear as chips. To learn more, see RichLinkType in the Chat API reference documentation.

Google Workspace add-ons

Feature

Developer Preview: You can now build Dialogflow CX and Dialogflow ES Chat apps as Google Workspace add-ons.

]]>
December 03, 2025 tag:google.com,2016:workspace-release-notes#December_03_2025 2025-12-03T00:00:00-08:00 Google Workspace add-ons

Feature

Generally Available: You can now build add-ons that extend Google Workspace Studio (previously known as Google Workspace Flows). For details, see Extend Google Workspace Studio.

For ideas about what you can build, see Introducing Google Workspace Studio: Automate everyday work with AI agents in the Google Workspace blog.

]]>
December 02, 2025 tag:google.com,2016:workspace-release-notes#December_02_2025 2025-12-02T00:00:00-08:00 Gmail API

Feature

Developer Preview: You can now access data in Gmail Postmaster Tools v2 using the v2beta API. The new API provides access to the full Postmaster Tools dataset, including compliance status data.

The v2beta API also includes enhancements such as the queryDomainStats method for flexible querying, and adds support for batch operations.

To learn how to use the API, see the Postmaster Tools API documentation.

]]>
November 20, 2025 tag:google.com,2016:workspace-release-notes#November_20_2025 2025-11-20T00:00:00-08:00 Google Meet

Feature

Meet API

Developer Preview: Available as part of the Developer Preview Program, which grants early access to certain features.

You can now identify and join a meeting space using the phoneAccess and gatewaySipAccess fields on the spaces resource.

For details, see How Meet identifies a meeting space.

]]>
November 12, 2025 tag:google.com,2016:workspace-release-notes#November_12_2025 2025-11-12T00:00:00-08:00 Google Meet

Feature

Meet API

Generally Available: Calendar invitees can now receive google.workspace.meet.conference.v2.started and google.workspace.meet.transcript.v2.fileGenerated events.

For details, see Subscribe to Google Meet events in the Google Workspace Events API documentation.

For information on how to receive Google Meet events from Google Cloud Pub/Sub, see Respond to events from Google Meet.

]]>
November 11, 2025 tag:google.com,2016:workspace-release-notes#November_11_2025 2025-11-11T00:00:00-08:00 Google Drive API

Feature

(Developer Preview): You can now get comment and reply events in Google Drive. The following event types are supported:

  • A user posts a comment in a Google Docs, Sheets, or Slides file.
  • A user replies to a comment.

For details, see Subscribe to Google Drive events in the Google Workspace Events API documentation. For information on how to receive Google Drive events from Google Cloud Pub/Sub, see Work with events from Google Drive.

]]>
October 30, 2025 tag:google.com,2016:workspace-release-notes#October_30_2025 2025-10-30T00:00:00-07:00 Chat API

Feature

Developer Preview: Chat apps can find existing group conversations with specific members using FindGroupChats.

]]>
October 27, 2025 tag:google.com,2016:workspace-release-notes#October_27_2025 2025-10-27T00:00:00-07:00 Google Calendar API

Feature

Generally available starting November 10, 2025:

Secondary calendars will now have a single data owner. This applies to both existing and newly created calendars. In the Calendar API, the data owner's email address will be in the read-only dataOwner field in the Calendars and CalendarList resources.

To prevent unintended actions and undesired states, the following new restrictions apply:

  • Only the data owner can delete secondary calendars.
  • The data owner's access level cannot be changed from the default owner access.
  • The data owner cannot remove an owned calendar from their calendar list. They can hide it from their UI.

When a new secondary calendar is created, the authenticated user that makes the request is the data owner. We recommend that you use user authentication to create secondary calendars. Data ownership can be transferred in the Google Calendar UI.

For more details, see the documentation for Calendars and CalendarList closer to November 10.

Google Workspace add-ons

Feature

Gemini Alpha: As part of the Gemini Alpha program, you can now build add-ons that extend Google Workspace Flows. For details, see Extend Google Workspace Flows.

]]>
October 22, 2025 tag:google.com,2016:workspace-release-notes#October_22_2025 2025-10-22T00:00:00-07:00 Chat API

Announcement

Generally available: When sending private messages, Chat apps can now include interactive accessory widgets.

Feature

Generally available: We're enhancing membership roles in Chat spaces by introducing a new membership role type. In the Chat UI, existing space managers are now owners and a new manager role is added.

Previously, there were three membership role types in Chat API. MEMBERSHIP_ROLE_UNSPECIFIED, which meant a user wasn't a member but could be invited. ROLE_MEMBER, which meant a user was a member of the space. And ROLE_MANAGER, which meant a user was a space manager.

Now, in the Chat UI, ROLE_MANAGER users are called owners; this is a cosmetic change so permissions and the API enum remain the same. To help space owners administer spaces, we're introducing ROLE_ASSISTANT_MANAGER which is called manager in the UI. Possible membership roles include:

  • MEMBERSHIP_ROLE_UNSPECIFIED: Default value. For users: they aren't a member of the space, but can be invited. For Google Groups: they're always assigned this role.
  • ROLE_MEMBER: A member of the space. In the Chat UI, this role is called Member. Members have basic permissions, like reading messages in a space. Managers and Owners can grant them additional permissions, like adding or removing members, editing space details, and turning history on and off.
  • ROLE_ASSISTANT_MANAGER: A space manager. In the Chat UI, this role is called Manager. By default, managers have permission to make other members managers, delete messages, and change space permissions.
  • ROLE_MANAGER: A space owner. In the Chat UI, this role is called Owner. Owners have the broadest set of permissions, including permission to make other members owners or delete the space.

To learn more, see Update a user's membership in a Google Chat space and MembershipRole in the Chat API reference documentation.

]]>
September 22, 2025 tag:google.com,2016:workspace-release-notes#September_22_2025 2025-09-22T00:00:00-07:00 Chat API

Announcement

Generally available: You can now format text with Markdown, including lists and code blocks, in your Chat apps.

]]>
September 18, 2025 tag:google.com,2016:workspace-release-notes#September_18_2025 2025-09-18T00:00:00-07:00 Chat API

Feature

Developer Preview: The following Chat API methods support app authentication with administrator approval when called with chat.app.* authorization scopes:

Additionally, Chat apps can now call the following methods in the Google Workspace Events API using app authentication with administrator approval with chat.app.* authorization scopes:

]]>
September 12, 2025 tag:google.com,2016:workspace-release-notes#September_12_2025 2025-09-12T00:00:00-07:00 Chat API

Feature

Generally available: Increased per-space quota limits for writing messages and reactions with the Chat API:

  • When importing data to Google Chat, the per-space quota limit for writing messages with spaces.messages.create increases from 60 to 600 per minute.
  • When writing reactions with spaces.messages.reactions.create, the per-space quota limit increases from 60 to 300 per minute.

To learn more, see the Chat API's per-space quotas.

]]>
September 10, 2025 tag:google.com,2016:workspace-release-notes#September_10_2025 2025-09-10T00:00:00-07:00 Chat API

Feature

Generally available: You can now design your Chat app to include a carousel, which is a layout that rotates and displays a list of cards in a slideshow format, with buttons navigating to the previous or next carousel card. For details, see Carousel.

Gmail API

Feature

You can now use annotations to create Deal Cards in the Promotions tab. To get started, see the overview of Deal Cards.

]]>
August 18, 2025 tag:google.com,2016:workspace-release-notes#August_18_2025 2025-08-18T00:00:00-07:00 Chat API

Feature

Developer Preview: The following Chat API methods support app authentication with administrator approval:

]]>