To see all commits for this version, click here.
New Features
- Allow specifying the body of a
PUT
orPOST
to be specified as a byte array. - Added
ExecuteAsync
overloads that returnTask<T>
- Improved handling of nullable types
- Support
DateTimeOffset
toXmlDeserializer
Bug Fixes
- Crash if an XML attribute contains empty string
- Adding array of int to request
- Support XAuth parameters for OAuth parameter handling
- Memory leak around handling of Accepts header
ConfigureProxy
was not being called for async request- Serialization for classes with
IList
properties - Exception when executing async requests on multiple threads with one
RestClient
- ResponseStatus.Aborted was not being set if request was aborted
- ClientCertificate threw
NotImplementedException
on Mono - Fix decimal parsing for small decimal values