Skip to content

v0.3.1 - Patch Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@johguentner johguentner released this 30 May 16:51
· 355 commits to main since this release
536ef86

v0.3.1 Patch Release

Changes in the Notion API

As of June 1st, the Notion API requires an additional version parameter in the HTTP header starting with new integrations. Old integrations will still work with our v0.3.0 for some time, but you should consider updating soon. For more information, visit Notions documentation.

Deprecation notice

The methodNotion::setToken() has now a »deprecated« flag for usage outside of the Notion class due to the new constructor and the changed version requirements. The methods visibility will be set to private in the next release (0.4.0). The Token should be stored in the projects .env file or must be provided via the constructor if the Facade is not used (not recommended).