Skip to content

Releases: notion-dotnet/notion-sdk-net

1.0.4 release

02 Aug 11:05
372751b
Compare
Choose a tag to compare

Enhancements ✨

N/A

Bug Fixes 🐛

  • #49 Invalid database property "file"

CI/Test 👷🏼

N/A

Documentations 📝

N/A

1.0.3 release

30 Jul 13:25
b5818b1
Compare
Choose a tag to compare

Enhancements ✨

N/A

Bug Fixes 🐛

  • #43 Add missing Rollup config Function Enums
  • #47 Boolean property of FormulaPropertyValue class can be Nullable

CI/Test 👷🏼

N/A

Documentations 📝

N/A

1.0.2 release

17 Jul 10:40
954900d
Compare
Choose a tag to compare

Enhancements ✨

N/A

Bug Fixes 🐛

  • #40 'errorResponse' is null on at least one execution path.

CI/Test 👷🏼

  • #38 Add SonarCloud analysis GitHub action.

Documentations 📝

N/A

1.0.1 release

17 Jul 06:10
a08bb18
Compare
Choose a tag to compare

Enhancements ✨

N/A

Bug Fixes 🐛

  • #32 Fix IObject.Object (ObjectType enum) writes as number
  • #34 Fix DateProperty has type MultiSelect
  • #35 Exposed Blocks Api in NotionClient

CI/Test 👷🏼

N/A

Documentations 📝

N/A

1.0.0 release

05 Jul 19:14
63ef92a
Compare
Choose a tag to compare

Enhancements ✨

  • Add support for Search API
  • Parse error response and make it available in exception
  • Code clean up

Bug Fixes 🐛

N/A

CI/Test 👷🏼

  • Add Issue Label Bot
  • Add Continuous security analysis: LGTM

Documentations 📝

N/A

ℹ️ This is a first non beta release. Has support for all the API's currently exposed by Notion. Stay tuned 👀. We'd love to evolve this library to meet many more needs. Everyone are welcome to contribute. 👋🏼

0.6.0 beta release

22 Jun 13:44
69cf5bc
Compare
Choose a tag to compare
0.6.0 beta release Pre-release
Pre-release

Enhancements ✨

  • Add support for Pages API's

Bug Fixes 🐛

N/A

CI/Test 👷🏼

N/A

Documentations 📝

N/A

0.5.0 beta release

03 Jun 14:10
17a2d70
Compare
Choose a tag to compare
0.5.0 beta release Pre-release
Pre-release

Enhancements ✨

  • Add support for Block API's
  • Add constructors to Filters for cleaner initialization
  • Fix code factor issues
  • Add editorconfig for consistent coding style

Bug Fixes 🐛

  • Correct filter models & their serialization

CI/Test 👷🏼

  • Add CodeQL analysis workflow

Documentations 📝

  • Add basic usage example
  • Add instructions on how to use the Filters when Querying the database
  • Replace code snippet images with actual code

ℹ️ This is one of the big releases. Stay tuned 👀. Everyone are welcome to contribute. 👋🏼

0.2.0 beta release

23 May 16:02
d74d3df
Compare
Choose a tag to compare
0.2.0 beta release Pre-release
Pre-release
  • Added support for Databases API's #1
  • Refactor code
  • Replaced custom Json converters with JsonSubtypes converter.
  • Add basic project introduction in readme.

0.1.0 beta release

22 May 13:49
3ef4895
Compare
Choose a tag to compare
0.1.0 beta release Pre-release
Pre-release

Add support for the User object API's

  • Retrieve a User
  • List users