Notion Release Notes

Follow

167 release notes curated from 51 sources by the Releasebot Team. Last updated: Aug 14, 2026

Get this feed:

Notion Products

  • Aug 14, 2026
    • Date parsed from source:
      Aug 14, 2026
    • First seen by Releasebot:
      Aug 14, 2026
    Notion logo

    Notion

    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 14, 2026
    Notion logo

    Notion Developers by Notion

    August 13, 2026

    Notion Developers adds more filters to MCP view tools, including relation, person, status, created by, last edited by, unique ID, last visited, verification, and place. The update also fixes filter saving, tightens invalid-value errors, and improves verification filter round-tripping.

    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.

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Notion and hundreds of other software products.

    Create account
  • Aug 12, 2026
    • Date parsed from source:
      Aug 12, 2026
    • First seen by Releasebot:
      Aug 13, 2026
    Notion logo

    Notion Developers by Notion

    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_properties query 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
  • Aug 10, 2026
    • Date parsed from source:
      Aug 10, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Notion logo

    Notion Developers by Notion

    August 10, 2026

    Notion Developers reorganizes query tools in Notion MCP with notion-query-data-sources for SQL and saved views.

    Reorganizing query tools in Notion MCP

    Use notion-query-data-sources for both SQL queries and saved database views.

    To query a saved view, set mode to "view" and pass the same view_url.

    Existing notion-query-database-view calls continue to work and now include migration guidance.

    We plan to remove this older tool in a follow-up change.

    Original source
  • Aug 7, 2026
    • Date parsed from source:
      Aug 7, 2026
    • First seen by Releasebot:
      Aug 8, 2026
    Notion logo

    Notion Developers by Notion

    August 7, 2026

    Notion Developers adds truncation metadata to notion-fetch for large pages, including unknown block IDs and counts.

    Truncation metadata on notion-fetch

    The notion-fetch MCP tool response now includes truncated, unknown_block_ids, and unknown_block_count when a page is large enough that some subtrees could not be loaded. unknown_block_ids lists up to 50 omitted subtree root IDs, and unknown_block_count reports the total number of omitted subtree roots. Pass a returned ID back to notion-fetch to retrieve that subtree directly; treat an object_not_found error on retry as a signal that the caller does not have access to the subtree.

    Original source
  • Similar to Notion with recent updates:

  • Aug 7, 2026
    • Date parsed from source:
      Aug 7, 2026
    • First seen by Releasebot:
      Aug 8, 2026
    Notion logo

    Notion

    Share context with Custom Agents from the Share menu

    Notion adds Share menu access for sharing docs or databases with agents, streamlining permissions setup.

    See a doc or database your agent would find useful? Now you can share it directly from the Share menu. No need to click over to the agent’s settings.

    Learn more about Custom Agent sharing and permissions →

    Original source
  • Aug 5, 2026
    • Date parsed from source:
      Aug 5, 2026
    • First seen by Releasebot:
      Aug 6, 2026
    Notion logo

    Notion Developers by Notion

    August 5, 2026

    Notion Developers adds typed unsupported formula and rollup values to the API and ships JavaScript SDK 5.24.0 with meeting note creation and new invalid_beta error handling.

    unsupported formula and rollup property values

    The API can now return formula and rollup page property values and property item values with type set to "unsupported" and an empty unsupported object. This happens when a value depends on too many related pages or nested formulas and rollups. The response doesn’t include a partial value. Treat the property as unavailable. Rollups still include the function field. To make the value available, reduce the number of related pages or simplify the nested formulas and rollups.

    JavaScript SDK 5.24.0

    We released @notionhq/client v5.24.0. It adds client.blocks.meetingNotes.create() for creating a meeting note, typed unsupported formula and rollup values, and APIErrorCode.InvalidBeta for handling invalid_beta responses.

    Original source
  • Aug 4, 2026
    • Date parsed from source:
      Aug 4, 2026
    • First seen by Releasebot:
      Aug 5, 2026
    Notion logo

    Notion Developers by Notion

    August 4, 2026

    Notion Developers tightens MCP OAuth validation with S256 PKCE and updated redirect handling.

    Stricter OAuth validation for MCP clients

    Notion MCP now requires S256 PKCE for public authorization-code clients and includes the authorization server iss parameter in successful redirects. Dynamic client registration responses no longer advertise an unsupported client configuration endpoint; see Integrating your own MCP client for the current authorization requirements.

    Original source
  • Aug 3, 2026
    • Date parsed from source:
      Aug 3, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Notion logo

    Notion

    v7.29.0

    Notion fixes quick search hotkey issues and adds MSIX Installer support for Windows 10 20H2 and later.

    Resolved an issue where the quick search hotkey wouldn't work properly for certain users

    Windows 10 users (20H2 and above) can now us the MSIX Installer

    Original source
  • Aug 3, 2026
    • Date parsed from source:
      Aug 3, 2026
    • First seen by Releasebot:
      Aug 5, 2026
    Notion logo

    Notion Developers by Notion

    August 3, 2026

    Notion Developers adds MCP protocol version 2026-07-28 support for its Streamable HTTP endpoint without requiring client updates.

    Notion MCP supports MCP protocol version 2026-07-28

    The Notion MCP Streamable HTTP endpoint at https://mcp.notion.com/mcp now supports MCP protocol version 2026-07-28. Existing MCP clients that negotiate the earlier 2025-era protocol on the same endpoint continue to work unchanged, so no client updates are required.

    Original source
  • Jul 31, 2026
    • Date parsed from source:
      Jul 31, 2026
    • First seen by Releasebot:
      Aug 1, 2026
    Notion logo

    Notion

    AI Meeting Notes can now trigger Custom Agents

    Notion adds Custom Agent triggers that run after an AI Meeting Note finishes, helping teams automate post-meeting work like updating trackers, sharing recaps, and turning feedback into tickets.

    Custom Agents can now run right after an AI Meeting Note is finished. No more need to manually update status trackers, post recaps to the project channel, or file tickets by hand.

    Here’s a few of our favorite post-meeting workflows:

    • Update your project tracker with the latest status
    • Post a recap to Slack or email with decisions and next steps
    • Turn feedback into tickets for your engineering team

    To get started, open your Custom Agent’s settings, add the Meeting note summarized trigger, and choose which meetings it kicks off. After your next call, your agent will get to work.

    Learn more about Custom Agent triggers →

    Original source
  • Jul 30, 2026
    • Date parsed from source:
      Jul 30, 2026
    • First seen by Releasebot:
      Jul 31, 2026
    Notion logo

    Notion

    High contrast mode

    Notion adds high contrast mode on desktop and web to make text, icons, and borders easier to read.

    Accessibility win! High contrast mode is a new display option that makes text, icons, and borders easier to read.

    Try it by going to Settings > Preferences > Appearance. Available on desktop and web.

    Original source
  • Jul 27, 2026
    • Date parsed from source:
      Jul 27, 2026
    • First seen by Releasebot:
      Jul 31, 2026
    Notion logo

    Notion

    v7.28.0

    Notion improves tab recovery, keeps browser tabs open on macOS, and adds security, performance, and bug fixes.

    Tabs recover automatically if your system unloads them under memory pressure

    Opening a Notion link in Desktop no longer closes the originating browser tab on macOS

    As always, security and performance improvements, and small bug fixes

    Original source
  • Jul 27, 2026
    • Date parsed from source:
      Jul 27, 2026
    • First seen by Releasebot:
      Jul 29, 2026
    Notion logo

    Notion Developers by Notion

    July 27, 2026

    Notion Developers improves tool access clarity and adds support for fetching documentation resources through the MCP fetch tool, making specs easier for clients to load without changing availability or limits.

    Clearer per-tool access status

    The current_tool_access status previously called limited_free_trial is now available_with_limit. The new name makes clear that a tool is available until the usage limit included with the workspace’s plan is reached. This is a naming and description update only; it does not change tool availability or usage limits.

    Fetch documentation resources with the fetch tool

    The Notion MCP fetch tool now accepts notion://docs/* URIs (for example, notion://docs/enhanced-markdown-spec) and returns the same content as the MCP resource of the same URI. This gives MCP clients that cannot read MCP resources a way to load the specs referenced in tool descriptions.

    Original source
  • Jul 24, 2026
    • Date parsed from source:
      Jul 24, 2026
    • First seen by Releasebot:
      Jul 26, 2026
    Notion logo

    Notion

    Workers, now in your Notion credits dashboard

    Notion adds credits dashboard tracking for Workers usage as its beta expands custom code, sync, and automation capabilities.

    Notion Workers run custom code on Notion's infrastructure to sync data, power tools for Custom Agents, and trigger webhook automations.

    Now you can track your Workers’ usage in the credits dashboard, alongside your other spend.

    Workers are free to try during the beta on Business and Enterprise plans (including Business trials). Usage is now visible in the dashboard to help your team size credits before the beta ends.

    Learn more about the Notion Workers beta and pricing in our Help Center →

    Original source
Releasebot

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.