Skip to content

v0.10.0

Compare
Choose a tag to compare
@nwithan8 nwithan8 released this 09 Feb 23:03
· 6 commits to master since this release
78a6495

What's Changed

  • Add .NET 8.0 support
  • AdvancedSettings uses MatchRules.Default instead of a new instance of MatchRules if not provided during construction
  • Fix NullReferenceException when trying to match by body with a null body (refit compatibility) (Closes #58)

Related PRs

  • Fix unit tests by @Greybird in #54
  • [chore] Add .NET 8.0 support by @nwithan8 in #56
  • Fix misalignment between AdvancedSettings defaults and VCRHandler constructor by @Greybird in #55
  • Make Request properties and VCRHandler type public by @Greybird in #57
  • [chore] Prep GitHub Action-based release process by @nwithan8 in #60
  • fix: avoid null exception when received body is empty but recorded body isn't by @jhonny-apiiro in #59
  • [chore] Prep 0.10.0 release by @nwithan8 in #62

New Contributors

Full Changelog: v0.9.0...v0.10.0