Skip to content

v4.4.0

Compare
Choose a tag to compare
@skwasjer skwasjer released this 10 Sep 02:46
· 30 commits to main since this release
5753c8d

What's Changed

  • fix: The package skwas.MockHttp.Server.4.3.0 is missing a readme. by @skwasjer in #101
  • fix(CA1307): 'string.Replace(string, string)' has a method overload that takes a 'StringComparison' parameter. by @skwasjer in #102
  • fix(xUnit1012): Null should not be used for value type parameters by @skwasjer in #103
  • perf(CA1848): Use the LoggerMessage delegates by @skwasjer in #104
  • fix(CA1031): use exception handler middleware instead of catching all exceptions in ServerRequestHandler by @skwasjer in #105
  • fix: wildcard match does not escape special regex characters by @skwasjer in #106
  • chore: remove .NET 7 since this is now EOL by @skwasjer in #108
  • refactor: replaced RequestUriMatcher with UriMatcher by @skwasjer in #110
  • refactor: add new Pattern type that replaces IPatternMatcher<> to simplify API. by @skwasjer in #111
  • fix: restore public API compatibility. by @skwasjer in #113

Chores

  • ci: change to v4 actions / upgrade to NodeJS 20 by @skwasjer in #100
  • ci: macos-latest has updated to ARM-based MacOS 14 which causes pipeline fail by @skwasjer in #107
  • chore(deps): bump test dependencies by @skwasjer in #109

Full Changelog: v4.3.1...v4.4.0