Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2023

Bumps Refit.HttpClientFactory from 6.3.2 to 6.4.1.

Release notes

Sourced from Refit.HttpClientFactory's releases.

6.4.1

Dependencies:

  • 63b96540716a12a5f36c514ee117316bbb92e116 Bump Newtonsoft.Json from 13.0.1 to 13.0.3 (#1480) @​dependabot[bot]

Features:

  • b78bbc79dda7c856cb2e7c1d28589764c6e93f5b feature: Add named httpclient support (#1418) @​redbaty
  • c97fcb66ce1c87936e552b022d764b99dc3e0bc2 feature: Add RestMethodInfo in HttpRequestMessage (Options or Properties) (#1352) @​Int32Overflow
  • 77f084f0e45f611c055df9aa58ff91e74ea21f16 feature: Add an authorization header value getter property that supports cancellation (#1413) @​0xced
  • b06ef7c37dab6b003805424d010137ebbef65661 Feature: allow developers to inject the MethodInfo as a Property (#1367) @​james-s-tayler

Fixes:

  • 153f5202dfaeed03853b870cf369e6282f59da1d Fix typo in README.md (#1428) @​owns
  • aef6cbb8c78bd34ee333dba6eb12626607d69cbd Fixed a bug in the readme (#1366) @​james-s-tayler
  • 3c8761162a0f3599e0dc3e78d002c75bb23b0522 Fix cache in RestService for generated type (#1348) @​Int32Overflow
  • 25c48404664f80837dfbac2dbfd910b084ecdd3c fix: Update readme with details on supply a custom HttpClient instance (#1362) @​chowarth

Housekeeping:

  • 1fd2b3f5aed4256c715498e0cf9e171243f2f038 housekeeping: Convert to using GitHub actions @​glennawatson
  • 977246a77fcb21e74f323b099bfa32f098d5e6ce housekeeping: Remove the need to install maui workflows @​glennawatson
  • eb61d396eca37961bed2ad8c41ada87ce8cac75d housekeeping: remove duplicated tags @​glennawatson
  • da483b98558b494505dead5e79659e458abf3fc3 housekeeping: update directory.build.props file @​glennawatson
  • e571bc685aef43d9271e698d54fac23d65ca7efc housekeeping: Remove invalid tag from release @​glennawatson
  • 500f4a2389d25a2b43b62606a9db048d30579424 housekeeping: Remove invalid tag from release @​glennawatson
  • e83f7e230881e9ca51785f00c37066a87da3a666 housekeeping: Remove old targets from tests @​glennawatson
  • 098c4e327d2c38c5eb1932d8b25948efdcee5257 housekeeping: Update Targets, Fix build, Update relevant packages (#1488) @​ChrisPulman

Other:

  • 5fe5ce562806f4297224e64698a9a17a15671bcd Update dependabot.yml @​glennawatson
  • 00dde435b456331e9b2580fe2e3034c83e08c4a2 Sample using local api (#785) @​NakWarsi
  • 469bfce046e3403c7b4d1cba87fee9a462e14427 add tests setting Authorization headers via HeaderCollection (#1385) @​james-s-tayler
  • b608846c097f8d0c9c7fc409ea96b783e1f0071a Add benchmark dotnet and comprehensive set of end to end benchmarks (#1175) @​james-s-tayler
  • 5589ab9aac95776d34d3c4d744ed060dee546e40 Use Error property when throwing exception (#1448) @​marcominerva
  • b5ce1dbd870eae8764e308580e3d9939dc4a3b1e Use the root directory for builds @​glennawatson
  • c1516a83fe8b83a945281c9f24d2bb9b05faab67 Add HttpRequestMessageOptions to RefitSettings and add this dictionary to HttpRequestMessage.(Options/Properties) (#1353) @​Int32Overflow
Commits
  • c1516a8 Add HttpRequestMessageOptions to RefitSettings and add this dictionary to Htt...
  • b06ef7c Feature: allow developers to inject the MethodInfo as a Property (#1367)
  • 77f084f feature: Add an authorization header value getter property that supports canc...
  • 25c4840 fix: Update readme with details on supply a custom HttpClient instance (#1362)
  • 098c4e3 housekeeping: Update Targets, Fix build, Update relevant packages (#1488)
  • e83f7e2 housekeeping: Remove old targets from tests
  • 500f4a2 housekeeping: Remove invalid tag from release
  • e571bc6 housekeeping: Remove invalid tag from release
  • da483b9 housekeeping: update directory.build.props file
  • eb61d39 housekeeping: remove duplicated tags
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [Refit.HttpClientFactory](https://github.com/reactiveui/refit) from 6.3.2 to 6.4.1.
- [Release notes](https://github.com/reactiveui/refit/releases)
- [Commits](reactiveui/refit@v6.3.2...6.4.1)

---
updated-dependencies:
- dependency-name: Refit.HttpClientFactory
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2023
@dependabot dependabot bot requested a review from marcduiker April 12, 2023 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants