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 v107 - autoclosed #11

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
RestSharp (source) nuget major 106.13.0 -> 107.3.0

Release Notes

restsharp/RestSharp

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


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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/restsharp-107.x branch 3 times, most recently from 4836364 to a071383 Compare January 11, 2022 13:27
@renovate renovate bot force-pushed the renovate/restsharp-107.x branch 2 times, most recently from 0dc4655 to 6cdd107 Compare February 4, 2022 14:24
@renovate renovate bot force-pushed the renovate/restsharp-107.x branch 2 times, most recently from 6f5ea00 to e5267ea Compare February 25, 2022 18:42
@renovate renovate bot force-pushed the renovate/restsharp-107.x branch from e5267ea to a3c9334 Compare March 2, 2022 11:46
@renovate renovate bot changed the title Update dependency RestSharp to v107 Update dependency RestSharp to v107 - autoclosed Jun 7, 2022
@renovate renovate bot closed this Jun 7, 2022
@renovate renovate bot deleted the renovate/restsharp-107.x branch June 7, 2022 13:24
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

1 participant