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

Update dependency RestSharp to v112 #993

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2024

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

restsharp/RestSharp (RestSharp)

v112.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: restsharp/RestSharp@111.4.1...112.0.0

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

Full 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

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

v108.0.3

Compare Source

What's Changed

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

Full Changelog: restsharp/RestSharp@107.2.1...107.3.0

v107.2.1

Compare Source

  • Fixed AddCookie failing with null value as cookie domain

v107.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: restsharp/RestSharp@107.1.2...107.2.0

v107.1.2

Compare Source

v107.1.1

Compare Source

What's Changed
  • Added DataType.Binary and corresponding body handling
  • Fixed the missing resource issue for JSON request overloads (GetJsonAsync, etc)
  • Added the SEARCH verb handling

Full Changelog: restsharp/RestSharp@107.0.3...107.1.1

v107.1.0

Compare Source

v107.0.3

Compare Source

  • Use CharSet from ContentType for decoding the request content. If not specified, use Encoding from RestClientOptions (default utf-8)
  • Finally fixed the ThrowOnAnyError being ignored for unsuccessful calls

v107.0.2

Compare Source

What's Changed

  • #​1686 Reverted to using x-www-form-urlencoded by default unless there's a body or multipart form is set in options
  • #​1687 remedy, added a client option DisableCharset to make servers that don't support charset in Content-Type happier
  • Added generic overloads for adding parameters with the type constrained to struct as part of #​1682 fix
  • Added response headers to RestResponse.ContentHeaders collection #​1684
  • Wrapped request cancellation token and source in using for #​1685

Full Changelog: restsharp/RestSharp@107.0.1...107.0.2

v107.0.1

Compare Source

What's Changed
  • Removed default encoding for header parameters
  • Fixed the issue with URL segment parameter value being cast to string instead of conversion

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:

  • Interface IRestClient is removed, use RestClient class instead
  • Interface IRestRequest is removed, use RestRequest class instead
  • Interface IRestResponse is removed, use RestResponse class instead
  • Most of the client options are now in RestClientOptions as they can't be changed after creating the HttpMessageHandler instance
  • Parameter is now an abstract record. Use specific parameter types like QueryParameter
  • All synchronous methods are gone, use asynchronous methods instead
  • Default JSON serializer is now using System.Text.Json, SimpleJson is gone
  • Support for .NET 4.5 is removed, for legacy .NET Framework use the .NET Standard package

v106.15.0

Compare Source

What's Changed

Full Changelog: restsharp/RestSharp@106.14.0...106.15.0

v106.13.0

Compare Source

What's Changed

v106.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: restsharp/RestSharp@106.11.7...106.12.0

v106.11.7

Compare Source

Fixed the assembly version

v106.11.6

Compare Source

v106.11.5

Compare Source

  • Closed OAuth encoding issue
  • Closed several culture-related issues

v106.11.4

Compare Source

  • Regression fixes
  • Assembly versioning reversal
  • Fixed Xamarin encoding lookup issue

v106.11.3

Compare Source

Fixing the url parameter encoding replace

v106.11.2

Compare Source

v106.11.1

Compare Source

v106.11.0

Compare Source

  • Assembly version to match the file version

v106.10.1

Compare Source

v106.10.0

Compare Source

v106.6.8

Compare Source

v106.3.1

Compare Source

v106.3.0

Compare Source

v106.2.2

Compare Source

v106.2.1

Compare Source

v106.2.0

Compare Source

v106.1.0

Compare Source

v106.0.1

Compare Source

v106.0.0

Compare Source

v105.2.3: RestSharp v105.2.3

Compare Source

  • fixed the mono touch nuget targeting
  • merged in two PRs

To see all commits for this version, click here.

v105.2.2: RestSharp v105.2.2

Compare Source

  • Added nuget targets for windows phone 8 and 8.1, monotouch10, monoandroid10, xamarin.ios10, net46
  • fixed the silverlight target to be sl5
  • added all projects to the solution
  • cleaned up and consolidated the build and packaging scripts
  • Code clean-up and namespace patching may cause breaking changes

To see all commits for this version, click here.

v105.2.1: RestSharp v105.2.1

To see all commits for this version, click here.


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 was generated by Mend Renovate. View the repository job log.

Copy link

sonarcloud bot commented Sep 17, 2024

Copy link
Contributor Author

renovate bot commented Sep 18, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 112.x releases. But if you manually upgrade to 112.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/restsharp-112.x branch September 18, 2024 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant