packages feed

notion-client-effectful-0.2.0.0: CHANGELOG.md

# Changelog for `notion-client-effectful`

## 0.2.0.0 - 2026-09-15

### Breaking Changes

* Requires `notion-client >=0.8 && <0.9`.
* `queryDataSource` and `search` now return `ListOf PageOrDataSource` (was `ListOf PageObject` and `ListOf Value`), following `notion-client`.
* `updateBlock` takes `Blocks.BlockUpdatePayload` (was `Blocks.BlockUpdate`).
* `createComment` returns `CommentResponse` (was `CommentObject`).
* Remove `queryView` / `QueryView`; use `createViewQuery`, `getViewQueryResults` and `deleteViewQuery`.

### New Features

* New operations `createPageFiltered`, `updatePageFiltered`, `createPageAsync`, `updatePageMarkdownAsync`, `retrieveAsyncTask`, `retrieveComment`, `updateComment`, `deleteComment`, `createViewQuery`, `getViewQueryResults`, `deleteViewQuery`, `createMeetingNote` and `queryMeetingNotes`.

## 0.1.0.0 - 2026-04-17

* Initial release: `Notion` effect and `runNotion` interpreter covering
  every `Notion.V1.Methods` field at the time of release
  (notion-client 0.7.x).