-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency restsharp to v110 - autoclosed #5
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0df3e37
to
d0f028a
Compare
5d40d3f
to
5b61a04
Compare
9879fc0
to
a8183d6
Compare
fe2c2fe
to
6a0143e
Compare
cf936e9
to
b188b3b
Compare
bd82ae0
to
6be5e7d
Compare
4ab7a6d
to
2b2d1d2
Compare
2b2d1d2
to
bd88968
Compare
1dacff1
to
bd97ac1
Compare
0f33593
to
a725e59
Compare
3f80ad6
to
5d4e3f2
Compare
1a01165
to
3780f1e
Compare
3780f1e
to
3143356
Compare
3143356
to
3e75a62
Compare
9aab3e0
to
5760e47
Compare
6c0a83c
to
b97dea6
Compare
b81715f
to
b6596bb
Compare
b6596bb
to
cb24460
Compare
13ea138
to
cbf5a60
Compare
cbf5a60
to
633ed7d
Compare
3d7bd41
to
295c4a9
Compare
eb91308
to
086fde7
Compare
3880912
to
3fa4706
Compare
4ea5c4f
to
53435c7
Compare
bf61673
to
54fcc71
Compare
54fcc71
to
e3ff606
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 is behind base branch, 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.