Update dependency RestSharp to v111 - autoclosed #94
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
->111.4.1
Release Notes
restsharp/RestSharp (RestSharp)
v111.4.1
Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@111.4.0...111.4.1
v111.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@111.3.0...111.4.0
v111.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@111.2.0...111.3.0
v111.2.0
Compare Source
What's Changed
Execute(request)
without methodFull Changelog: restsharp/RestSharp@111.1.0...111.2.0
v111.1.0
Compare Source
v111.0.0
Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@110.2.0...111.0.0
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
v108.0.3
Compare Source
What's Changed
AddFile
(#1953)New Contributors
Full Changelog: restsharp/RestSharp@108.0.2...108.0.3
v108.0.2
Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@108.0.1...108.0.2
v108.0.1
Compare Source
Full Changelog: restsharp/RestSharp@108.0.0...108.0.1
v108.0.0
Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@107.3.0...108.0.0
v107.3.0
Compare Source
What's Changed
Completed
New Contributors
Full Changelog: restsharp/RestSharp@107.2.1...107.3.0
v107.2.1
Compare Source
AddCookie
failing with null value as cookie domainv107.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: restsharp/RestSharp@107.1.2...107.2.0
v107.1.2
Compare Source
Accept
header values #1707HttpClient
disposal #1711v107.1.1
Compare Source
What's Changed
DataType.Binary
and corresponding body handlingGetJsonAsync
, etc)SEARCH
verb handlingFull Changelog: restsharp/RestSharp@107.0.3...107.1.1
v107.1.0
Compare Source
v107.0.3
Compare Source
Encoding
fromRestClientOptions
(default utf-8)ThrowOnAnyError
being ignored for unsuccessful callsv107.0.2
Compare Source
What's Changed
x-www-form-urlencoded
by default unless there's a body or multipart form is set in optionsDisableCharset
to make servers that don't support charset inContent-Type
happierstruct
as part of #1682 fixRestResponse.ContentHeaders
collection #1684using
for #1685Full Changelog: restsharp/RestSharp@107.0.1...107.0.2
v107.0.1
Compare Source
What's Changed
Full Changelog: restsharp/RestSharp@107.0.0...107.0.1
v107.0.0
Compare Source
First preview release using HttpClient.
Check the initial migration guide.
This release includes major breaking changes:
IRestClient
is removed, useRestClient
class insteadIRestRequest
is removed, useRestRequest
class insteadIRestResponse
is removed, useRestResponse
class insteadRestClientOptions
as they can't be changed after creating theHttpMessageHandler
instanceParameter
is now an abstract record. Use specific parameter types likeQueryParameter
System.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.