This commit is contained in:
Stef Heyenrath
2026-09-19 07:54:10 +02:00
parent f0969e9618
commit e4389333a1
10 changed files with 19 additions and 25 deletions
+7 -6
View File
@@ -1,8 +1,9 @@
# 2.15.0 (15 August 2026)
- #1495 Fix #1494: `WithClientIP(MatchOperator, params IStringMatcher[])` ignores the MatchOperator argument [bug]
- #1497 Fix WithParam RejectOnMatch inverting the match result #1496 [bug]
- #1499 Update Testcontainers [bug]
- #1494 `WithClientIP(MatchOperator, params IStringMatcher[])` ignores the `MatchOperator` argument [bug]
- #1496 `WithParam(key, MatchBehaviour.RejectOnMatch, values)` inverts the match result [bug]
# 2.16.0 (19 September 2026)
- #1502 Fix #1501: Generate WhenStateIs/WillSetStateTo correctly in ToCSharpCode
- #1503 Fix FormUrlEncodedMatcher (+ refactor values / matchers logic)
- #1504 Update SharpYaml package to version 2.5.1 [dependencies]
- #1505 Upgrade dependency RamlToOpenApiConverter to version 0.40.0 [dependencies]
- #1500 Sending a form-urlencoded body with a repeated field name returns HTTP 500 [bug]
- #1501 Generated C# code for stateful (Scenario) mappings does not compile and drops the WhenStateIs condition [bug]
The full release notes can be found here: https://github.com/wiremock/WireMock.Net/blob/master/CHANGELOG.md