Notion Release Notes
179 release notes curated from 51 sources by the Releasebot Team. Last updated: Sep 2, 2026
Notion Products
- Sep 2, 2026
- Date parsed from source:Sep 2, 2026
- First seen by Releasebot:Sep 2, 2026
- Modified by Releasebot:Sep 3, 2026
September 2, 2026
Notion Developers adds cover and icon metadata in notion-fetch, preserves rich text in data source queries, and introduces typed databases in the REST API for more complete, schema-aware database creation.
Page covers and icons in notion-fetch responses
The notion-fetch MCP tool now returns cover and icon metadata for pages and database items. Both use the same shapes as the REST API, so clients can inspect the current cover or icon before deciding whether to replace it.
Rich text in data source queries
The notion-query-data-sources MCP tool now supports mode: "rows" to keep rich text in data source results. This mode preserves mentions and link targets that SQL output can omit.
Typed databases in the REST API
Create a database now accepts an optional database_type of tasks, projects, or skills. Notion builds the database from its canonical schema and metadata for that type, so the result matches a database of that type created in the Notion app. database_type can’t be combined with initial_data_source, and when title is omitted the database is named after its type. See Typed databases for the properties each type creates. Database and data source objects now include a read-only database_type field.
Original source - Sep 1, 2026
- Date parsed from source:Sep 1, 2026
- First seen by Releasebot:Sep 1, 2026
- Modified by Releasebot:Sep 2, 2026
September 1, 2026
Notion Developers adds REST API enforcement for free workspace block limits and improves Notion MCP agent tool handling with clearer upgrade prompts, recovery links, and better status reporting when access is unavailable.
Free workspace block limits now apply to the REST API
Starting today, the REST API enforces the existing Free workspace block limit for internal connections and OAuth connections restricted to selected workspaces. This is not a new workspace limit. See Workspace block limits for the grace period, HTTP 403 response, and background template behavior.
Upgrade prompts for Custom Agent tools in Notion MCP
Notion MCP’s — notion-list-agents, notion-search-agents, and the session tools — now return a prompt with a recovery link when the workspace doesn’t have access to Notion AI and Custom Agents. They previously returned a generic permission error with no recovery link. notion-fetch with the id self also reports these tools as upgrade_required with an upgrade_url, or as plan_required with a landing_page_url and landing_page_action when Notion routes the user through a plan landing page. Clients can use this status to route around unavailable tools before calling.
Workspaces with a billing restriction, such as an unpaid invoice, are treated separately: the tools return a permission error that asks a workspace owner to manage billing, and current_tool_access reports them as not_enabled rather than upgrade_required.
A connection that lacks the “View threads and interact with agents” capability does not advertise these tools and must reconnect or re-authorize.
Original source All of your release notes in one feed
Join Releasebot and get updates from Notion and hundreds of other software products.
- Aug 31, 2026
- Date parsed from source:Aug 31, 2026
- First seen by Releasebot:Sep 1, 2026
August 31, 2026
Notion Developers adds smarter AI workflows in Notion, including private draft creation, reusable Notion Skills for saved workflows, and richer page search filters with better result context to help AI find the right page faster.
Capture ideas and draft content in Notion
Your agent can now capture ideas and draft content in Notion without choosing where the page belongs first. The page starts as a private draft, so you can review it and organize it later.
Save and reuse your preferred workflows with Notion Skills
When you ask your AI to save a workflow you want to reuse, it can now create a Notion Skill or turn an existing page into one. Skills are reusable instructions stored as Notion pages that you own and can edit. When you ask for that workflow later, your AI can find the right Skill and read its instructions before starting.
Find the right page more easily
Your AI can now narrow Notion searches by where a page lives, who created or edited it, when it changed, whether the title matches, and the page’s status. It can also sort results and look through up to 50 matches. Search results now show more context, including where a page lives and whether Notion has verified it. This helps your AI choose between similar or conflicting pages before reading the full content. Every plan includes filters for creator, creation date, and a single page, data source, or teamspace. On Business and Enterprise plans, your AI can also filter by editor, last-edited date, multiple teamspaces, title, or content status, and sort by date.
Original source - Aug 31, 2026
- Date parsed from source:Aug 31, 2026
- First seen by Releasebot:Sep 1, 2026
v7.32.0
Notion updates framework dependencies and allows federated IdP authentication hops in authorization popups.
Updated framework dependencies for improved stability and performance
Allowed federated Identity Provider (IdP) authentication hops in authorization popups
Original source - Aug 28, 2026
- Date parsed from source:Aug 28, 2026
- First seen by Releasebot:Aug 29, 2026
Ask your agent to suggest edits
Notion adds suggested edits for agents, letting users review and approve line-level changes one by one.
Your agents can now propose changes instead of making them directly. Ask your agent to suggest edits, then move top to bottom to approve each one. It’s great when you need line-level changes, like a pass for grammar.
Get started by asking your agent to “suggest edits.”
Original source Similar to Notion with recent updates:
- Perplexity release notes30 release notes · Latest Aug 24, 2026
- Anthropic release notes799 release notes · Latest Sep 4, 2026
- OpenAI release notes982 release notes · Latest Sep 3, 2026
- Cursor release notes130 release notes · Latest Sep 2, 2026
- Google release notes2007 release notes · Latest Sep 3, 2026
- Obsidian release notes109 release notes · Latest Sep 2, 2026
- Aug 27, 2026
- Date parsed from source:Aug 27, 2026
- First seen by Releasebot:Aug 27, 2026
- Modified by Releasebot:Aug 28, 2026
August 27, 2026
Notion Developers adds saved database view fetching and Custom Agent session tools in Notion MCP.
Fetch saved database views in Notion MCP
Notion MCP’s notion-fetch now accepts view:// URLs to read saved view settings. Tool response text now names fetch instead of view, without changing page content.
Custom Agent session tools in Notion MCP
Notion MCP now supports finding and working with Custom Agent sessions. The new tools can query or search sessions, start a session, send a follow-up message, check or wait for its status, stop a run, and list or read session events. See Supported tools for the full tool list and examples.
Original source - Aug 25, 2026
- Date parsed from source:Aug 25, 2026
- First seen by Releasebot:Aug 26, 2026
August 25, 2026
Notion Developers improves Notion MCP page updates with atomic batched content changes, so update_content calls now succeed all at once or fail cleanly with validation errors. It also ignores identical replacements and now rejects empty old_str values for safer page editing.
Atomic batched content updates in Notion MCP
notion-update-page calls that use the update_content command now apply every content-changing replacement in the batch or none of them. Previously, when one old_str matched no page content and another one in the same call did, the matching replacements were saved and the call returned success — so a batch that removed content in one operation and reinserted it in another could drop that content. These calls now return a validation_error naming the old_str that wasn’t found, and the page is left unchanged. Operations whose old_str and new_str are identical are ignored without checking for a match. See Supported tools for the tool’s matching rules.
old_str must also be a non-empty string. Empty values were previously ignored, which silently skipped the replacement; they now fail validation on both notion-update-page and Update a page’s content as markdown.
Original source - Aug 24, 2026
- Date parsed from source:Aug 24, 2026
- First seen by Releasebot:Aug 26, 2026
August 24, 2026
Notion Developers adds Admin API reference for workspace users and permission groups with new scopes.
Admin API reference for users and permission groups
The Admin API reference now covers listing workspace users and managing workspace permission groups and direct memberships. These endpoints require the new user:read, permission-group:read, and permission-group:write scopes and are available to eligible Enterprise organizations.
Original source - Aug 24, 2026
- Date parsed from source:Aug 24, 2026
- First seen by Releasebot:Aug 25, 2026
v7.31.2
Notion adds Duo SSO login, fixes GitHub auth and login popups, and improves AI meeting notes controls and MSIX updates.
Additional SSO login provider: Duo
Fixed in-app Github auth, relatedly fixed a bunch of related login popup bugs for providers across the board
MSIX installation: improved user experience for updates, fix for intermittent crashes caused by “Show logs in Explorer”
Improvements and polish (Pause and Resume controls) to AI meetings notes popups
Original source - Aug 20, 2026
- Date parsed from source:Aug 20, 2026
- First seen by Releasebot:Aug 22, 2026
August 20, 2026
Notion Developers launches Notion Agent APIs in public beta, adding session-based chat, streamed replies, action submission, event history, and programmatic Custom Agent management for limits, access, and lifecycle controls, with upgrade guidance for teams moving from the private alpha routes.
Notion Agent APIs in public beta
The Notion Agent APIs are now in public beta. Use sessions to start a chat with a Custom Agent, stream its reply, submit an action, and page through a session’s event history, so you can bring Custom Agents into a Slack bot, an internal tool, or a mobile client. The quickstart walks through a first request end to end with a personal access token.
The beta also covers managing Custom Agents programmatically: find the agents a token can reach with Query agents, read per-agent usage with Retrieve agent insights, and set credit limits, enable, disable, or delete agents — individually or in an asynchronous batch.
If you built against the private alpha routes for agents, threads, messages, or chat, see Upgrading to public beta. The replacements take JSON request bodies instead of query parameters and return sessions and events instead of threads and messages. Migrate off the alpha routes by September 30, 2026.
Original source - Aug 19, 2026
- Date parsed from source:Aug 19, 2026
- First seen by Releasebot:Aug 20, 2026
Your Developer Portal, now in the sidebar
Notion adds a Developer section to manage Workers, connections, tokens, view logs, and copy API IDs in one click.
Manage your Workers, connections, and personal access tokens from the new Developer section of your Notion workspace. See an overview of deployed Workers and logs behind every run.
Plus, the new developer bar makes it easy for anyone building with the API to find IDs for the page, database, block, workspace, or user. Copy any one of them, or the full API object, in one click.
Get started from Settings → Developer → Enable developer features.
Go there now →
Original source - Aug 17, 2026
- Date parsed from source:Aug 17, 2026
- First seen by Releasebot:Aug 18, 2026
v7.31.0
Notion adds in-app login popups for additional SSO provider Entra.
Allow additional SSO provider (Entra) login popups from in the app
Original source - Aug 14, 2026
- Date parsed from source:Aug 14, 2026
- First seen by Releasebot:Aug 14, 2026
Model selection, simplified
Notion adds a model picker with scorecards, favorites, and effort controls for harder tasks.
No more guessing which model to use.
The model picker now leads with a shortlist of models made for your hardest tasks, and every model has a scorecard to compare speed, intelligence, and cost. Pin your favorites for easy access and dial up the effort when you need a more thorough answer.
Original source - Aug 13, 2026
- Date parsed from source:Aug 13, 2026
- First seen by Releasebot:Aug 13, 2026
- Modified by Releasebot:Aug 22, 2026
August 13, 2026
Notion Developers releases broader MCP view filtering, with relation, person, status, verification, and other filters now supported across create and update view tools. It also updates tool listings, expands multi-source SQL on Business plans, and refreshes the JS SDK type guards and verification filters.
More filters in Notion MCP view tools
The notion-create-view and notion-update-view tools now apply relation, person, status, created by, last edited by, unique ID, last visited, verification, and place filters. Previously, some calls succeeded but saved a view without the requested filter.
Use a page URL or ID for relation filters and a user ID or "me" for person filters. Invalid values now return an error. See Supported tools for accepted values, and read the notion://docs/view-dsl-spec resource for the full configuration syntax.
Verification filters now round-trip through view responses for both matching (status) and non-matching (does_not_equal) conditions. Data source queries accept the same conditions.
Updating the query tool list in Notion MCP
New tool-list responses no longer include notion-query-database-view. Use notion-query-data-sources with mode: "view" for saved views. Clients with a cached tool list can still call notion-query-database-view; those calls continue to work and return migration guidance.
The current_tool_access map returned by notion-fetch with the id self no longer has a query_database_view entry, since the map describes the tools that a current tool list advertises. See Supported tools for the tool list.
Multi-source SQL on Business plans in Notion MCP
Multi-source SQL queries that span multiple data sources now work on Business plans with Notion AI, which previously required an Enterprise plan. SQL is unlimited on Business and Enterprise plans with Notion AI; other plans keep the metered single-data-source allowance, and saved-view mode stays free on every plan.
JS SDK updates
@notionhq/client v5.25.1 fixes the isFullDataSource and isFullDatabase type guards, which previously accepted partial responses and narrowed them to the full type. Both now require the title field, the same structural check the other full-object guards use. isFullPageOrDataSource picks up the fix.
v5.25.2 adds the does_not_equal condition to verification property filters in data source and database query request types, alongside the existing status condition.
Original source - Aug 12, 2026
- Date parsed from source:Aug 12, 2026
- First seen by Releasebot:Aug 13, 2026
August 12, 2026
Notion Developers improves formula handling, page writes, and agent docs with cleaner API behavior. Formula references now stay exact in updates, readable schema expressions are rolling out, filter_properties trims page write responses, and the Admin API reference adds agent management details.
prop() references in formula property writes
Formula expressions submitted through Update a data source now store
prop("Property Name")references exactly as written. Previously, the API accepted some expressions but silently rewrote them — most visibly, a reference to a unique ID property dropped the ID’s prefix from computed values, and a prop() reference inside an array literal emptied the array. Expressions the API can’t store now return a validation_error instead. Formulas saved before this fix keep their old stored expression until you resubmit the update.Formula properties created through the API also now keep their result type, so number formatting options stay available in Notion and other formulas can reference them with prop().
Readable formula expressions in data source schemas
Retrieve a data source is beginning to return formula expressions using the same
prop("Property Name")syntax you write. This change is rolling out gradually over the coming days; expressions that can’t be rendered faithfully in this syntax continue to use the internal property reference syntax.Admin API reference for agents
The Admin API reference now covers the endpoints for managing agents in a workspace: credit usage and limits, permissions, status, creation policy, and workflow metadata.
Filter properties on page writes
Create a page and Update page properties now accept the same
filter_propertiesquery parameter as Retrieve a page. Pass the IDs of the properties you want, and the write response includes only those properties. This keeps responses small and fast for pages with many properties.SDK support: @notionhq/client v5.25.0 adds filter_properties to pages.create() and pages.update().
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.