Skip to content

Releases: restsharp/RestSharp

111.2.0

30 May 11:20
Compare
Choose a tag to compare

What's Changed

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

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