github restsharp/RestSharp 110.0.0

latest releases: 112.1.0, 112.0.0, 111.4.1...
19 months ago

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

Don't miss a new RestSharp release

NewReleases is sending notifications on new releases.