This commit is contained in:
Stef Heyenrath
2026-08-15 09:51:50 +02:00
parent 7e9718eab7
commit 42353f035e
4 changed files with 15 additions and 5 deletions
+6 -3
View File
@@ -1,5 +1,8 @@
# 2.14.0 (06 August 2026)
- #1493 Fix #1492: Serialize WithClientIP matcher to Request.ClientIP [bug]
- #1492 `WithClientIP` matcher is lost / corrupted when a mapping is serialized [bug]
# 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]
The full release notes can be found here: https://github.com/wiremock/WireMock.Net/blob/master/CHANGELOG.md