Dependencies:
- 63b9654 Bump Newtonsoft.Json from 13.0.1 to 13.0.3 (#1480) @dependabot[bot]
Features:
- b78bbc7 feature: Add named httpclient support (#1418) @redbaty
- c97fcb6 feature: Add RestMethodInfo in HttpRequestMessage (Options or Properties) (#1352) @Int32Overflow
- 77f084f feature: Add an authorization header value getter property that supports cancellation (#1413) @0xced
- b06ef7c Feature: allow developers to inject the MethodInfo as a Property (#1367) @james-s-tayler
Fixes:
- 153f520 Fix typo in README.md (#1428) @owns
- aef6cbb Fixed a bug in the readme (#1366) @james-s-tayler
- 3c87611 Fix cache in RestService for generated type (#1348) @Int32Overflow
- 25c4840 fix: Update readme with details on supply a custom HttpClient instance (#1362) @chowarth
Housekeeping:
- 1fd2b3f housekeeping: Convert to using GitHub actions @glennawatson
- 977246a housekeeping: Remove the need to install maui workflows @glennawatson
- eb61d39 housekeeping: remove duplicated tags @glennawatson
- da483b9 housekeeping: update directory.build.props file @glennawatson
- e571bc6 housekeeping: Remove invalid tag from release @glennawatson
- 500f4a2 housekeeping: Remove invalid tag from release @glennawatson
- e83f7e2 housekeeping: Remove old targets from tests @glennawatson
- 098c4e3 housekeeping: Update Targets, Fix build, Update relevant packages (#1488) @ChrisPulman
Other:
- 5fe5ce5 Update dependabot.yml @glennawatson
- 00dde43 Sample using local api (#785) @NakWarsi
- 469bfce add tests setting Authorization headers via HeaderCollection (#1385) @james-s-tayler
- b608846 Add benchmark dotnet and comprehensive set of end to end benchmarks (#1175) @james-s-tayler
- 5589ab9 Use Error property when throwing exception (#1448) @marcominerva
- b5ce1db Use the root directory for builds @glennawatson
- c1516a8 Add HttpRequestMessageOptions to RefitSettings and add this dictionary to HttpRequestMessage.(Options/Properties) (#1353) @Int32Overflow