Notion Release Notes
125 release notes curated from 51 sources by the Releasebot Team. Last updated: May 11, 2026
Notion Products
- May 11, 2026
- Date parsed from source:May 11, 2026
- First seen by Releasebot:May 11, 2026
May 11, 2026
Notion Developers adds a new meeting notes query endpoint with filtering, sorting, limits, and normalized attendee aliases.
The new Query meeting notes endpoint (POST /v1/blocks/meeting_notes/query) returns AI meeting notes for the integration’s user with optional filter, sort, and limit. The attendees alias is normalized server-side so filters round-trip cleanly.
Original source - May 7, 2026
- Date parsed from source:May 7, 2026
- First seen by Releasebot:May 9, 2026
Plan Mode
Notion adds Plan Mode to help agents clarify intent and plan complex page and database changes before acting.
When you ask your agent to make significant changes like rewriting pages or updating databases in bulk, results can drift off course if your intent is unclear. Plan Mode introduces a preliminary step where your agent asks clarifying questions and builds a detailed plan before acting. The result is fewer surprises and more confidence in complex, multi-step work.
Learn more about Plan Mode from the Help Center →
Original source All of your release notes in one feed
Join Releasebot and get updates from Notion and hundreds of other software products.
- May 6, 2026
- Date parsed from source:May 6, 2026
- First seen by Releasebot:May 7, 2026
New Custom Agent Directory
Notion adds a Custom Agent Directory in Library to browse, pin, and create agents for automating team busywork.
Custom Agents now have a dedicated place in your Library. Use the Custom Agent Directory to browse all your workspace’s agents, pin your favorites, and create new ones to automate your team’s busywork 24/7.
Get started from the sidebar:
Library → Agents.
Original source - May 6, 2026
- Date parsed from source:May 6, 2026
- First seen by Releasebot:Sep 18, 2025
- Modified by Releasebot:May 6, 2026
v7.16.0
Notion fixes small issues and bugs to keep the app shinier than ever.
We’ve fixed various small issues and bugs, ensuring that the app is shinier than ever.
Original source - May 5, 2026
- Date parsed from source:May 5, 2026
- First seen by Releasebot:May 6, 2026
New Custom Agent controls for admins
Notion expands Custom Agents with admin guardrails and spending visibility, adding creator controls, per-agent and workspace credit limits, usage dashboards, alerts, automatic pauses, and approval flows to help teams scale agents more predictably.
Two months ago, we launched Custom Agents in beta. Since then, teams have created more than half a million of them and honestly pushed them further than we expected!
One theme from admins was consistent: as Custom Agents scaled, so did the need for more control and visibility. Your feedback shaped what we built next, so here’s what's new.
Set guardrails before Custom Agents run
Managing who can create Custom Agents and how much each agent is allowed to spend make rollouts easier to manage:
- Start by choosing who create agents, either individuals or user groups, then expand access over time as you build confidence. You can do this in Settings → Notion AI → Agents.
- To keep spend predictable, set per-agent credit limits with agent creators. If you’re on Enterprise and planning a broader rollout, you can also set one workspace-level credit limit that applies to all new and existing agents. Both controls are in your usage dashboard at Settings → Notion credits.
Track every agent and spend across your workspace
The Notion credits dashboard shows total usage broken down by agent, plus spend trends, status, and recent activity.
If an agent is pacing higher than expected, you can disable it right away in Settings → Notion AI → Agents, then work with the creator to adjust it before turning it back on.
If you manage multiple workspaces, you’ll also see a credits dashboard in your admin console to track credit pacing and Custom Agent usage across your organization.
Scale agents with built-in guardrails
A few things happen automatically to keep rollouts predictable even at scale:
- Get notified by email and in-app as your workspace approaches its credit limit, so you’ve time to plan ahead.
- If credits run out, all agents pause until you add more, so you won’t get surprise bills.
- If a new agent starts spending unusually fast, we’ll pause it and notify the creator to review.
- Members can request a higher credit limit, but nothing goes through without admin approval.
- May 4, 2026
- Date parsed from source:May 4, 2026
- First seen by Releasebot:May 5, 2026
A new home on mobile
Notion adds a new mobile home tab that puts home, chats, meetings, and inbox one swipe away.
Navigating Notion on mobile just got easier with the new home tab. Now your home, chats, meetings, and inbox are just one swipe away.
See the announcement on X →
Original source - May 1, 2026
- Date parsed from source:May 1, 2026
- First seen by Releasebot:May 1, 2026
Add Custom Agents to private Slack channels
Notion adds Custom Agents support for reading and replying in private Slack channels with workspace-controlled access.
Custom Agents can now read and reply in private Slack channels. Get started from your workspace settings under Settings → Notion AI → AI connectors → Enable access to private content. Custom Agents only see the private channels you invite them to.
Learn more about our Slack AI Connector in our Help Center →
Original source - Apr 28, 2026
- Date parsed from source:Apr 28, 2026
- First seen by Releasebot:Apr 29, 2026
v7.14.0
Notion fixes tab loading issues and transcription bugs in long-running meeting notes.
Fixed an issue where tabs would fail to load correctly
Addressed bugs when long-running meeting notes would stop transcribing
Original source - Apr 27, 2026
- Date parsed from source:Apr 27, 2026
- First seen by Releasebot:Apr 28, 2026
Rollups now as currency, percent, and more
Notion adds rollup number formatting for USD, EUR, percent, and decimal places.
Rollups now support number formatting (USD, EUR, percent, etc.) and decimal places. Show budget totals, conversion rates, and more in your rollups without any formula workarounds.
Learn more about
Relations & rollups
in our Help Center →
Original source - Apr 24, 2026
- Date parsed from source:Apr 24, 2026
- First seen by Releasebot:Apr 24, 2026
Find pages faster from the breadcrumb
Notion adds breadcrumb hover previews for sibling pages, including database pages, to make workspace navigation easier.
Hover over any item in the breadcrumb to see sibling pages, including pages inside databases. This makes it easier to find related pages and navigate your workspace.
See the announcement on X →
Original source - Apr 22, 2026
- Date parsed from source:Apr 22, 2026
- First seen by Releasebot:Apr 23, 2026
April 22, 2026
Notion Developers improves pagination reliability for the Query a data source endpoint, reducing invalid start_cursor errors and expanding cursor handling to accept opaque string values while keeping UUID-based cursors supported.
Improvements to pagination reliability for the Query a data source endpoint
- Pagination cursors now embed a session identifier, eliminating intermittent 400 validation_error (“The start_cursor provided is invalid”) errors that could occur when multiple pagination sessions for the same query overlapped.
- The start_cursor parameter now accepts opaque string values in addition to UUIDs. Existing UUID-based cursors continue to work. As documented in our versioning policy, cursors should always be treated as opaque — pass next_cursor values back as start_cursor without parsing or validating their format.
- Apr 20, 2026
- Date parsed from source:Apr 20, 2026
- First seen by Releasebot:Apr 21, 2026
- Modified by Releasebot:May 11, 2026
April 20, 2026
Notion Developers adds a 10,000-result pagination limit for data source and view query endpoints, improving reliability and returning a new request_status field when results are incomplete. The update also adds typed SDK support for affected responses.
Data source and view query pagination limit
The Query a data source, Create a view query, and Get view query results endpoints now enforce a maximum pagination depth of 10,000 results per query. When a query matches more rows than this limit, the response includes a new
request_statusfield:{ "request_status": { "type": "incomplete", "incomplete_reason": "query_result_limit_reached" } }Integrations that polled these endpoints to iterate through all matching rows in a large data source should check for
request_status.type === "incomplete"and adapt accordingly. The limit improves reliability for all API users by bounding the server-side resources consumed by each query.If your integration needs to process all pages in a large data source, we recommend:
- Using data source filters or narrowing the view’s filter/sort configuration to reduce the result set (for example, filter by
last_edited_timeto only fetch recently changed pages). - Setting up integration webhooks for incremental sync instead of polling the full data source on a schedule.
- Dividing large data sources into multiple smaller ones.
SDK support:
Original source@notionhq/clientv5.20.0 adds typed support for therequest_statusfield on affected list responses. - Apr 17, 2026
- Date parsed from source:Apr 17, 2026
- First seen by Releasebot:Apr 19, 2026
Mail & Calendar, now in your settings
Notion adds a dedicated settings tab to connect calendar and inbox, letting Notion AI schedule meetings and draft emails.
Connect your calendar and inbox from a new dedicated tab in your settings. After linking accounts, Notion AI can handle work across your apps like scheduling meetings and drafting emails.
Original source - Apr 17, 2026
- Date parsed from source:Apr 17, 2026
- First seen by Releasebot:Apr 19, 2026
April 17, 2026
Notion Developers adds generally available comment update and delete endpoints, expands database filters with multi-value select, status, and multi_select support, and improves Notion MCP search, fetch, and OAuth handling. The SDK also gains typed filter support and new comment methods.
Update and delete comment endpoints
The Update a comment ( PATCH /v1/comments/:comment_id ) and Delete a comment ( DELETE /v1/comments/:comment_id ) endpoints are now generally available. Non-DLP integrations can only modify or delete comments they created.
Multi-value filters for select, status, and multi_select properties
Database and data source filters now accept an array of values for equals / does_not_equal on select and status properties, and for contains / does_not_contain on multi_select properties, matching the multi-value conditions available in the Notion UI. The same schema is used by view filters and quick filters. Person filters set via the API also now round-trip cleanly on read without extra combinator nesting.
Notion MCP improvements
The search tool no longer drops Slack DMs and private channel results when the connected workspace has the Slack integration enabled.
The fetch tool now accepts any first-party Notion domain for the current environment (both notion.so and notion.com), fixing cases where pasted links fell through as generic webpages.
Page resources returned by the fetch tool now include is_archived so agents can tell when a page is in the trash.
The enhanced Markdown guidance the MCP presents to LLMs now documents
as the correct way to break lines inside inline code, preventing retry loops when agents write multi-line inline code via update_page.The Notion MCP OAuth server adds Client ID Metadata Document (CIMD) support per MCP spec 2025-11-25, letting clients use an HTTPS URL as their client_id instead of going through Dynamic Client Registration.
Comment markdown formatting clarification
The Create a comment and Update a comment references now explicitly document that the markdown body parameter supports inline formatting only — fenced code blocks, headings, lists, tables, and blockquotes do not render as structured blocks in comments.
SDK support : @notionhq/client v5.18.0 adds typed support for multi-value select, status, and multi_select filters. v5.19.0 adds notion.comments.update() and notion.comments.delete().
Original source - Apr 16, 2026
- Date parsed from source:Apr 16, 2026
- First seen by Releasebot:Apr 17, 2026
Opus 4.7, now in Notion
Notion adds Claude Opus 4.7, using fewer tokens and handling complex workflows more reliably with 3x fewer tool errors.
Claude Opus 4.7, Anthropic’s latest model, is now in Notion. It uses fewer tokens, makes 3x fewer tool errors, and handles complex workflows more reliably than ever.
See the announcement on X →
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.
Similar to Notion with recent updates:
- Perplexity release notes24 release notes · Latest May 11, 2026
- Anthropic release notes558 release notes · Latest May 13, 2026
- OpenAI release notes649 release notes · Latest May 12, 2026
- Cursor release notes76 release notes · Latest May 11, 2026
- Apple release notes119 release notes · Latest May 5, 2026
- Canva release notes35 release notes · Latest May 10, 2026