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

Changelog History
Page 5

  • v1.4.15 Changes

    May 19, 2021
    • ๐Ÿ‘ #615 - Add support for multiple webhooks [feature] contributed by StefH
    • #614 - Is it possible to some how send multiple webhooks? [feature]
  • v1.4.14 Changes

    May 11, 2021
    • โœ… #610 - Fix some SonarCloud issues in UnitTests contributed by StefH
    • #611 - Allow to add custom service registrations when using ASP.NET Core [feature] contributed by starkpl
    • #612 - Don't run SonarCloud tasks for PullRequests [feature] contributed by StefH
  • v1.4.13 Changes

    April 26, 2021
    • ๐ŸŒ #607 - Bump System.Text.Encodings.Web from 4.5.0 to 4.5.1 in /examples/WireMock.Net.StandAlone.Net461 [dependencies] contributed by dependabot[bot]
    • #609 - Add possibility to use settings to generate MappingModel models with wildcard path parameters. [feature] contributed by StefH
    • #608 - Import from OpenApi generates model with path parameter narrowed in range (example value=42 instead of '*') [feature]
  • v1.4.12 Changes

    April 22, 2021
    • #605 - Bump System.Net.Http from 4.3.3 to 4.3.4 in /src/WireMock.Net [dependencies] contributed by dependabot[bot]
    • #606 - Bump System.Net.Http from 4.3.3 to 4.3.4 in /examples/WireMock.Net.Service [dependencies] contributed by dependabot[bot]
  • v1.4.11 Changes

    April 18, 2021
    • #604 - Fix match logic for exact bytearray contributed by StefH
    • #601 - Exact byte array request matching fails on specific byte arrays [bug]
  • v1.4.10 Changes

    April 15, 2021
    • #603 - Fix callback with Headers [bug] contributed by StefH
    • #602 - Header not being returned when set in WithCallback [bug]
  • v1.4.9 Changes

    March 31, 2021
    • #600 - WithProxy() should save the new mapping [bug] contributed by StefH
  • v1.4.8 Changes

    March 24, 2021
    • #591 - Webhook [feature] contributed by StefH
    • #589 - How to send a request to a specific URL after sending response [feature]
  • v1.4.7 Changes

    March 21, 2021
    • #594 - Add possibility to the WithBody() to use IBodyData [feature] contributed by StefH
    • #595 - Use Handlebars.Net.Helpers Version="2.1.2" [feature] contributed by StefH
    • ๐Ÿšš #597 - Remove 2 second delay from first response and add IPv6 address support [bug, feature] contributed by benagain
  • v1.4.6 Changes

    February 26, 2021
    • ๐Ÿ— #587 - Fix WithCallback logic when using other fluent builder statements [bug] contributed by StefH
    • ๐Ÿ— #569 - WithCallback circumvent the rest of the builder [bug]