Notion Release Notes

130 release notes curated from 51 sources by the Releasebot Team. Last updated: May 27, 2026

Get this feed:

Notion Products

  • May 26, 2026
    • Date parsed from source:
      May 26, 2026
    • First seen by Releasebot:
      May 27, 2026
    Notion logo

    Notion

    Merge cells in simple tables

    Notion adds cell merging in simple tables for spanning headers and structured layouts.

    Finally! Merge cells in simple tables.

    Create headers that span multiple columns or group related rows into structured layouts.

    Give it a try: select multiple cells → open the cell menu → select Merge cells.

    See the announcement on X →

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

    Notion

    v7.19.0

    Notion improves Desktop startup speed, fixes Google login behavior, and adds several security and performance fixes.

    We’ve adjusted the way we reload tabs when opening the app, meaning Notion Desktop will start from where you left off faster.

    Fixed an issue with Google login logging in too much. Now once we begin the Google login process we only log in to Google once when you log in with Google.

    Several other security and performance fixes. They’re all pretty good, too.

    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
  • May 15, 2026
    • Date parsed from source:
      May 15, 2026
    • First seen by Releasebot:
      May 16, 2026
    • Modified by Releasebot:
      Jun 4, 2026
    Notion logo

    Notion Developers by Notion

    May 15, 2026

    Notion Developers adds insert_content.position to the Update page markdown endpoint, letting integrations prepend or append markdown.

    Navigate to header Markdown page insertion positions

    Markdown page insertion positions

    The Update page markdown endpoint now supports insert_content.position, letting integrations prepend markdown to the start of a page or explicitly append it to the end without rewriting the full page. See Working with markdown content for examples.

    Original source
  • May 13, 2026
    • Date parsed from source:
      May 13, 2026
    • First seen by Releasebot:
      May 14, 2026
    Notion logo

    Notion

    3.5: Notion Developer Platform

    Notion introduces the Notion Developer Platform, adding Workers, database sync, webhook triggers, a CLI, and ways to bring agents and custom tools into Notion. It also updates Connections, the Developer Portal, and docs to make developer workflows easier.

    Notion? For developers? Fair question. It’s true, we haven’t always been the most developer-focused platform. Today that changes.

    Introducing: the Notion Developer Platform.

    Now you (and your coding agents) can write code to sync any data and build any agent tool, all running on our infrastructure. You can also bring your favorite agents into Notion (like Claude, Codex, Decagon, or ones you’ve built yourself). It turns Notion into one shared canvas with all your data, for your team and agents to work together.

    Learn more →

    Orchestrate all your team’s agents (Alpha)

    Bring your favorite agents into Notion with the External Agents API, even the ones you built yourself. We’ve also partnered with Claude, Codex, Decagon, and more so they work out of the box. Now Notion is your orchestration layer: a Decagon ticket routes to your coding agent, which proposes a fix and loops in your team to approve. Anyone can work with agents in Notion, not just engineers.

    Join the External Agents waitlist →

    Notion is our AI layer because it’s where work is created or imagined—and we want our agents as close to the action as possible.

    Dan Gilbert
    CEO at Brainlabs

    Sync any data source (Beta)

    Sync any data source with an API into your Notion databases. No servers for your team to manage. Our new database sync is powered by Workers that run on our infrastructure (more on this below). Pull in tickets from Zendesk so agents can take a first pass on the fix. Sync customer data from Salesforce for agents to build detailed reports. Connect Strava and Spotify data to curate the perfect running playlist. Whatever context you need can now live in Notion.

    Watch the demo →

    Workers give us the tools to build deep integrations into Notion that simply couldn't exist before. We have a worker that runs every night that syncs and converts uneditable PDFs in our Google Drive into rich, fully editable pages in an organized Notion database. It unlocks this data for our team and agents - and saves us tons of time.

    Sam Lambert
    CEO at PlanetScale

    Build custom tools for your agents (Beta)

    Give your Custom Agents capabilities that Notion and MCP don’t cover on their own. Write your logic in code and deploy it as a Worker. It’s deterministic, so it’s more reliable than LLM reasoning, and a fraction of the token cost. Use them to generate assets, query internal data, or take action in any other app.

    Read the docs →

    I think of Notion Workers as infrastructure: they auto-populate, auto-update, and set up the systems I need.

    Austin Tedesco
    Head of Growth at Every

    Trigger Notion workflows from anywhere (Beta)

    Webhooks used to be a one-way street: Notion could trigger your other apps, but not the other way around. Now any app can trigger Notion directly. A Worker receives the webhook, runs your logic, and takes action in Notion or calls other APIs. Use it to close tasks when a PR merges, update your CRM when a subscription changes, or create an onboarding doc when an offer is signed.

    Read the docs →

    Meet your Notion Workers

    Database sync, agent tools, and webhook triggers are all powered by a new primitive we’re calling Workers. Notion Workers are our hosted runtime for custom code, so you can extend Notion without running your own servers. You and your coding agent write the code, deploy it through the CLI, and run it in a secure sandbox. Workers are free to try during the beta period. Starting August 11 2026, Workers will run on Notion credits.

    Read the docs →

    Workers let us connect directly to other tools’ APIs and automate what used to be manual handoffs. Notion becomes the connective layer, and Workers fill in whatever gaps exist between your tools.

    Brian Emerick
    Technical Program Manager at Vercel

    A Notion CLI, built for devs and coding agents

    The Notion command-line interface (CLI), made specifically for developers and coding agents, is a new way to work with Notion programmatically. Use it to sign in to your workspace, read and take action in Notion, build and deploy Workers, and extend Notion however your team needs. To install, run curl -fsSL https://ntn.dev | bash.

    Watch the demo →

    Use your Notion Agents in any app (Alpha)

    Soon, your Notion Agents won’t have to stay in Notion. With the Notion Agent SDK, you can embed an agent inside your other tools. Trigger a deal report from a button in your CRM. Answer repeat questions inside MS Teams or Discord with verified knowledge from your workspace. Or pull customer context into Amplitude, Hex, or any dashboard.

    Join the Agent SDK waitlist →

    Manage all connections from one tab

    We’ve updated the Connections tab in workspace settings. Now, every connection lives in one place, so your team can see everything that’s available at a glance. It includes personal and workspace connections, personal access tokens for API authentication, and internal API connections. And each app shows every connection type in one listing. Go to Settings → Connections to check it out (or click here).

    Agents “hall of fame”

    Knowing what agents to build can be the hardest part, so we pulled together the best agents from companies like Ramp, Clay, and Vercel into one library. Each one comes with a checklist of exactly what you need (databases, pages, tools) and a starter prompt to copy/paste. Pick one and set it up in minutes.

    Browse the collection →

    More updates your devs will love

    • Markdown API: ICYMI read and write Notion pages as Markdown. Built for the way agents already think.
    • Notion MCP: Now works with Meeting Notes and block comments, plus creating and updating databases are 91% more token-efficient.
    • Notion API: Any member can build connections (not just Workspace Owners). Plus workspace-scoped OAuth and personal access tokens.

    See releases →

    • Developer Portal: app.notion.com/developers is now a dedicated portal for creating, managing, and listing your connections and tokens.
    • Developer Docs: Rebuilt and streamlined for clarity with a built-in AI assistant to help you find what you need.

    This is just the beginning for the Notion Developer Platform. Any data, any tool, any agent, all running on our infrastructure. We can’t wait to see what you build.

    Keep the feedback coming!

    Ivan

    P.S. We announced all of this and more at Make with Notion: Developer Platform.

    Watch the keynote →

    P.P.S. Curious what teams are already building? See how Every, Brainlabs, and Vercel are using our developer platform in production.

    P.P.P.S. One more thing. You can now merge cells in simple tables, just like a spreadsheet. We’re excited about this one too.

    Original source
  • May 12, 2026
    • Date parsed from source:
      May 12, 2026
    • First seen by Releasebot:
      May 13, 2026
    • Modified by Releasebot:
      Jun 4, 2026
    Notion logo

    Notion Developers by Notion

    May 12, 2026

    Notion Developers introduces a new Developer portal for managing connections, Workers, and personal access tokens. It also adds PAT controls for API and Worker access, plus workspace admin view, revoke, and creation permissions based on plan defaults.

    Developer portal and personal access tokens

    The new Developer portal is now available as a single place to manage developer tools for Notion, including connections, Workers, and personal access tokens. Personal access tokens (PATs) are user-scoped tokens for scripts, CLI workflows, Workers, and trusted tools that should act with one Notion user’s permissions. PATs can be granted Notion API access, Workers access, or both. Workspace admins can now view and revoke PATs created in their workspace. On supported plans, admins can also configure who may create PATs with Notion API access. Defaults vary by plan: Free workspaces default to workspace owners only, Plus workspaces default to all workspace members, Business workspaces default to workspace owners only, and Enterprise workspaces default to workspace owners and selected groups.

    Original source
  • May 11, 2026
    • Date parsed from source:
      May 11, 2026
    • First seen by Releasebot:
      May 11, 2026
    • Modified by Releasebot:
      Jun 4, 2026
    Notion logo

    Notion Developers by Notion

    May 11, 2026

    Notion Developers adds a new Query meeting notes endpoint for AI meeting notes, with optional filter, sort, and limit. It also supports agent_id parents for pages and blocks, and updates the SDK with typed support for meeting notes queries and the new parent variant.

    Query meeting notes endpoint

    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.

    agent_id parent type

    Pages and blocks parented by an agent now serialize their parent as { "type": "agent_id", "agent_id": "..." } instead of being rejected or rewritten. See Parent object for the full list of parent types.

    SDK support: @notionhq/client v5.21.0 adds typed support for notion.blocks.meetingNotes.query() and the agent_id parent variant.

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

    Notion

    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
  • May 6, 2026
    • Date parsed from source:
      May 6, 2026
    • First seen by Releasebot:
      May 7, 2026
    Notion logo

    Notion

    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 5, 2026
    • Date parsed from source:
      May 5, 2026
    • First seen by Releasebot:
      May 6, 2026
    Notion logo

    Notion

    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.
    Original source
  • May 4, 2026
    • Date parsed from source:
      May 4, 2026
    • First seen by Releasebot:
      May 5, 2026
    Notion logo

    Notion

    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
    Notion logo

    Notion

    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
    Notion logo

    Notion

    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
    Notion logo

    Notion

    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
    Notion logo

    Notion

    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
    Notion logo

    Notion Developers by Notion

    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.
    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.

Similar to Notion with recent updates: