Skip to content

Releases: ramnes/notion-sdk-py

0.9.0

05 Feb 20:01

Choose a tag to compare

Adds support for the recent Notion API changes and timeout errors. It also doesn't send null values anymore (see issue #94).

Thanks to this release contributors, @mutt0-ds and @nicobako!

0.8.0

04 Dec 21:10

Choose a tag to compare

Adds support for the recent Notion API changes.

0.7.1

02 Dec 09:20

Choose a tag to compare

Release 0.7.1

0.7.0

05 Oct 09:07

Choose a tag to compare

Adds support for the recent Notion API changes.

Beware, Notion-Version has been upgraded to 2021-08-16 and it brings breaking changes.

0.6.0

14 Aug 14:06

Choose a tag to compare

Adds support for the recent Notion API changes. Upgrading should be seamless from 0.4.0 onwards.

Release 0.5.0

29 Jul 08:54

Choose a tag to compare

Mostly adds support for the recent Notion API changes, and per-function authentication. Upgrading from 0.4.0 should be seamless.

Thanks to contributors of this release: @aahnik, @nlecoy, @mixeden and @Thompsonmina!

Release 0.4.0

28 May 21:54

Choose a tag to compare

We now have error handling and complete type hinting, thanks to @blue-hope and @aahnik. Kudos to you two!

⚠️ Breaking change — The client methods now return the response content directly, so you don't need to call .json() on results anymore.

0.3.1

28 May 21:48

Choose a tag to compare

All endpoints are now implemented! It still needs polishing but it's mostly functional.