releases.sh
Notion

Notion

notion.comProductivity
$npx @buildinternet/releases get notion

Page writes can now filter returned properties

This release1 featureNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes
SDK (JS) · v5.25.0

Pages created or updated via the SDK now accept a filter_properties parameter to bound which properties are returned in the write response, matching pages.retrieve(). The failed-task error type was also compacted into a single union with correlated status/code, with no behavioral change.

Read more →

Meeting notes creation API added; formula/rollup unsupported handling

This release3 featuresNew capabilitiesAI-tallied from the release notes
SDK (JS) · v5.24.0

New client.blocks.meetingNotes.create() supports file uploads or existing audio, video, or file blocks, with parent required only for file-upload sources. Formula and rollup response unions now include type: "unsupported" for values Notion didn't compute, and APIErrorCode.InvalidBeta recognizes invalid_beta responses as APIResponseError.

Read more →

Edge-blocked requests now carry ray_id; retry-after header fix

This release1 featureNew capabilities1 fixBug fixesAI-tallied from the release notes
SDK (JS) · v5.23.3

Requests rejected at the network edge now populate a ray_id from the cf-ray response header and a request_id from x-notion-request-id, making firewall-blocked requests diagnosable. Also fixes retry-after header lookup to be case-insensitive and handle array-valued headers.

Read more →