TestableHttpClient version 0.4
We are very happy to announce yet another release. This release could basically be considered as a release candidate for version 1.0, since all the functionality that we had envisioned for this library is included in this release. Now is the time to test this library out and report issues, inconsistencies and annoyances.
Changelog for this release:
- Removed deprecated methods
- Added
CreateClient()andCreateClient(Action<HttpClient>)as extension methods to the TestableHttpClient. - Updated the integration tests for demonstrating how IHttpClientFactory is used.
More details can be found on the milestone page for this release.