Skip to content

Releases: lastorel/pytion

v1.3.5

05 Oct 20:34
8050ce4
Compare
Choose a tag to compare

From 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

18 Jun 19:32
5862e3e
Compare
Choose a tag to compare

From CHANGELOG:

v1.3.4

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

v1.3.3

04 Jan 16:23
56a1efc
Compare
Choose a tag to compare

From CHANGELOG:

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

25 Nov 20:58
72ea250
Compare
Choose a tag to compare

From CHANGELOG:

v1.3.2

  • #34: status Property type added

v1.3.1

27 Sep 12:57
29bcbc7
Compare
Choose a tag to compare

From CHANGELOG:

v1.3.1

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

Also:

  • Property types support documentation

v1.3.0: 2022-06-28 API release

07 Aug 23:18
7fabcbc
Compare
Choose a tag to compare

From CHANGELOG:

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

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

v1.2.3 looks better

15 May 21:13
a6f4591
Compare
Choose a tag to compare

What's Changed

  • Docs by @lastorel in #24
    • README was updated
    • Pytion API explanations
  • #23 fixed by @lastorel in #25
    • Block updating by Block object fix
  • Low level API tests by @lastorel in #26
    • Tests for low level queries

Tests passed.
New build is uploaded to PyPI.

Full Changelog: v1.2.2...v1.2.3

v1.2.2 `simple` attr

11 May 22:40
2550293
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1 `plain_text`

07 May 20:41
0281c67
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2...v1.2.1

v1.2 Release to PyPI

03 May 13:39
Compare
Choose a tag to compare

The package is already availabale on PyPI!
Just use pip to install!