Skip to content

v4.3.0

Compare
Choose a tag to compare
@skwasjer skwasjer released this 24 Dec 13:42
· 53 commits to main since this release
48dd275

What's Changed

  • feat(net8): add .NET 8 target framework by @skwasjer in #86
  • feat(server): implement IAsyncDisposable on HttpMockServer by @skwasjer in #89
  • fix(server): MockHttpServer.StopAsync disposes the host before it has a chance to actually stop by @skwasjer in #88
  • fix(xml): do not modify XmlSettings supplied to XmlBody response builder extension by @skwasjer in #90
  • feat: added ctor parameter to RateLimitedStream to keep the underlying stream open on disposal by @skwasjer in #95
  • feat: added TransferRate extension to simulate a slow network transport by @skwasjer in #96

Chores

  • fix: address some static code analysis issues, exposed by the latest analyzer (in .NET 8 SDK) by @skwasjer in #87
  • fix: force GC collect (in unit test) and finalize on appdomain unload by @skwasjer in #91
  • chore(deps): bump xunit from 2.6.1 to 2.6.2 by @dependabot in #92

Full Changelog: v4.2.0...v4.3.0