releases.sh

Meeting notes creation API added; formula/rollup unsupported handling

v5.24.0

August 5, 2026SDK (JS)View original ↗
3 featuresThis release3 featuresNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗

What’s changed

New capabilities

  • Create meeting notes (#753)
    • Use client.blocks.meetingNotes.create() with a file upload or an existing audio, video, or file block. Generated request types require parent only for file-upload sources.

API response types

  • Handle unsupported formula and rollup values (#757)

    • Formula and rollup response unions now include type: "unsupported", so TypeScript users can handle values Notion did not compute.
  • Recognize invalid beta headers (#754)

    • APIErrorCode.InvalidBeta recognizes invalid_beta responses as APIResponseError, including failed async-task responses.

Links

Fetched August 5, 2026