Install

Install-Package RestSharp

(or download)

Documentation

Get Started - All

Contributions welcome!

Discuss

RestSharp Google Group

Help and feature requests

Stay Updated

Follow @RestSharp

Subscribe to the RSS feed

RestSharp 102 Released

I have to start this post by thanking Andrew Young for coming on as a core contributor and doing most of the work that made this release possible. Everything unattributed below was done by Andrew and he managed all the pull requests. Thanks Andrew!

Version 102 is on NuGet and GitHub Downloads.

Changelog:

  • NEW: Added Windows Phone 7.1 Mango assembly. No differences from Windows Phone 7.0 assembly but should hopefully avoid some NuGet versioning conflicts if JSON.NET adds a Mango version.
  • NEW: Mono for Android support added (thanks gshackles!)
  • NEW: Added support for DateTimeOffset values in JsonDeserializer (thanks tathamoddie!)
  • NEW: Added RestRequestAsyncHandle to allow for canceling async requests
  • NEW: Added support for ClientCertificates to RestClient
  • NEW: Added DotNetSerializer (thanks liddellj!)
  • UPDATED: MonoTouch version synced with main version
  • UPDATED: RestResponse.Content is now lazy-loaded on first access to avoid performance hit of populating both RestResponse.RawBytes and RestResponse.Content
  • FIXED: Set compression settings for async requests
  • FIXED: Better date/time handling in JsonDeserializer (thanks tathamoddie!)
  • FIXED: Better handling of multipart form data (moved paramter data before file data) (thanks willkelleher!)
  • FIXED: Deserialization of a list of primitives when XML elements are namespaced (thanks ArturDorochowicz!)
  • FIXED: Made line endings for request bodies conform to standards across platforms (thanks thrackle!)
  • FIXED: Fixed bug with writing double-byte unicode
  • FIXED: Incorrect content length when unicode characters present
  • FIXED: Inconsistencies in culture handling

Report any issues to the Google Group. Enjoy!

Posted September 12th, 1:53 AM
Read more posts about Releases.

No Comments Yet - Chime In
Link