Releases: getsyncr/notion-sdk
0.7.0
0.6.0
0.5.0
Feature:
- Add Update of existing database endpoint support
https://developers.notion.com/changelog/update-existing-databases-with-patch-v1databases
Fixes:
- Replace default version header
- Add body parameters to endpoint create database
0.4.1
0.4.0
- 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
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
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
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