Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: notion-dotnet/notion-sdk-net

1.3.0 release

09 Sep 18:03
@KoditkarVedant KoditkarVedant
ad0532d
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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. ❤️

Loading

1.2.0 release

18 Aug 23:46
@KoditkarVedant KoditkarVedant
f48fa7b
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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. ❤️

Loading

1.1.0 release

14 Aug 21:19
@KoditkarVedant KoditkarVedant
af53b45
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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. ❤️

Loading

1.0.4 release

02 Aug 11:05
@KoditkarVedant KoditkarVedant
372751b
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Enhancements ✨

N/A

Bug Fixes 🐛

  • #49 Invalid database property "file"

CI/Test 👷🏼

N/A

Documentations 📝

N/A

Loading

1.0.3 release

30 Jul 13:25
@KoditkarVedant KoditkarVedant
b5818b1
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

Loading

1.0.2 release

17 Jul 10:40
@KoditkarVedant KoditkarVedant
954900d
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

Loading
jamie-lord reacted with thumbs up emoji
1 person reacted

1.0.1 release

17 Jul 06:10
@KoditkarVedant KoditkarVedant
a08bb18
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

Loading

1.0.0 release

05 Jul 19:14
@KoditkarVedant KoditkarVedant
63ef92a
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

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

Loading
jamie-lord reacted with thumbs up emoji
1 person reacted

0.6.0 beta release

22 Jun 13:44
@KoditkarVedant KoditkarVedant
69cf5bc
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

Loading

0.5.0 beta release

03 Jun 14:10
@KoditkarVedant KoditkarVedant
17a2d70
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

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

Loading

AltStyle によって変換されたページ (->オリジナル) /