🚀 Release Candidate Changelog
Major changes and highlights from v4.0.2
to v5.0.0-rc.0
.
⚡️ Major API and SDK updates
- Support for multiple data sources
- Pinned v5 pre-release
- Version bumped to premajor
v5.0.0-rc.0
to reflect breaking and additive changes. #600
- Version bumped to premajor
- Removed support for `notion.databases.list
- The list databases method has been removed, since this endpoint has been deprecated & unsupported since
2022-02-22
, and v5 of the SDK is tailored toward2025-09-03
#600
- The list databases method has been removed, since this endpoint has been deprecated & unsupported since
📝 API shape and type improvements
- Richer API error details
- SDK now surfaces the optional
additional_data
field in API error responses for better diagnostics. #603
- SDK now surfaces the optional
- API schema syncs
DataSourceObjectResponse["parent"]
now supports thedata_source_id
variant.- Search filter enum updated from
page | database
topage | data_source
. - Typechecking added for all
examples/
projects in CI. #602
🧩 Examples and internal maintenance
- Examples directory
- CI improvements
- All examples are now typechecked as part of continuous integration. #602
🛠 Miscellaneous fixes
- Documentation
- Updated the minimum recommended TypeScript version in the README after a dependency upgrade. #598
- Patch releases
Full Changelog: f12b584...178b3c0
Upgrade Guide: https://developers.notion.com/docs/upgrade-guide-2025-09-03