Skip to content

Releases: makenotion/notion-sdk-js

v5.20.0

20 Apr 23:49
d945a3a

Choose a tag to compare

What's Changed

  • Add request_status field to all affected list response types in #711
  • Bump version to v5.20.0 by @github-actions[bot] in #712

Links

v5.19.0

17 Apr 18:51
a75f991

Choose a tag to compare

What's Changed

  • Add update method to comments namespace for UpdateComment endpoint in #705
  • Update markdown field descriptions in comments endpoints to match updated API spec in #709
  • Add delete method to client.comments for Delete Comment endpoint in #706
  • Bump version to v5.19.0 in #710

Links

v5.18.0

13 Apr 18:04
312f207

Choose a tag to compare

What's Changed

  • Support multi-value filters for select, status, and multi_select property filters in #707
  • Bump version to v5.18.0 in #708

Links

v5.17.0

07 Apr 17:14
599eb22

Choose a tag to compare

What's Changed

  • Add markdown parameter to Create Comment endpoint in #703
  • Bump version to v5.17.0 in #704

Links

v5.16.0

30 Mar 18:34
33675c3

Choose a tag to compare

What's Changed

  • Add icon support to paragraph blocks (tab block items) by @notion-buildkite-app[bot] in #697
  • Add gateway_timeout to APIErrorCode enum by @notion-buildkite-app[bot] in #698
  • Update SDK types: H4 blocks; view API property encoding; "me" person filters by @notion-buildkite-app[bot] in #701
  • Bump version to v5.16.0 by @github-actions[bot] in #702

Links

v5.15.0

25 Mar 15:18
7854f0b

Choose a tag to compare

What's Changed

  • Sync api-endpoints: tab block support, verification property updates by @ksinder in #690
  • Modularize api-endpoints.ts into individual files + add webhook types by @ksinder in #691
  • Move view/dashboard types from common.ts to views.ts by @ksinder in #692
  • Add custom_emojis.list() endpoint by @ksinder in #693
  • Bump version to v5.15.0 by @github-actions[bot] in #694

Links

v5.14.0

19 Mar 23:14
63dcde8

Choose a tag to compare

What's Changed

Links

v5.13.0

14 Mar 16:43
b709a3a

Choose a tag to compare

What's Changed

  • [AI] Add support for update_content and replace_content operations to PATCH /v1/pages/:id/markdown endpoint by @notion-circleci-github-app[bot] in #683
  • Security-related upgrades and improvements to repo GitHub actions by @elb-notion in #652
  • Proposal: Add ability to quickly run starter project on Val Town by @charmaine in #541
  • Bump version to v5.13.0 by @github-actions[bot] in #685

New Contributors

Links

v5.12.0

09 Mar 20:48
f71ef0e

Choose a tag to compare

What's Changed

  • [AI] Add optional timezone parameter to template body parameter for pages.create and pages.update by @notion-circleci-github-app[bot] in #676
  • Add support for API version 2026-03-11 by @ksinder in #675
  • fix: "Illegal invocation" error in Cloudflare Workers by @craigary in #681

New Contributors

Links

v5.11.1

02 Mar 23:18
1041e05

Choose a tag to compare

What's Changed

  • Sync api-endpoints: unsupported block type, update page docstring tweak by @ksinder in #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