Skip to content

v4.0.0-pre1

Pre-release
Pre-release
Compare
Choose a tag to compare
@skwasjer skwasjer released this 02 Jan 23:59
· 105 commits to main since this 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.