WireMock.Net v1.5.4 Release Notes

Release Date: 2022-08-24 // over 1 year ago
    • #778 - Fix Proxying when StartAdminInterface=true [bug] contributed by StefH
    • โšก๏ธ #781 - Update some NuGet packages [feature] contributed by StefH
    • #783 - Fix WithBody when using Pact and added more nullable annotations [feature] contributed by StefH
    • ๐Ÿ‘ #787 - Add support for PEM certificates contributed by StefH
    • ๐Ÿ‘ #789 - Add support for Matcher.Pattern in Pact Body mapping [feature] contributed by StefH
    • #790 - Add Response.WithBody with IJsonConverter [feature] contributed by StefH
    • #795 - Add check for duplicate Guids when posting multiple mappings in one request contributed by StefH
    • #797 - Fix WithHeader when using RejectOnMatch [bug] contributed by flts
    • #775 - When "StartAdminInterface" is true then each time is generated new mapping from the proxy [bug]
    • #784 - Response body is missing in generated pact file when IBodyResponseBuilder.WithBody is used [bug]
    • ๐Ÿ‘ #785 - Support for PEM certificates when using ssl [feature]
    • #788 - Request body is missing in generated pact file for requests that include matching on request body [bug]
    • #796 - RequestMessageHeaderMatcher with MatchBehaviour.RejectOnMatch reverses match results twice [bug]