Releases: richardszalay/mockhttp
Releases · richardszalay/mockhttp
v7.0.0
- Change target profiles to netstandard1.1, netstandard2.0, net5.0, net6.0 (BREAKING)
- Change default fallback behaviour to throw an exception with a report of the match attempts
- Add JSON and XML matchers
- Add support for synchronous HttpClient.Send #104
- Modernize source #41 and add SourceLink support #66
- Fix matching of encoded URL paths #116
- Throw a descriptive error when matching on a mocked request with no response #87 (thanks perfectsquircle!)
- Fix race condition on outstanding requests exception message #96 (thanks jr01!)
v6.0.0
v5.0.0
v4.0.0
v3.3.0
Added overloads for including custom headers in the response (thanks Sascha Kiefer!)
v3.2.1
v3.2.0
- MockHttpMessageHandler now tracks successful matches. Fixes #35
- Added WithExactQueryString / WithExactFormData overloads. Fixes #37
- Added BackendDefinitionBehavior to allow matching Backend Definitions when Request Expectations exist, but don't match. Fixes #45
- Fixed typo in Response(HttpResponseMessage) obsolete message. Fixes #44
v3.1.0
v1.5.1
v1.5.0
- WithHeaders now also matches against Content-* headers (thanks Cory Lucas!)