chore(deps): update dependency restsharp to v110 #180
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
108.0.3
->110.2.0
Release Notes
restsharp/RestSharp (RestSharp)
v110.2.0
Compare Source
What's Changed
Full Changelog: restsharp/RestSharp@110.1.0...110.2.0
v110.1.0
Compare Source
What's Changed
AddJsonBody
overload to serialise top-level string by @alexeyzimarev in https://github.com/restsharp/RestSharp/pull/2043Full Changelog: restsharp/RestSharp@110.0.0...110.1.0
v110.0.0
Compare Source
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 typeDefaultParameters
, and request propertyParameters
has a dedicated typeRequestParameter
. 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 thatDefaultParameters
collection wraps all its mutations in a lock.Full Changelog: restsharp/RestSharp@109.0.1...110.0.0
v109.0.1
Compare Source
What's Changed
HttpClient
. by @tacosontitan in https://github.com/restsharp/RestSharp/pull/2008New Contributors
Full Changelog: restsharp/RestSharp@109.0.0...109.0.1
v109.0.0
What's Changed
JwtAuthenticator
with token includes Bearer prefix by @nivmeshorer in https://github.com/restsharp/RestSharp/pull/1949CsvConfiguration
when reading by @electrokit in https://github.com/restsharp/RestSharp/pull/1965RequestMessage
by @adegwerth in https://github.com/restsharp/RestSharp/pull/1989RestRequestExtension.cs
by @ztl8702 in https://github.com/restsharp/RestSharp/pull/1986IRestClient
interfaceOptions
property is using read-only options class, so it won't be possible to re-assign options that configure HTTP client and message handlerNew Contributors
Full Changelog: restsharp/RestSharp@108.0.3...109.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.