---
name: Developer Release Notes
slug: developer-release-notes
type: feed
source_url: https://developers.google.com/workspace/release-notes
organization: Google
organization_slug: google
total_releases: 30
latest_date: 2026-05-01
last_updated: 2026-05-07
tracking_since: 2025-11-20
canonical: https://releases.sh/google/developer-release-notes
organization_url: https://releases.sh/google
---

<Release date="May 1, 2026" published="2026-05-01T07:00:00.000Z" url="https://developers.google.com/workspace/release-notes#May_01_2026">
## May 01, 2026

## Gmail API

### Announcement

**Generally Available**: Updates to Gmail API usage quotas

A new tiering model with updates to API usage quotas will start to roll out. For
more information, see [Google Workspace standardized model for agent tools and
APIs](https://developers.google.com/workspace/tools-safety).

### Announcement

**Generally Available**: Quota units for `drafts.get`,
`messages.attachments.get`, `messages.get`, `messages.trash`, `threads.get`, and
`threads.trash` have changed.

## Google Calendar API

### Announcement

**Generally Available**: Updates to Calendar API usage quotas

A new tiering model with updates to API usage quotas will start to roll out. For
more information, see [Google Workspace standardized model for agent tools and
APIs](https://developers.google.com/workspace/tools-safety).

## Google Drive API

### Announcement

**Generally Available**: Updates to Drive API usage quotas

A new tiering model with updates to API usage quotas will start to roll out. For
more information, see [Google Workspace standardized model for agent tools and
APIs](https://developers.google.com/workspace/tools-safety).

### Announcement

**Generally Available**: To help align resource usage in the Google Drive API,
usage quotas will change to be measured in quota units instead of the number of
requests. Additionally, Google Workspace users can now only egress 1 TB per day.
For more information, see [Google Drive API usage
limits](https://developers.google.com/workspace/drive/api/guides/limits).
</Release>

<Release date="April 22, 2026" published="2026-04-22T07:00:00.000Z" url="https://developers.google.com/workspace/release-notes#April_22_2026">
## April 22, 2026

## Chat API

### Feature

**[Developer Preview](https://developers.google.com/workspace/preview)**: The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) 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.

For example, you can ask your AI agent: *"What's the latest update in the 'Project X' space?"*

To get started with the Chat MCP server, see the following documentation:

- [Set up the Chat MCP server](https://developers.google.com/workspace/chat/api/guides/configure-mcp-server)

- [Chat MCP tool reference](https://developers.google.com/workspace/chat/api/reference/mcp)

To find more available MCP servers, see [Model Context Protocol (MCP) servers in Google Workspace](https://developers.google.com/workspace/guides/configure-mcp-servers).

## Gmail API

### Feature

**[Developer Preview](https://developers.google.com/workspace/preview)**: The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for Gmail is now available in developer preview. MCP is an open protocol that enables seamless integration between AI applications and Gmail. By configuring the Gmail MCP server, you enable AI agents to securely read your emails and take actions, such as creating drafts and labeling messages.

For example, you can ask your AI agent: *"What did Ariel say in her last email about our marketing plan?"*

To get started with the Gmail MCP server, see the following documentation:

- [Set up the Gmail MCP server](https://developers.google.com/workspace/gmail/api/guides/configure-mcp-server)

- [Gmail MCP tool reference](https://developers.google.com/workspace/gmail/api/reference/mcp)

To find more available MCP servers, see [Model Context Protocol (MCP) servers in Google Workspace](https://developers.google.com/workspace/guides/configure-mcp-servers).

## Google Calendar API

### Feature

**[Developer Preview](https://developers.google.com/workspace/preview)**: The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for Google Calendar is now available in developer preview. MCP is an open protocol that enables seamless integration between AI applications and your calendars. By configuring the Calendar MCP server, you enable AI agents to securely read your schedule and take actions, such as creating, updating, or deleting events.

For example, you can ask your AI agent: *"When is my next meeting with Ariel?"*

To get started with the Calendar MCP server, see the following documentation:

- [Set up the Calendar MCP server](https://developers.google.com/workspace/calendar/api/guides/configure-mcp-server)

- [Calendar MCP tool reference](https://developers.google.com/workspace/calendar/api/v3/reference/mcp)

To find more available MCP servers, see [Model Context Protocol (MCP) servers in Google Workspace](https://developers.google.com/workspace/guides/configure-mcp-servers).

## Google Drive API

### Feature

**[Developer Preview](https://developers.google.com/workspace/preview)**: The [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for Google Drive is now available in developer preview. MCP is an open protocol that enables seamless integration between AI applications and your Drive files. By configuring the Drive MCP server, you enable AI agents to securely search your files and take actions, such as reading content or creating files.

For example, you can ask your AI agent: *"Summarize the file 'Marketing Plan'."*

To get started with the Drive MCP server, see the following documentation:

- [Set up the Drive MCP server](https://developers.google.com/workspace/drive/api/guides/configure-mcp-server)

- [Drive MCP tool reference](https://developers.google.com/workspace/drive/api/reference/mcp)

To find more available MCP servers, see [Model Context Protocol (MCP) servers in Google Workspace](https://developers.google.com/workspace/guides/configure-mcp-servers).
</Release>

<Release date="April 21, 2026" published="2026-04-21T07:00:00.000Z" url="https://developers.google.com/workspace/release-notes#April_21_2026">
## April 21, 2026

## Google Drive API

### Feature

**Generally Available**: The Google Drive API now lets you start and manage
approvals on Drive files through the
[`approvals`](https://developers.google.com/workspace/drive/api/reference/rest/v3/approvals)
resource. The following API methods have been added:

- [`approvals.start`](https://developers.google.com/workspace/drive/api/reference/rest/v3/approvals/start)

- [`approvals.approve`](https://developers.google.com/workspace/drive/api/reference/rest/v3/approvals/approve)

- [`approvals.decline`](https://developers.google.com/workspace/drive/api/reference/rest/v3/approvals/decline)

- [`approvals.reassign`](https://developers.google.com/workspace/drive/api/reference/rest/v3/approvals/reassign)

- [`approvals.cancel`](https://developers.google.com/workspace/drive/api/reference/rest/v3/approvals/cancel)

- [`approvals.comment`](https://developers.google.com/workspace/drive/api/reference/rest/v3/approvals/comment)

You can still retrieve and list the status of your approvals using either the
[`approvals.get`](https://developers.google.com/workspace/drive/api/reference/rest/v3/approvals/get)
or the
[`approvals.list`](https://developers.google.com/workspace/drive/api/reference/rest/v3/approvals/list)
method.

For details, see [Manage
approvals](https://developers.google.com/workspace/drive/api/guides/approvals).
</Release>

<Release date="April 16, 2026" published="2026-04-16T07:00:00.000Z" url="https://developers.google.com/workspace/release-notes#April_16_2026">
## April 16, 2026

## Google Meet

### Announcement

**Meet API**

**Generally Available**: The [`phoneAccess`](https://developers.google.com/workspace/meet/api/reference/rest/v2/spaces#Space.FIELDS.phone_access)
and
[`gatewaySipAccess`](https://developers.google.com/workspace/meet/api/reference/rest/v2/spaces#Space.FIELDS.gateway_sip_access)
fields on the
[`spaces`](https://developers.google.com/workspace/meet/api/reference/rest/v2/spaces)
resource can now be used to identify and join a meeting space.

For details, see [How Meet identifies a meeting
space](https://developers.google.com/workspace/meet/api/guides/meeting-spaces-overview#identify-meeting-space).
</Release>

<Release date="April 15, 2026" published="2026-04-15T07:00:00.000Z" url="https://developers.google.com/workspace/release-notes#April_15_2026">
## April 15, 2026

## Chat API

### Feature

**Generally Available**: Chat apps can find existing group conversations with specific members using the [`FindGroupChats`](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/findGroupChats) method. For more information, see [Find a group chat](https://developers.google.com/workspace/chat/find-group-chats).
</Release>

<Release date="April 10, 2026" published="2026-04-10T07:00:00.000Z" url="https://developers.google.com/workspace/release-notes#April_10_2026">
## April 10, 2026

## Chat API

### Feature

**Developer Preview**: You can now configure and respond to **message actions** in Google Chat. Message actions let users invoke your Chat app from the message context menu. This feature is available for both [Google Chat apps](https://developers.google.com/workspace/chat/commands#respond-message-action) and [Google Workspace Add-ons that extend Google Chat](https://developers.google.com/workspace/add-ons/chat/commands#respond-message-action) through the [Developer Preview Program](https://developers.google.com/workspace/preview).

## Google Workspace add-ons

### Feature

**Developer Preview**: You can now configure and respond to **message actions** in Google Chat. Message actions let users invoke your Chat app from the message context menu. This feature is available for both [Google Chat apps](https://developers.google.com/workspace/chat/commands#respond-message-action) and [Google Workspace Add-ons that extend Google Chat](https://developers.google.com/workspace/add-ons/chat/commands#respond-message-action) through the [Developer Preview Program](https://developers.google.com/workspace/preview).
</Release>

<Release date="April 2, 2026" published="2026-04-02T07:00:00.000Z" url="https://developers.google.com/workspace/release-notes#April_02_2026">
## April 02, 2026

## Google Meet

### Announcement

**Meet API**

**Generally Available**: The [`get`](https://developers.google.com/workspace/meet/api/reference/rest/v2/conferenceRecords.smartNotes/get)
and
[`list`](https://developers.google.com/workspace/meet/api/reference/rest/v2/conferenceRecords.smartNotes/list)
methods on the
[`smartNotes`](https://developers.google.com/workspace/meet/api/reference/rest/v2/conferenceRecords.smartNotes)
resource can now retrieve smart notes files in a conference record. For details,
see [Work with
artifacts](https://developers.google.com/workspace/meet/api/guides/artifacts#smart-notes).

Additionally, subscriptions are now generally 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](https://developers.google.com/workspace/events/guides/events-meet) and
[Respond to events from Google
Meet](https://developers.google.com/workspace/meet/api/guides/events-overview).
</Release>

<Release date="April 1, 2026" published="2026-04-01T07:00:00.000Z" url="https://developers.google.com/workspace/release-notes#April_01_2026">
## April 01, 2026

## Chat API

### Feature

**Generally Available:** Generally available - You can now call the Chat API to create and manage custom sections and organize conversations into a personalized view.

For more information, see the following guides:

- [Create a custom section](https://developers.google.com/workspace/chat/create-section)

- [Delete a custom section](https://developers.google.com/workspace/chat/delete-section)

- [List custom sections](https://developers.google.com/workspace/chat/list-sections)

- [Update a custom section](https://developers.google.com/workspace/chat/update-section)

- [Position a custom section](https://developers.google.com/workspace/chat/position-section)

- [List custom section items](https://developers.google.com/workspace/chat/list-section-items)

- [Move a custom section item](https://developers.google.com/workspace/chat/move-section-item)
</Release>

<Release date="March 31, 2026" published="2026-03-31T07:00:00.000Z" url="https://developers.google.com/workspace/release-notes#March_31_2026">
## March 31, 2026

## Chat API

### Feature

**Generally available**: The following Chat API methods support [app authentication with administrator approval](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app):

- [Get a message](https://developers.google.com/workspace/chat/get-messages#get-message-app-auth)

- [List messages](https://developers.google.com/workspace/chat/list-messages#list-messages-app-auth)

- [Get a space event](https://developers.google.com/workspace/chat/get-space-event#get-space-event-app-auth)

- [List space events](https://developers.google.com/workspace/chat/list-space-events#list-space-events-app-auth)

Additionally, Chat apps can now call the following methods in the Google Workspace Events API using [app authentication with administrator approval](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app):

- [Subscribe to Chat space events](https://developers.google.com/workspace/events/guides/create-subscription#app-auth)

- [Update or renew a subscription](https://developers.google.com/workspace/events/guides/update-subscription#update-app-auth)

- [Reactivate a subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription#reactivate-app-auth)
</Release>

<Release date="March 19, 2026" published="2026-03-19T07:00:00.000Z" url="https://developers.google.com/workspace/release-notes#March_19_2026">
## March 19, 2026

## Chat API

### Feature

**Generally available**: Chat apps can now format text with block quotes. For details, see [Format your messages](https://developers.google.com/workspace/chat/format-messages#format-texts).
</Release>

<Release date="March 12, 2026" published="2026-03-12T07:00:00.000Z" url="https://developers.google.com/workspace/release-notes#March_12_2026">
## March 12, 2026

## Google Apps Script

### Feature

**Generally Available:** The [`AddOnsResponseService`](https://developers.google.com/apps-script/reference/add-ons-response-service) 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 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](https://developers.google.com/workspace/add-ons/chat/quickstart-dialogflow-cx) or [Build a Dialogflow ES Chat app](https://developers.google.com/workspace/add-ons/chat/quickstart-dialogflow-es).

### 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](https://developers.google.com/workspace/add-ons/chat/quickstart-pubsub).
</Release>

<Release date="March 10, 2026" published="2026-03-10T07:00:00.000Z" url="https://developers.google.com/workspace/release-notes#March_10_2026">
## March 10, 2026

## Chat API

### Feature

**Developer Preview**: Chat apps can now create messages containing [cards](https://developers.google.com/workspace/chat/api/reference/rest/v1/cards) on behalf of users with [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). Additionally, apps can asynchronously update the cards in these messages without requiring user interaction. For more information, see [Create and update interactive cards](https://developers.google.com/workspace/chat/create-update-interactive-cards).
</Release>

<Release date="March 5, 2026" published="2026-03-05T08:00:00.000Z" url="https://developers.google.com/workspace/release-notes#March_05_2026">
## March 05, 2026

## Google Apps Script

### Deprecated

**Deprecated:** The method [`setAuthentication(clientId, signingKey)`](https://developers.google.com/apps-script/reference/maps/maps#setAuthentication(String,String)) has been deprecated and is scheduled for sunset in June 2026. This change is because Maps platform [client IDs were deprecated](https://developers.google.com/maps/premium/migrate-client-id#overview) on May 26, 2025, and can't be used after May 31, 2026. Instead, use [`setAuthenticationByKey(apiKey)`](https://developers.google.com/apps-script/reference/maps/maps#setauthenticationbyapikeyapikey) or [`setAuthenticationByKey(apiKey, signingKey)`](https://developers.google.com/apps-script/reference/maps/maps#setauthenticationbyapikeyapikey,-signingkey). To get an API key, refer to the [Client ID Migration Guide](https://developers.google.com/maps/premium/migrate-client-id).

### Feature

**Generally Available:** To authenticate to the Maps service, you can now use an API key with the new methods [`setAuthenticationByKey(apiKey)`](https://developers.google.com/apps-script/reference/maps/maps#setauthenticationbyapikeyapikey) and [`setAuthenticationByKey(apiKey, signingKey)`](https://developers.google.com/apps-script/reference/maps/maps#setauthenticationbyapikeyapikey,-signingkey). To reset authentication to the default mode, use [`resetAuthenticationApiKey()`](https://developers.google.com/apps-script/reference/maps/maps#resetauthenticationapikey).
</Release>

<Release date="February 25, 2026" published="2026-02-25T08:00:00.000Z" url="https://developers.google.com/workspace/release-notes#February_25_2026">
## February 25, 2026

## Google Drive API

### Deprecated

**Generally Available**: The `enforceExpansiveAccess` query parameter is now deprecated for all methods in the [`permissions`](https://developers.google.com/workspace/drive/api/reference/rest/v3/permissions) resource (v2 and v3). To restrict item access, use the [folders with limited access](https://developers.google.com/workspace/drive/api/guides/limited-expansive-access) setting instead.
</Release>

<Release date="February 17, 2026" published="2026-02-17T08:00:00.000Z" url="https://developers.google.com/workspace/release-notes#February_17_2026">
## February 17, 2026

## 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](https://developers.google.com/workspace/calendar/api/v3/reference/events#conferenceData).
</Release>

<Release date="February 9, 2026" published="2026-02-09T08:00:00.000Z" url="https://developers.google.com/workspace/release-notes#February_09_2026">
## February 09, 2026

## Chat API

### Feature

**Generally Available:** When [sending a message with app authentication](https://developers.google.com/workspace/chat/create-messages#send-message-app), 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](https://developers.google.com/workspace/chat/import-data). Previously, only [sending a message with user authentication](https://developers.google.com/workspace/chat/create-messages#send-message-user) was supported. To learn how, see [Mention users in a text message](https://developers.google.com/workspace/chat/format-messages#messages-@mention).
</Release>

<Release date="February 3, 2026" published="2026-02-03T08:00:00.000Z" url="https://developers.google.com/workspace/release-notes#February_03_2026">
## February 03, 2026

## Chat API

### Feature

**Developer Preview**: You can now build Google Chat apps as Google Workspace add-ons that use [Cloud Pub/Sub](https://cloud.google.com/pubsub/docs/) 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](https://developers.google.com/workspace/add-ons/chat/quickstart-pubsub).

## Gmail API

### Feature

**Generally Available**: The [Gmail Postmaster Tools API](https://developers.google.com/workspace/gmail/postmaster) 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](https://developers.google.com/workspace/gmail/postmaster).
</Release>

<Release date="January 14, 2026" published="2026-01-14T08:00:00.000Z" url="https://developers.google.com/workspace/release-notes#January_14_2026">
## January 14, 2026

## 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](https://developers.google.com/workspace/add-ons/chat/convert).
</Release>

<Release date="January 12, 2026" published="2026-01-12T08:00:00.000Z" url="https://developers.google.com/workspace/release-notes#January_12_2026">
## January 12, 2026

## 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](https://developers.google.com/apps-script/advanced/vertex-ai) reference documentation.
</Release>

<Release date="January 8, 2026" published="2026-01-08T08:00:00.000Z" url="https://developers.google.com/workspace/release-notes#January_08_2026">
## January 08, 2026

## 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](https://developers.google.com/workspace/marketplace/use-analytics#app-metrics).
</Release>

<Pagination page="1" total-pages="2" total-items="30" next="https://releases.sh/google/developer-release-notes.md?page=2" />
