Skip to content

Releases: 46ki75/notionrs

v1.0.0-alpha.35

25 Feb 15:13
be17cee
Compare
Choose a tag to compare

Features

  • Create get_block_children_all() function that fetches all blocks without pagination.

v1.0.0-alpha.34

25 Feb 14:45
a019119
Compare
Choose a tag to compare

Features

  • add query_database_all() function: (fetch all data without pagination)

v1.0.0-alpha.33

25 Feb 14:44
de5d7d3
Compare
Choose a tag to compare

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

23 Feb 06:31
c7422a9
Compare
Choose a tag to compare

Refactor

  • Change the reqwest response handling to receive bytes instead of a string

v1.0.0-alpha.31

22 Feb 02:47
b58a130
Compare
Choose a tag to compare

Features

  • Update to support notion-sdk-js@2.2.16 API Changes
    • Add CustomEmoji
    • Add AsciiArt, Hcl, Smalltalk to Language

Refactors

  • use serde_plain instead of manual enum serialization

Bug Fixes

  • Fix fields of Mention struct.

Dependency Updates

  • bump serde_json to 1.0.139
  • bump serde to 1.0.218

v1.0.0-alpha.30

02 Feb 11:50
54be39e
Compare
Choose a tag to compare

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

25 Jan 16:48
b7ac3bd
Compare
Choose a tag to compare

Dependency Updates

v1.0.0-alpha.28

12 Jan 00:14
d7a8c37
Compare
Choose a tag to compare

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

04 Jan 10:28
d3fbd1e
Compare
Choose a tag to compare

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

27 Dec 21:06
c97fe86
Compare
Choose a tag to compare

Fixed omissions in v1.0.0-alpha.25 that did not reflect changes