Skip to content
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 #180

Merged
merged 2 commits into from
Nov 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
RestSharp (source) 108.0.3 -> 110.2.0 age adoption passing confidence

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

Full 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 type DefaultParameters, and request property Parameters has a dedicated type RequestParameter. 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 that DefaultParameters 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

New Contributors

Full Changelog: restsharp/RestSharp@109.0.0...109.0.1

v109.0.0

What's Changed

New 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the 📦dependency-update Dependency update with required code changes label Nov 19, 2023
@kselena
Copy link
Contributor

kselena commented Nov 20, 2023

@CalvinWilkinson major change with breaking changes. Assigned to you.

@renovate renovate bot force-pushed the renovate/restsharp-110.x branch from 4855b00 to 38f5561 Compare November 22, 2023 22:58
| datasource | package   | from    | to      |
| ---------- | --------- | ------- | ------- |
| nuget      | RestSharp | 108.0.3 | 110.2.0 |
@renovate renovate bot force-pushed the renovate/restsharp-110.x branch from 38f5561 to c6751b8 Compare November 22, 2023 23:35
Copy link
Contributor Author

renovate bot commented Nov 26, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@CalvinWilkinson CalvinWilkinson merged commit a397ba4 into main Nov 26, 2023
8 checks passed
@CalvinWilkinson CalvinWilkinson deleted the renovate/restsharp-110.x branch November 26, 2023 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦dependency-update Dependency update with required code changes
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants