v0.10.0
What's Changed
- Add .NET 8.0 support
AdvancedSettings
usesMatchRules.Default
instead of a new instance ofMatchRules
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
- @Greybird made their first contribution in #54
- @jhonny-apiiro made their first contribution in #59
Full Changelog: v0.9.0...v0.10.0