WireMock.Net v1.5.9 Release Notes

Release Date: 2022-10-29 // over 1 year ago
    • ๐ŸŒฒ #828 - Add setting to skip saving the string-response in the logging when using WithBody(Func...) [feature] contributed by StefH
    • ๐Ÿ›  #832 - Fixes for WireMock.Net.FluentAssertions (callcount behaviour) [feature] contributed by StefH
    • ๐Ÿ‘ #834 - Support deleting / resetting a single scenario [feature] contributed by StefH
    • #837 - Bump Microsoft.AspNetCore.Server.Kestrel.Core from 2.1.7 to 2.1.25 in /examples/WireMock.Net.StandAlone.Net461 [dependencies] contributed by dependabot[bot]
    • #838 - Add option to ProxySettings to append guid to mapping file contributed by StefH
    • #826 - Dynamic Body not to be cached when a Func is used to created the body [feature]