Skip to content

deps(dotnet): Bump RestSharp from 113.1.0 to 114.0.0#60

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/RestSharp-114.0.0
Open

deps(dotnet): Bump RestSharp from 113.1.0 to 114.0.0#60
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/RestSharp-114.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2026

Updated RestSharp from 113.1.0 to 114.0.0.

Release notes

Sourced from RestSharp's releases.

114.0.0

What's Changed

Full Changelog: restsharp/RestSharp@113.1.0...114.0.0

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: RestSharp
  dependency-version: 114.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Apr 12, 2026
@dependabot dependabot bot requested a review from karlspace as a code owner April 12, 2026 06:44
@github-actions
Copy link
Copy Markdown

AI Analysis

Technical Summary:

This pull request updates the RestSharp dependency from version 113.1.0 to 114.0.0 in a .NET project. RestSharp is a popular HTTP client library used to simplify REST API calls.


Key Changes in RestSharp 114.0.0 (relevant for this update):

  • OAuth1 Fixes: Corrected double-encoding of RFC 3986 special characters in URL paths for OAuth1 authentication flows.
  • Parameter Handling: Fixed bugs related to default parameter merging; introduced MergedParameters in RestResponse.
  • Redirect Handling: Improved redirect handling by implementing custom logic that fixes lost Set-Cookie headers on redirects; also fixed ResponseUri when FollowRedirects is disabled.
  • Timeout {summary} Error Messages: Documented timeout behavior; improved error messages especially for request timeouts and wrapped exceptions.
  • HttpClientHandler Updates: Fixed the credential property order

This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: bug

@github-actions github-actions bot added the bug Something isn't working label Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Pull requests that update a dependency file nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants