Skip to content

110.0.0

Compare
Choose a tag to compare
@alexeyzimarev alexeyzimarev released this 03 Apr 11:59
· 32 commits to dev since this release

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