-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from lastorel/dev
Release Notion 2022-06-28
- Loading branch information
Showing
10 changed files
with
230 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
|
||
## v1.3.0 | ||
|
||
- [#27](https://github.com/lastorel/pytion/issues/27): Switched from `2022-02-22` to `2022-06-28` version of Notion API | ||
- `Request()` (internal) method argument added | ||
- [#27](https://github.com/lastorel/pytion/issues/27): Fix of parent object hierarchy | ||
- [#27](https://github.com/lastorel/pytion/issues/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](https://github.com/lastorel/pytion/issues/27): You must retrieve Page properties manually. `.get_page_properties` method added | ||
- [#27](https://github.com/lastorel/pytion/issues/27): add support of `relation` type `Property` | ||
- [#27](https://github.com/lastorel/pytion/issues/27): updates for `relation` type `PropertyValue` | ||
- [#16](https://github.com/lastorel/pytion/issues/17): tests of Property model | ||
|
||
### 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.