servicetitan / Stl.Fusion

Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
MIT License
1.86k stars 109 forks source link

build(deps): Update RestEase requirement from 1.5.* to 1.6.* #533

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on RestEase to permit the latest version.

Changelog

Sourced from RestEase's changelog.

Changelog

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

... (truncated)

Commits
  • e7503ea Merge branch 'release/1.6.0'
  • 0ef4151 Update copyright
  • f7085cf Squish warning abouto net5 being EOP
  • 2ba27ff Update json.net to handle CWE-755
  • 0cc2dbf Action code change suggestions
  • f80748c Allow configuring the interface instance in HttpClientFactoryExtensions
  • 87547c1 Properly deserialize Response<string>
  • 8a823f5 Remove duplicate PackageReference
  • 9bdf4cc Remove 'use this.' warnings
  • 7876192 Merge branch 'release/1.5.7' into develop
  • Additional commits viewable in compare view


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)
dependabot[bot] commented 2 years ago

Looks like RestEase is up-to-date now, so this is no longer needed.