Skip to content

Releases: hassanhabib/RESTFulSense

Release 2.14.0

04 May 17:31
469e071
Compare
Choose a tag to compare

What's Changed

📢 We’re excited to announce that the latest version of the RESTFulSense now supports posting MultipartFormDataContent forms! Update now to take advantage of this new functionality! 🎉

Full Changelog: 2.13.0...2.14.0

Release 2.13.0

30 Mar 22:47
b38cb54
Compare
Choose a tag to compare

What's Changed

This release will add support to POST content and receive the response via a Stream.

Thank you

Thank you @BrianLParker for this change!

Release 2.12.0

24 Mar 01:38
6566fc7
Compare
Choose a tag to compare

What's Changed

  • MINOR FIX: Ignore Default Values Parameter for Post and Put by @BrianLParker in #64
    • Json Serializer setting is for "DefaultValueHandling"
    • Parameter name changes to better reflects the intent of the parameter.
    • Updates to both RESTFulSense and RESTFulSense.WebAssembly

Important

In this release we have aligned code in both RESTFulSense and RESTFulSense.WebAssembly and as a result we will also align the version numbers of both packages to v2.12.0. As a result of this you will also notice a jump in version numbers on RESTFulSense.WebAssembly

Thank you

Thank you @BrianLParker for your hard work!

RESFulSense

16 Mar 00:03
Compare
Choose a tag to compare

This release includes DeleteContentAsync<T> with a response.