Update dependency RestSharp to v107 - autoclosed #9
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:
106.15.0->107.3.0Release Notes
restsharp/RestSharp
v107.3.0Compare Source
What's Changed
CompletedNew Contributors
Full Changelog: restsharp/RestSharp@107.2.1...107.3.0
v107.2.1Compare Source
AddCookiefailing with null value as cookie domainv107.2.0Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@107.1.2...107.2.0
v107.1.2Compare Source
Acceptheader values #1707HttpClientdisposal #1711v107.1.1Compare Source
What's Changed
DataType.Binaryand corresponding body handlingGetJsonAsync, etc)SEARCHverb handlingFull Changelog: restsharp/RestSharp@107.0.3...107.1.1
v107.1.0Compare Source
v107.0.3Compare Source
EncodingfromRestClientOptions(default utf-8)ThrowOnAnyErrorbeing ignored for unsuccessful callsv107.0.2Compare Source
What's Changed
x-www-form-urlencodedby default unless there's a body or multipart form is set in optionsDisableCharsetto make servers that don't support charset inContent-Typehappierstructas part of #1682 fixRestResponse.ContentHeaderscollection #1684usingfor #1685Full Changelog: restsharp/RestSharp@107.0.1...107.0.2
v107.0.1Compare Source
What's Changed
Full Changelog: restsharp/RestSharp@107.0.0...107.0.1
v107.0.0Compare Source
First preview release using HttpClient.
Check the initial migration guide.
This release includes major breaking changes:
IRestClientis removed, useRestClientclass insteadIRestRequestis removed, useRestRequestclass insteadIRestResponseis removed, useRestResponseclass insteadRestClientOptionsas they can't be changed after creating theHttpMessageHandlerinstanceParameteris now an abstract record. Use specific parameter types likeQueryParameterSystem.Text.Json, SimpleJson is goneConfiguration
📅 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.