Releases: ramnes/notion-sdk-py
Releases · ramnes/notion-sdk-py
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.