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 v111 #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 22, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

restsharp/RestSharp (RestSharp)

v111.3.0

Compare Source

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

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 force-pushed the renovate/restsharp-111.x branch 2 times, most recently from 3cd3c55 to 6cd9f46 Compare May 30, 2024 11:27
@renovate renovate bot force-pushed the renovate/restsharp-111.x branch from 6cd9f46 to 34bf12f Compare June 17, 2024 23:39
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.

None yet

0 participants