We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed2efc commit 84be48fCopy full SHA for 84be48f
1 file changed
CHANGELOG.md
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## 1.8.0 - 2026-02-23
9
+
10
+### Added
11
12
+- Add support for data sources (Notion API 2025-09-03), including data source endpoints and `data_source_id` support.
13
14
+### Changed
15
16
+- Default Notion API version is now `2022-06-28`.
17
+- Creating databases on Notion API 2025-09-03+ now uses `initial_data_source` for properties.
18
19
+### Fixed
20
21
+- Normalize empty database property configurations so empty objects serialize as `{}` where required by the API.
22
23
## 1.7.3 - 2026-02-19
24
25
### Fixed
0 commit comments