Releases: 46ki75/notionrs
Releases · 46ki75/notionrs
v1.0.0-alpha.35
Features
- Create
get_block_children_all()
function that fetches all blocks without pagination.
v1.0.0-alpha.34
Features
- add
query_database_all()
function: (fetch all data without pagination)
v1.0.0-alpha.33
What's Changed
- Handle None values in Display implementations for SelectColor and PageSelectProperty by @46ki75 in #164
- chore: bump crate version to 1.0.0-alpha.33 by @46ki75 in #165
Full Changelog: v1.0.0-alpha.32...v1.0.0-alpha.33
v1.0.0-alpha.32
Refactor
- Change the
reqwest
response handling to receive bytes instead of a string
v1.0.0-alpha.31
Features
- Update to support
notion-sdk-js@2.2.16
API Changes -
- Add
CustomEmoji
- Add
-
- Add
AsciiArt
,Hcl
,Smalltalk
toLanguage
- Add
Refactors
- use
serde_plain
instead of manual enum serialization
Bug Fixes
- Fix fields of
Mention
struct.
Dependency Updates
- bump
serde_json
to1.0.139
- bump
serde
to1.0.218
v1.0.0-alpha.30
Dependency Update
- bump
serde_json
from 1.0.137 to 1.0.138
Refactor
- add Clone derive to various response and property structs
v1.0.0-alpha.29
Dependency Updates
- bump serde_json from 1.0.135 to 1.0.137 by @dependabot in #138
v1.0.0-alpha.28
Dependency Updates
- bump
serde_json
to 1.0.135 - bump
tokio
to 1.43.0 - bump
thiserror
to 2.0.11
v1.0.0-alpha.27
Dependency Updates
- bump
reqwest
from 0.12.10 to 0.12.12 - bump
serde
from 1.0.216 to 1.0.217
v1.0.0-alpha.26
Fixed omissions in v1.0.0-alpha.25 that did not reflect changes