Skip to content

Releases: restsharp/RestSharp

106.11.0

18 Jun 14:04
Compare
Choose a tag to compare
  • Assembly version to match the file version

RestSharp v105.2.3

26 Aug 23:50
Compare
Choose a tag to compare
  • fixed the mono touch nuget targeting
  • merged in two PRs

To see all commits for this version, click here.

RestSharp v105.2.2

19 Aug 07:11
Compare
Choose a tag to compare
  • Added nuget targets for windows phone 8 and 8.1, monotouch10, monoandroid10, xamarin.ios10, net46
  • fixed the silverlight target to be sl5
  • added all projects to the solution
  • cleaned up and consolidated the build and packaging scripts
  • Code clean-up and namespace patching may cause breaking changes

To see all commits for this version, click here.

RestSharp v105.2.1

16 Aug 07:37
Compare
Choose a tag to compare

To see all commits for this version, click here.

RestSharp v105.1.0

30 Apr 01:59
Compare
Choose a tag to compare

To see all commits for this version, click here.

RestSharp v105.0.1

13 Nov 22:47
Compare
Choose a tag to compare

To see all commits for this version, click here.

Bug Fixes

  • Reverted changes to parameter encoding

RestSharp v105.0

01 Nov 18:21
Compare
Choose a tag to compare

To see all commits for this version, click here.

New Features/Improvements

  • Converted the BaseUrl to be a URI rather than a string (potential breaking change)
  • Updated the SimpleJson package to the latest version (potential breaking change)
  • Converted the use of tabs to spaces
  • Added support for the DeserializeAs attribute on XML
  • Added ability to deserialize into structs
  • Added additional methods on RestRequest
    • IRestRequest.AddJsonBody
    • IRestRequest.AddXmlBody
    • IRestRequest.AddQueryParameter
  • Added support for multi-part form request to allow both a request body and files

Bug Fixes

  • Fixed potential Null Reference Exceptions on the parameters in RestClient (ToString usage)

RestSharp v104.5.0

16 Oct 05:25
Compare
Choose a tag to compare

To see all commits for this version, click here.

RestSharp v104.4.0

05 May 15:28
Compare
Choose a tag to compare

To see all commits for this version, click here.

RestSharp v104.3

22 Oct 21:02
Compare
Choose a tag to compare

To see all commits for this version, click here.

New Features/Improvements

  • Support for query string parameters on POST requests
  • Deserialize an integer to a bool property
  • Enable Task extensions for Monotouch and Monodroid platforms
  • Support for deserializing a dictionary of lists

Bug Fixes

  • Fixed regression that prevented deserializing requests when non-protocol errors occurred
  • Properly URL encode strings longer than 32766 characters