Skip to content

Releases: restsharp/RestSharp

111.4.1

30 Jul 07:15
6391624
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 111.4.0...111.4.1

111.4.0

11 Jul 17:38
4ddda24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 111.3.0...111.4.0

111.3.0

17 Jun 22:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 111.2.0...111.3.0

111.2.0

30 May 11:20
Compare
Choose a tag to compare

What's Changed

  • Fix null reference exception when disposing response content by @alexeyzimarev in #2201
  • Add Version to RestRequest by @alexeyzimarev in #2209
  • Reverted authenticators rename
  • Returned back Execute(request) without method

Full Changelog: 111.1.0...111.2.0

111.0.0

22 May 15:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 110.2.0...111.0.0

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