Skip to content

Releases: getsyncr/notion-sdk

0.7.0

25 Aug 06:22
Compare
Choose a tag to compare

Add support for page icons, page covers, new URL based block types, and file page properties.

More details in the changelog.

0.6.0

20 Aug 06:03
Compare
Choose a tag to compare

Changes to reflect backwards incompatible Notion-Version 2021-08-16 changes

0.5.0

13 Aug 07:31
Compare
Choose a tag to compare

Feature:

Fixes:

  • Replace default version header
  • Add body parameters to endpoint create database

0.4.1

08 Aug 09:06
Compare
Choose a tag to compare

Fixes

  • Add missing database property type Formula
  • Add missing Rollup Function percent_checked

0.4.0

06 Aug 06:59
Compare
Choose a tag to compare
  • Add retrieve and update blocks with GET and PATCH /v1/blocks/:id

You can now retrieve and update block objects with the Notion API! The PATCH endpoint currently supports updating paragraph, heading_1, heading_2, heading_3, bulleted_list_item, numbered_list_item, toggle and to_do blocks.
More information about this new feature available here:
https://developers.notion.com/changelog/retrieve-and-update-blocks-with-get-and-patch-v1blocksid

0.3.1

27 Jul 05:48
Compare
Choose a tag to compare

Add missing NumberFormat (rupiah, lira, real, franc, canadian_dollar) for property NumberProperty
Complete list of available formats available here:
https://developers.notion.com/reference/database#number-configuration

0.3.0

26 Jul 18:34
Compare
Choose a tag to compare

Add more currency formats for Number properties

The number property type in databases now supports additional currency options.
https://developers.notion.com/changelog/number-properties-now-support-more-currency-formats

0.2.0

25 Jul 15:35
Compare
Choose a tag to compare

Added method get_configuration on Property objects to easily fetch additional configuration associated with a Property

The Notion API documentation list all additional configuration available for Properties here: https://developers.notion.com/reference/database#database-property

0.1.3

24 Jul 16:57
Compare
Choose a tag to compare
  • Added name to Property object
  • Use PropertyValueType enum for PropertyValue definitions
  • Fix invalid date format in DatePropertyValue
  • Fix append children blocks endpoint

0.1.2

21 Jul 07:18
Compare
Choose a tag to compare

Add enumerations for all Notion types