This commit is contained in:
Stef Heyenrath
2023-03-09 19:49:29 +01:00
parent 7426bf76ee
commit 1269fb178f
5 changed files with 15 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
# 1.5.17 (25 February 2023)
- #881 Add WithBodyAsJson builder method with accepts a Func [feature]
- #882 Add example code to test HTTP Status 400 and 500 [test]
- #890 AdminApiMappingBuilder [feature]
# 1.5.18 (09 March 2023)
- #893 Add 'Data' to response which can be used during transforming the response [feature]
- #896 Bump Microsoft.Owin from 2.0.2 to 4.2.2 in /examples/WireMock.Net.Service [dependencies]
- #900 ProxySettings : Add logic to not save some requests depending on HttpMethods [feature]
- #897 WebHostBuilder.ConfigureServices method not found when using nunit3testadapter 4.4.0 [bug]
- #899 Ignore OPTIONS request when using proxyandrecord [feature]
The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md