Skip to content

Releases: notion-dotnet/notion-sdk-net

4.0.0-preview-2.8.29.2022

28 Aug 21:07
cf1e4ee

Choose a tag to compare

Pre-release

Enhancements ✨

  • #310 Add support for Comments API

Bug Fixes 🐛

  • #309 Number property causes exception in RetrievePagePropertyItem

CI/Test 👷🏼

  • N/A

Documentations 📝

  • Update readme with Comments API

Thank you all for the love and support you are showing on this SDK. Everyone are welcome to contribute. I'm happy to hear any idea you have - fill free to open issue or discussion.
🎉 🎉 🎉

4.0.0-preview-1.8.21.2022

20 Aug 21:58
97b2983

Choose a tag to compare

Pre-release

Enhancements ✨

  • #298 Set default Notion-Version to 2022-06-28
  • #258 Page properties must be retrieved using the page properties endpoint.
  • #259 Parents are now always direct parents; a parent field has been added to block.
  • #260 Database relations have a type of single_property and dual_property.

Bug Fixes 🐛

  • N/A

CI/Test 👷🏼

  • N/A

Documentations 📝

  • N/A

Thank you all for the love and support you are showing on this SDK. Everyone are welcome to contribute. I'm happy to hear any idea you have - fill free to open issue or discussion.
🎉 🎉 🎉

3.1.2 release

20 Aug 20:12
6c4e614

Choose a tag to compare

Enhancements ✨

  • N/A

Bug Fixes 🐛

  • #299 Unexpected token exception: Databases.RetrieveAsync
  • #302 Make Color property nullable

CI/Test 👷🏼

  • N/A

Documentations 📝

  • N/A

This release as bugs found in the previous release 3.1.0

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

3.1.0 release

20 Aug 11:09
6fd0cae

Choose a tag to compare

Enhancements ✨

  • #249 Created by and last edited by properties in Block, Page and Database objects
  • #250 Add support for archived property for database object
  • #251 Block colors are now supported in the API
  • #252 Query a database endpoint supports filtering by timestamp
  • #254 Add support for creating inline databases with is_inline
  • #255 Add support for reading and writing database descriptions with the description field.
  • #256 Add limited read only support for database status properties.

Bug Fixes 🐛

  • N/A

CI/Test 👷🏼

  • N/A

Documentations 📝

  • N/A

Thank you all for the love and support you are showing on this SDK. Everyone are welcome to contribute. I'm happy to hear any idea you have - fill free to open issue or discussion.
🎉 🎉 🎉

3.0.0 release

17 Jul 20:00
f7d5449

Choose a tag to compare

Enhancements ✨

  • #241 Support Notion-Version 2022-02-22
    • #242 The text in blocks has been renamed to rich_text, to be consistent with the database property type
    • #243 Query database filter changes
      • #246 phone and text no longer supported in the query database endpoint
      • #247 rollup property filters accept rich_text instead of text
      • #248 formula property filters accept string instead of text
    • #244 property_item objects now return a type, next_url, and id
    • #245 Removed the List Databases endpoint

Bug Fixes 🐛

  • N/A

CI/Test 👷🏼

  • N/A

Documentations 📝

  • Added details of default Notion-Version supported by NuGet package versions.

It got delayed but It's finally here. Now the library supports Notion-Version 2022-02-22.
Once again thank you all for the love and support you are showing on this SDK. Everyone are welcome to contribute. I'm happy to hear any idea you have - fill free to open issue or discussion.
🎉 🎉 🎉

2.2.5 release

16 Jul 15:30
07d09c4

Choose a tag to compare

Enhancements ✨

  • #226 Add table and table_row block support
  • #227 Add support for Caption property in code block type
  • #236 Add Time Zone support to Date property
  • #237 Add ability to clear date property

Bug Fixes 🐛

  • N/A

CI/Test 👷🏼

  • N/A

Documentations 📝

  • N/A

Thank you all for the love and support you are showing on this SDK. We have crossed 20k+ downloads and 71 starred. 🎉 🎉 🎉

2.2.4 release

03 Jul 14:05
9ca4c5e

Choose a tag to compare

Enhancements ✨

  • #232 Class name "URLPropertyScheam" is misspelled
  • #234 Add caption property in file block

Bug Fixes 🐛

  • #229 Fix wrong field used in relation field

CI/Test 👷🏼

  • N/A

Documentations 📝

  • N/A

It's been some time :) Thank you all for the love and support you are showing on this SDK. We have crossed 17k+ downloads and 70 starred. 🎉 🎉 🎉

2.2.3 release

09 Jan 16:37
2ca1c64

Choose a tag to compare

Enhancements ✨

  • #223 Remove Enum used in Response models

Bug Fixes 🐛

  • #220 Error converting value "unique" to type 'Notion.Client.Function'. Path 'rollup.function'

CI/Test 👷🏼

  • N/A

Documentations 📝

  • N/A

🎆 🎆 🎆 🎆
Everyone are welcome to contribute. 👋🏼 @KoditkarVedant

2.2.2 release

01 Jan 17:47
aec0659

Choose a tag to compare

Enhancements ✨

  • #207 Synced Block, Link to Page and Template block types are now supported in the API
  • #208 Add support for synced block enhancement
  • #209 Add support for "Link to page" block enhancement good first issue
  • #210 Add support for Template block enhancement
  • #196 Add support for updating Embed block type enhancement
  • #195 Add support for updating Media blocks (image, video, file, pdf) enhancement

Bug Fixes 🐛

  • #211 Error when reading values form QuoteBlock.Text property bug

CI/Test 👷🏼

  • N/A

Documentations 📝

  • N/A

🎆 🎆 🎆 🎆
First release of year 2022
Everyone are welcome to contribute. 👋🏼 @KoditkarVedant

2.2.1 release

11 Dec 13:52
b5f9e9b

Choose a tag to compare

Enhancements ✨

  • #194 Add support for Audio block enhancement
  • #193 Add support for updating Bookmark block
  • #191 Add support for Divider block type
  • #190 Add support for Column List and Column Block enhancement
  • #188 Expose method to set Icon and Cover on PagesCreateParametersBuilder
  • #182 Dates with times and timezones are now supported on Database Date Filters
  • #181 Breadcrumb block types are now supported in the API
  • #180 Add support for Table of contents block type
  • #177 Users can now retrieve, add, and update Equation block
  • #176 Users can now add and update Callout and Quote block types
  • #175 Retrieve page property item documentation
  • #50 Add Microsoft dependency injection extension for notion client
  • #12 Add Logging support to library

Bug Fixes 🐛

  • #178 Cannot insert page with Select property

CI/Test 👷🏼

  • N/A

Documentations 📝

  • N/A

🪔🎃🎅🏼🎆
This is very exciting release. It adds support for many features provided by Notion. Project had participated in #Hactoberfest2021. We have got few contributions from community. Congratulations 🎉 🥳 to @mhall002 on his/her first contribution this project. Looking for many more.

Everyone are welcome to contribute. 👋🏼 @KoditkarVedant