This repository has been archived by the owner on Apr 10, 2018. It is now read-only.
Releases: FubarDevelopment/restsharp.portable
Releases · FubarDevelopment/restsharp.portable
v2.3.0
v2.1.0
- Fixes issue #11
- IRestClient now derives from IDisposable
- HttpClient is kept alive until the RestClient gets disposed
- Default HTTP header parameters are set for the
HttpClient
- Fixes issue #12
- Workaround for the 32k limit of EscapeDataString
- Custom class for URL encoding that's
used as fall-back, when the user wants to use
EscapeDataString with a byte array (which isn't supported).
- Avoid rebuilding the Basic Authentication header for each request
2.2.0
v2.1.1
- Fixed broken SL5 support (thanks to P2SH)
2.0.0
- Removed all deprecated methods
- Starting from this version, I'll use Semantic Versioning 2.0.0
- Optimizing NuGet dependencies for several platforms
- Clear Accept HTTP header parameter for the SL5 platform for GET requests (Issue #9)
- Add Deflate encoding
1.9.1
- OAuth2AuthorizationRequestHeaderAuthenticator should only check for Authorization
header parameter - Better handling of refresh tokens in the OAuth2AuthorizationRequestHeaderAuthenticator
1.9.0
- Increased compatibility with the original RestSharp project
- BuildUri instead of BuildUrl (deprecated)
- Added AddJsonBody, AddXmlBody, AddQueryParameter, AddObject
- Graceful handling of duplicate parameters
(might be a breaking change) - Dispose HttpClient, HttpRequestMessage and the HttpResponseMessage
2.0.3
- Fixed NuGet dependency for the OAuth 1.0 package
- Fixed some problems found by FxCop
2.0.2
- Fixed NuGet package for Xamarin.iOS (upload using nuget instead of NPE)
2.0.1
- Fixed Microsoft.Bcl and Microsoft.Bcl.Build dependencies
- Assemblies are now CLSCompliant (except PCL and SL5, which don't support this attribute)