Skip to content

Releases: restsharp/RestSharp

110.2.0

09 Apr 17:41
812c344
Compare
Choose a tag to compare

What's Changed

Full Changelog: 110.1.0...110.2.0

110.1.0

04 Apr 16:36
bf24794
Compare
Choose a tag to compare

What's Changed

Full Changelog: 110.0.0...110.1.0

110.0.0

03 Apr 11:59
Compare
Choose a tag to compare

What's Changed

Breaking change

The IRestClient interface signature is different, so any non-standard implementations need to adopt the changes.

To keep DefaultParameters thread-safe, it got a new type DefaultParameters, and request property Parameters has a dedicated type RequestParameter. Code-wise the change is non-breaking as the signatures are the same, but v110 is not binary compatible with previous versions. The difference is that DefaultParameters collection wraps all its mutations in a lock.

Full Changelog: 109.0.1...110.0.0

109.0.1

12 Mar 16:14
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug causing duplicate user-agent headers when using a shared HttpClient. by @tacosontitan in #2008

New Contributors

Full Changelog: 109.0.0...109.0.1

109.0.0

12 Mar 16:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 108.0.3...109.0.0

108.0.3

20 Nov 10:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 108.0.2...108.0.3

108.0.2

20 Sep 07:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 108.0.1...108.0.2

108.0.1

20 Sep 07:28
Compare
Choose a tag to compare

108.0.0

07 Jun 13:12
39e6e7d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 107.3.0...108.0.0

107.3.0

11 Feb 15:13
fc27aef
Compare
Choose a tag to compare

What's Changed

  • Add the possibility to configure default headers of HttpClient by @alexeyzimarev in #1738
  • Case insensitive header names by @amosonn in #1737
  • Make it possible to wrap multipart form data parameter name in quotation marks #1749
  • Status code 404 NotFound should not produce an exception, but set the response status to Completed

New Contributors

Full Changelog: 107.2.1...107.3.0