notion-dotnet / notion-sdk-net

A Notion SDK for .Net
MIT License
186 stars 46 forks source link

Add support for Notion-Version 2022-06-28 #257

Closed KoditkarVedant closed 2 years ago

KoditkarVedant commented 2 years ago

Notion has released Notion-Version 2022-06-28 with the following backwards incompatible changes:

Notion changelog: https://developers.notion.com/changelog/releasing-notion-version-2022-06-28

KoditkarVedant commented 2 years ago

I have released the preview version. The final release version is set out to be published by 28th or 31st August 2022.

Scantheus commented 2 years ago

Notion reversed themselves and put support for property values and types back into queries for the 2022-06-28 version.

https://developers.notion.com/changelog

That page properties end point change they did was terrible. My testing on Notion.Net v4 preview had a query that returned 28 records with 6 text properties go from <400ms to >32000 because if the requirement to call RetrievePagePropertyItem for every property.

KoditkarVedant commented 2 years ago

4.0.0 Released