All Versions
185
Latest Version
Avg Release Cycle
14 days
Latest Release
527 days ago

Changelog History
Page 1

  • v1.5.11 Changes

    November 24, 2022
    • ๐Ÿ‘ #836 - Add Settings.QueryParameterMultipleValueSupport [feature] contributed by StefH
    • #848 - Use try-catch when adding or removing logEntry [bug] contributed by StefH
    • ๐Ÿ‘ป #846 - Exception ArgumentOutOfRangeException [bug]
  • v1.5.10 Changes

    November 06, 2022
    • #843 - Webhook Templating: Use the transformed URL to create the HttpRequestMessage contributed by ggradnig
    • #845 - Add WireMockNullLogger as valid commandline logger option [feature] contributed by StefH
  • v1.5.9 Changes

    October 29, 2022
    • ๐ŸŒฒ #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]
  • v1.5.8 Changes

    October 16, 2022
    • ๐Ÿ›  #816 - Some fixes to WireMock.Net.Assertions [feature] contributed by StefH
    • #817 - ExactMatcher : IgnoreCase [feature] contributed by StefH
    • #824 - WebHook - Transform Url [feature] contributed by StefH
    • #814 - WithHeader cannot handle multiple requests with the same header key values [bug]
    • #815 - Why does UsingMethod check _callscount? [bug]
    • #822 - Webhook with generic url, body and custom header values [feature]
  • v1.5.7 Changes

    October 11, 2022
    • #818 - Add option to run the server on http & https [feature] contributed by StefH
    • #821 - Add UseDefinedRequestMatchers to ProxyAndRecordSettings [feature] contributed by StefH
    • #823 - Add implicit operators to WireMockList contributed by StefH
    • #819 - Can I preserve Mapping title and matchers for proxy response? [feature]
  • v1.5.6 Changes

    September 12, 2022
    • #803 - WebHook : UseFireAndForget + Delay [feature] contributed by StefH
    • ๐Ÿ“ฆ #804 - Change nuget to package reference for WireMock.Net.Console.Net472.Cla… [feature] contributed by mattisking
    • #806 - Tweak middleware and fix bug in example [feature] contributed by mattisking
    • #801 - Webhook Delays [feature]
  • v1.5.5 Changes

    September 03, 2022
    • ๐Ÿ‘ #798 - Add support to use 'mapping' object in in reponse templating [feature] contributed by StefH
    • #800 - Bump Microsoft.Owin from 4.1.1 to 4.2.2 in /src/WireMock.Net (net46) [dependencies] contributed by dependabot[bot]
    • #802 - Add assertions for request methods contributed by rafaelmfonseca
    • #772 - How to get matched mapping by HttpRequest or HttpRequestMessage [feature]
  • v1.5.4 Changes

    August 24, 2022
    • #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]
  • v1.5.3 Changes

    July 29, 2022
    • โšก๏ธ #777 - Update Scriban.Signed to version 5.5.0 [feature] contributed by StefH
    • โšก๏ธ #776 - Update Scriban.Signed to support more functions, e.g math.random [feature]
  • v1.5.2 Changes

    July 24, 2022
    • #769 - Bump Microsoft.AspNetCore.Server.Kestrel.Core from 2.1.3 to 2.1.7 in /examples/WireMock.Net.StandAlone.Net461 [dependencies] contributed by dependabot[bot]
    • ๐Ÿ”จ #770 - Added some more tests for JsonMatcher + refactored some code to use nullable [test] contributed by StefH
    • ๐Ÿ‘ #771 - JsonPartialMatcher - support Regex [feature] contributed by StefH