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 restease to v1.5.7 #119

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
restease nuget minor 1.4.10 -> 1.5.7

Release Notes

canton7/RestEase

v1.5.7

  • Support multiple attributes on a single parameter (#​171)
  • Source generator: Add .g.cs suffix to generated filenames (#​226)

v1.5.6

  • HttpClientFactory: A supplied RequestModifier no longer overrides the PrimaryHttpMessageHandler, meaning you can supply this when calling UseWithRestEaseClient (#​211, #​220)

v1.5.5

  • Update System.Net.Http dependency to avoid CVE-2018-8292
  • Source generator: Speed up slightly

v1.5.4

  • Fix binary break in ApiException (#​182)

v1.5.3

  • Add RestClient overloads which accept a HttpMessageHandler
  • Add instructions on using Polly to README (#​89)
  • Add ApiException.DeserializeContent<T> (#​172)
  • Add additional RestClient constructor and .For overloads
  • Source generator: Don't emit #nullable enable before C# 8
  • Source generator: Fix enum parameters which accept a default value (#​181)
  • HttpClientFactory: Add IHttpClientBuilder.UseWithRestEaseClient

v1.5.2

  • SourceGenerator: Add <auto-generated> comment to generated files, to keep StyleCop et al happy (#​174)
  • HttpClientFactory: fix types not being correctly registered (#​175)

v1.5.1

  • RestEase.SourceGenerator is out of preview!
  • Add support for [BaseAddress]
  • Improve how content headers behave: if a method has a [Body] parameter, contents headers are always sent
  • HttpClientFactory: allow passing a RequestModifier to AddRestEaseClient (#​164)
  • HttpClientFactory: add overloads which take a Uri
  • .NET 5: Add RestClient.HttpRequestMessageRequestInfoOptionsKey for use with HttpClient.Options
  • Minor bug fixes

v1.5.0

  • Support content-related headers on a method, even if the method doesn't specify a body (#​156)
  • Add the RestEase.SourceGenerator NuGet package (currently in preview)
  • Add the RestEase.HttpClientFactory NuGet package

v1.4.12

  • Add support for multiple raw query strings (#​151)
  • Add netstandard1.2 target
  • README improvements

v1.4.11


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 requested a review from a team as a code owner July 11, 2022 06:06
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