Releases: ramnes/notion-sdk-py
2.5.0
What's Changed
- Support file uploads by @tsinglinrain in #270
New Contributors
- @tsinglinrain made their first contribution in #270
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- Add
column
body param for block updates - Implement GitHub CI cron job to open issues on new Notion API Changelog by @MassimoGennaro in #244
- Fix tests and update cassettes by @ramnes in #248
- Token format update: secret_ → ntn_ by @rafeyrana in #246
- Fixed pytest scope warning by @chinmay29hub in #251
- Add missing endpoint arguments by @mikiya1130 in #254
- Add more explicit example for page creation by @seanmann-synth in #264
New Contributors
- @MassimoGennaro made their first contribution in #244
- @rafeyrana made their first contribution in #246
- @chinmay29hub made their first contribution in #251
- @mikiya1130 made their first contribution in #254
- @seanmann-synth made their first contribution in #264
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- Official support of Python 3.13
- Security update of httpx minimum version
- Add
in_trash
property to PagesEndpoint, by @jjongguet in #236 - Repo update: we switched to Ruff, by @baydinvladislav in #229
- Example fix:
text
should berich_text
, by @yangxinyi-bigdata in #232
New Contributors
- @baydinvladislav made their first contribution in #229
- @yangxinyi-bigdata made their first contribution in #232
- @jjongguet made their first contribution in #236
Full Changelog: 2.2.1...2.3.0
2.2.1
2.2.0
What's Changed
- Icons and covers can now be removed from pages. (Thanks to @FlorianWilhelm for the nudge!)
- Support of filter properties on page retrieve by @smarttommyau in #221
- Allow passing starting cursor in paginated helper by @smarttommyau in #222
New Contributors
- @cbrenton made their first contribution in #211
- @smarttommyau made their first contribution in #221
Full Changelog: 2.1.0...2.2.0
✨ Merry Christmas everyone! ✨
2.1.0
What's Changed
- 100% Coverage 🥳 by @mutt0-ds in #168
- Fix docs reference for retrieve database endpoint by @estheruary in #170
- Add filter_properties in databases query by @sgskt in #181
- fix page share guide according to notion's new doc by @Yunlong-He in #188
- Upgrade GitHub Actions by @cclauss in #189
- Implement is_full_page_or_database by @ramnes in #198
- Adding "after"-parameter to children endpoint by @timo-codecentric in #207
- Add description param to database endpoint by @FlorianWilhelm in #209
New Contributors
- @estheruary made their first contribution in #170
- @sgskt made their first contribution in #181
- @Yunlong-He made their first contribution in #188
- @cclauss made their first contribution in #189
- @ramnes made their first contribution in #198
- @timo-codecentric made their first contribution in #207
- @FlorianWilhelm made their first contribution in #209
Thanks to all of you!
Full Changelog: 2.0.0...2.1.0
2.0.0
This major version update mostly adds new helpers, support for the comments API, more tests, and Python 3.11.
Notion-Version
has been upgraded to 2022-06-28
and it brings breaking changes.
Thanks to our new contributors, @ssredpanda and @andrewdircks, as well as to @mutt0-ds for his important work on this release!
Full Changelog: 1.0.0...2.0.0
1.0.0
Let's get out of beta and release 1.0.0!
Notion-Version
has been upgraded to 2022-02-22
and it brings breaking changes.
Thanks to our new contributor for this release, @sudosubin!
Full Changelog: 0.9.0...1.0.0
0.9.0
0.8.0
Adds support for the recent Notion API changes.