v4.0.0-pre1
Pre-release
Pre-release
What's Changed
- Add new Fluent response API by @skwasjer in #10 See also #9
This is a complete replacement of the old response builder API's, and thus likely will require you to refactor your tests (I'm sorry but such is the price of improvement sometimes :( ). See wiki for new API docs/examples. The request matching API's have largely stayed the same, but some extension methods were renamed for consistency. - Added .NET 7 target framework
- Add stream that rate limits response streams. by @skwasjer in #17
- Additional guards (
Argument(Null)Exception
) for certain extensions. - Fix static code analysis warnings.
- Bump Microsoft.AspNet.WebApi.Client from 5.2.7 to 5.2.9 by @dependabot in #23
- Enable nullable by @skwasjer in #27
- Remove obsolete/deprecated code (+semver:major) by @skwasjer in #16
Full Changelog: v3.0.1...v4.0.0
The changes above were previously pre-released as v3.1.0-rcXXX but there are numerous (breaking) changes that warrant a major release.