Skip to content

Releases: restsharp/RestSharp

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

107.2.1

04 Feb 14:10
Compare
Choose a tag to compare
  • Fixed AddCookie failing with null value as cookie domain

107.2.0

03 Feb 08:47
cd4c434
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 107.1.2...107.2.0

107.1.2

25 Jan 08:41
Compare
Choose a tag to compare
  • Added back the form part content type as a name #1716
  • Wrapped content disposition name and filename in quotes #1713 #1714 #1715
  • Improved the response format handling #1710
  • Fixed wrong Accept header values #1707
  • Added conditional HttpClient disposal #1711