Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

52 lines (38 loc) · 2.7 KB

Changelog

v1.3.5

  • #68: insert Block support
  • #70: fix database filtering using *_time attribute
  • #72: public_url attr added
  • #73: Unique ID page property added

v1.3.4

  • #66: full support of rollup type properties
  • #55: Optional typing fix

v1.3.3

  • #45: has_more property for relation PropertyValue
  • #47: full support of description field for Database
  • #46: this_week filter condition for database query
  • status type Properties DB filtering added
  • #44: workspace_name for bot type User
  • #43: full support of heading type blocks

v1.3.2

  • #34: status Property type added

v1.3.1

  • #32: Rollback of Page retrieving with properties
  • #35: Fix PropertyValue with rollup type

v1.3.0

  • #27: Switched from 2022-02-22 to 2022-06-28 version of Notion API
  • Request() (internal) method argument added
  • #27: Fix of parent object hierarchy
  • #27: models.Block now has non-empty parent attr
  • models.Database: is_inline attr added
  • Notion(): new optional arg version added to customize API interaction
  • #27: You must retrieve Page properties manually. .get_page_properties method added
  • #27: add support of relation type Property
  • #27: updates for relation type PropertyValue
  • #16: tests of Property model
  • #28: Add whoami method
  • #16: Add search engine

Breaking changes for 1.3.0

  • Request() method now looks for positional argument api for getting version (internal method)
  • Page has title=unknown until you retrieve its properties (deprecated statement)
  • PropertyValue with relation type now represents by list of LinkTo object instead of list of IDs