Releases: ramnes/notion-sdk-py
Releases · ramnes/notion-sdk-py
0.9.0
0.8.0
Adds support for the recent Notion API changes.
0.7.1
0.7.0
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
Adds support for the recent Notion API changes. Upgrading should be seamless from 0.4.0 onwards.
Release 0.5.0
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
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.