releases.shpreview
Notion/SDK (JS)

SDK (JS)

$npx -y @buildinternet/releases show notion-sdk-js
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases14Avg4/moVersionsv5.7.0 → v5.19.0
Apr 17, 2026

What's Changed

Links

Apr 13, 2026

What's Changed

Links

Mar 30, 2026

What's Changed

Links

Mar 25, 2026

What's Changed

Links

Mar 19, 2026

What's Changed

Links

Mar 14, 2026

What's Changed

New Contributors

Links

Mar 9, 2026

What's Changed

New Contributors

Links

Mar 2, 2026

What's Changed

  • Sync api-endpoints: unsupported block type, update page docstring tweak by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/672
    • New string field unsupported[block_type] in UnsupportedBlockObjectResponse to provide a hint on what an underlying unsupported block type is
    • Minor TSDoc change for updatePage endpoint: remove "properties" suffix from API name; just "Update page" now.
      • This reflects the fact that the endpoint does more than just updating properties/schema

Links

Feb 27, 2026

What's Changed

New Contributors

Links

Feb 26, 2026

What's Changed

New Contributors

Links

Jan 29, 2026

What's Changed

  • Fix: Prevent path traversal in Client.request() #661
    • Note when upgrading: This means that callers can no longer use ../ to switch the meaning of a request that accepts an ID path parameter to navigate to a different Notion API endpoint. Please use Client.request() with a properly formatted, absolute API path instead.

Links

Jan 23, 2026

What's Changed

  • Sync api-endpoints: add position to AppendBlockChildrenParameters by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/658
    • Specifically, this change is a backwards-compatible improvement to support a more expressive position parameter in the PATCH /v1/blocks/:block_id/children body to append at a specific position in the parent's children array.
      • The parameter cannot be used with the older after parameter, which will be officially removed in the next public API version.
  • Sync api-endpoints: add list_start_index and list_format by @vshen-notion in https://github.com/makenotion/notion-sdk-js/pull/659
    • For numbered_list_item, support distinguishing where list numbering starts and what type of list (number, letter, roman numeral), by exposing list_start_index and list_format

New Contributors

Full Changelog: https://github.com/makenotion/notion-sdk-js/compare/v5.7.0...v5.8.0

Jan 15, 2026

What's Changed

Links

Dec 16, 2025

What's Changed

Links

Nov 10, 2025

What's Changed

Links

Oct 18, 2025

What's Changed

Links

Oct 17, 2025

What's Changed

Links

Oct 13, 2025

What's Changed

  • API schema sync: small consolidation refactors and fixes by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/622
  • API schema sync: remove data_source_id type from DataSource.database_parent by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/626
  • Sync API schema: CreatePage + templates; workspace_id field; query wiki filters by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/628
    • Including workspace_id in bot responses alongside workspace_name
    • Introducing a new API endpoint notion.dataSources.listTemplates with one path parameter, data_source_id, for listing the available page templates under a data source
    • Adding a new optional parameter template to CreatePageBodyParameters with polymorphic type options of none (don't apply any template; existing behavior), default (apply data source's default template), and template_id (apply a custom template ID)
    • Adding a new optional parameter result_type to QueryDataSourceBodyParameters to allow for only surfacing "page" or "data_source" result types in the case of wikis (where databases can be nested)

Links

Previous123Next
Latest
v5.19.0
Tracking Since
May 13, 2021
Last fetched Apr 19, 2026