RestSharp v104.2
To see all commits for this version, click here.
New Features
- Allow specifying the body of a
PUTorPOSTto be specified as a byte array. - Added
ExecuteAsyncoverloads that returnTask<T> - Improved handling of nullable types
- Support
DateTimeOffsettoXmlDeserializer
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
ConfigureProxywas not being called for async request- Serialization for classes with
IListproperties - Exception when executing async requests on multiple threads with one
RestClient - ResponseStatus.Aborted was not being set if request was aborted
- ClientCertificate threw
NotImplementedExceptionon Mono - Fix decimal parsing for small decimal values