Skip to content

Releases: ramnes/notion-sdk-py

Release 0.5.0

29 Jul 08:54
Compare
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
Compare
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
Compare
Choose a tag to compare

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