Skip to content

Releases: notion-dotnet/notion-sdk-net

1.3.0 release

09 Sep 18:03
ad0532d

Choose a tag to compare

Enhancements ✨

  • N/A

Bug Fixes 🐛

  • #109 AppendBlockChildren api should return PaginatedList of blocks
  • #111 Timestamp property of SeachSort should have String type

CI/Test 👷🏼

  • #60 Add Unit/Integration tests for endpoints
  • #108 Add tests for Users client
  • #110 Add unit tests cases for blocks client
  • #112 Add unit or integration tests for search client

Documentations 📝

  • N/A

If you like what we do. Please star the repo and everyone are welcome to contribute. ❤️

1.2.0 release

18 Aug 23:46
f48fa7b

Choose a tag to compare

Enhancements ✨

  • #56 Add support for Create new databases API
  • #59 User mentions can only be of people
  • #64 Add support to Archive (delete) a page
  • #79 Retrieve and update blocks with GET and PATCH /v1/blocks/:id
  • #80 Update existing databases with PATCH /v1/databases

Bug Fixes 🐛

  • N/A

CI/Test 👷🏼

  • #46 (Spike) Add support for fork PR analysis
  • #69 Page create test case missing Parent.
  • #84 CI: Fix NuGet release pipeline
  • #87 CI: Add build artifact code pipeline CI

Documentations 📝

  • #89 Create separate Readme file for NuGet package
  • #91 Add Bug Report and Feature Report issue template
  • #93 Add pull request template documentation

If you like what we do. Please star the repo and everyone are welcome to contribute. ❤️

1.1.0 release

14 Aug 21:19
af53b45

Choose a tag to compare

Enhancements ✨

  • #72 Add support for Source Link CI
  • #58 Database objects now return parent
  • #57 Page objects now contain URL
  • #55 Database property objects now include the property name (BREAKING CHANGE)
  • #54 Number property type in Database now support more currency formats
  • #53 Add branch protection rule on Main branch

Bug Fixes 🐛

  • #75 Fix naming of contribution guideline file name

CI/Test 👷🏼

  • #51 CI: Enforce a consistent coding style using CI Build
  • #66 Add Unit/Integration tests for Pages endpoints

Documentations 📝

  • #68 Add Readme for NuGet package
  • #63 Add Contributing guidelines
  • #62 Add section in readme to list supported API endpoints by SDK

Hooray!!! 🥳 I am very excited for this release 🚀. If you like what we do. Please star the repo and everyone are welcome to contribute. ❤️

1.0.4 release

02 Aug 11:05
372751b

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

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

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

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

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

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

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. 👋🏼