Closed
Description
Notion has releasing Notion-Version 2022-02-22 with the following backwards incompatible changes:
- The
text
in blocks has been renamed torich_text
, to be consistent with the database property type.. #242 - Query database filter changes #243
phone
andtext
are no longer supported in query database filters when filtering byphone_number
andrich_text
properties. Usephone_number
andrich_text
instead.rollup
query database filters no longer accept thetext
keyword. Userich_text
instead.formula
query database filters no longer accept thetext
keyword. Usestring
instead.
-
property_item
objects now return atype
,next_url
, andid
. #244 - Deprecated the List Databases endpoint. #245
The pull request for these changes should be raised against notion-version-2022-02-22
.
Notion changelog: https://developers.notion.com/changelog/releasing-notion-version-2022-02-22