Update dependency RestSharp to v113 #30
Open
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->113.0.0Release Notes
restsharp/RestSharp (RestSharp)
v113.0.0: 113.0Compare Source
What's Changed
404response code means succes by @jnoordsij in #2281New Contributors
Full Changelog: restsharp/RestSharp@112.1.0...113.0.0
v112.1.0Compare Source
\tfrom invalid header value characters as the aim was to handle CRLFFull Changelog: restsharp/RestSharp@112.0.0...112.1.0
v112.0.0Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@111.4.1...112.0.0
v111.4.1Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@111.4.0...111.4.1
v111.4.0Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@111.3.0...111.4.0
v111.3.0Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@111.2.0...111.3.0
v111.2.0Compare Source
What's Changed
Execute(request)without methodFull Changelog: restsharp/RestSharp@111.1.0...111.2.0
v111.1.0Compare Source
v111.0.0Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@110.2.0...111.0.0
v110.2.0Compare Source
What's Changed
Full Changelog: restsharp/RestSharp@110.1.0...110.2.0
v110.1.0Compare Source
What's Changed
AddJsonBodyoverload to serialise top-level string by @alexeyzimarev in #2043Full Changelog: restsharp/RestSharp@110.0.0...110.1.0
v110.0.0Compare Source
What's Changed
Breaking change
The
IRestClientinterface signature is different, so any non-standard implementations need to adopt the changes.To keep
DefaultParametersthread-safe, it got a new typeDefaultParameters, and request propertyParametershas 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 thatDefaultParameterscollection wraps all its mutations in a lock.Full Changelog: restsharp/RestSharp@109.0.1...110.0.0
v109.0.1Compare Source
What's Changed
HttpClient. by @tacosontitan in #2008New Contributors
Full Changelog: restsharp/RestSharp@109.0.0...109.0.1
v109.0.0What's Changed
JwtAuthenticatorwith token includes Bearer prefix by @nivmeshorer in #1949CsvConfigurationwhen reading by @electrokit in #1965RequestMessageby @adegwerth in #1989RestRequestExtension.csby @ztl8702 in #1986IRestClientinterfaceOptionsproperty 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
v108.0.3Compare Source
What's Changed
AddFile(#1953)New Contributors
Full Changelog: restsharp/RestSharp@108.0.2...108.0.3
v108.0.2Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@108.0.1...108.0.2
v108.0.1Compare Source
Full Changelog: restsharp/RestSharp@108.0.0...108.0.1
v108.0.0Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@107.3.0...108.0.0
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 was generated by Mend Renovate. View the repository job log.