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

Changelog History
Page 9

  • v1.2.5.0 Changes

    April 17, 2020
    • #454 - Fix port = 0 for net452 [bug] contributed by StefH
    • ๐Ÿคก #453 - MockServer not starting [bug]
  • v1.2.4.0 Changes

    April 10, 2020
    • ๐Ÿ‘ #439 - Add support for GZip and Deflate [feature] contributed by StefH
    • ๐Ÿคก #444 - Add readme.md + license from mock4net [feature] contributed by StefH
    • โšก๏ธ #451 - Update NuGet dependencies (e.g. coverage related) to fix CI-build [feature] contributed by StefH
    • ๐Ÿ”จ #452 - Add ValidatedNotNullAttribute (for SonarQube) [refactor] contributed by StefH
    • ๐Ÿ‘ #426 - Add support for compressed requests, such as GZIP or DEFLATE [feature]
  • v1.2.3.0 Changes

    April 01, 2020
    • #449 - Netstandard21 [feature] contributed by StefH
    • ๐Ÿ‘ #447 - Add support for .NET Standard 2.1 / .NET Core 3.1 [feature]
    • ๐ŸŒ #448 - WireMock.Net is not compatible with Microsoft.VisualStudio.Web.CodeGeneration.Design 3.1.1 [bug]
  • v1.2.2.0 Changes

    March 25, 2020
    • #446 - When port is provided: WireMockServer still takes a random port [bug] contributed by StefH
    • #445 - Port where WireMockServer listens to - v1.2x [bug]
  • v1.2.1.0 Changes

    March 17, 2020
    • #442 - Fix Null body in handlebars transformation [bug] contributed by StefH
  • v1.2.0.0 Changes

    March 14, 2020
    • #417 - Let the .NET core/standard WebHostBuilder use a random port [bug] contributed by StefH
    • #422 - AllowOnlyDefinedHttpStatusCodeInResponse [bug] contributed by StefH
    • #379 - Trusting the self signed certificate to enable SSL on dotnet core [bug]
    • โšก๏ธ #420 - Updating to 1.1.6+ breaks tests because new AllowAnyHttpStatusCodeInResponse option defaults to false [bug]
  • v1.1.10 Changes

    March 05, 2020
    • #427 - Add UsingOptions, UsingConnect and UsingTrace [feature] contributed by StefH
    • #434 - Option to disable JSON deserialization [feature] contributed by sebastianmattar
    • #435 - Also call HandlebarsRegistrationCallback when using WithCallback(..) [feature] contributed by StefH
    • #408 - Intermittent threading errors with FindLogEntries [bug]
    • #433 - HandlebarsRegistrationCallback not fired [feature]
  • v1.1.9.0 Changes

    February 25, 2020
    • #431 - Fix LinqMatcher for JSON int64 [bug] contributed by StefH
    • #425 - Allow 64 bit numbers in JSON [bug]
  • v1.1.8.0 Changes

    February 22, 2020
    • ๐Ÿ‘ #419 - Support multi line wild card matching [bug] contributed by NoahLerner
    • #421 - Fix: do not return empty matchers array when Func has been used [bug] contributed by StefH
    • ๐Ÿ›  #423 - Fixes for Cookie and Header Reject on Match [bug] contributed by StefH
    • #424 - Don't return empty dictionary object for response headers in JSON mapping [feature] contributed by StefH
    • #418 - Body matching fails if body has newline [bug]
  • v1.1.7.0 Changes

    February 06, 2020
    • #409 - Admin Delete with mappings in body [feature] contributed by NoahLerner
    • #411 - Improved relative path checking based on file existence [feature] contributed by NoahLerner
    • #413 - Fix new Delete with body missing from IWireMockAdminApi interface contributed by NoahLerner
    • #414 - Fix logger in StandAlone [bug] contributed by StefH
    • ๐Ÿ‘ป #412 - WireMock Standalone - null reference exception since settings.Logger [bug]