You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wiremock-user
Changes:
Fixed a bug causing an NPE to be thrown when a response with no headers is proxies - thanks Jeremy Lew
Fixed a bug preventing diff reports being returned when the request was gzipped
Fixed some idiosyncratic behaviour in the Handlebars helpers by normalising types when passing parameters. This allows more predictable behaviour when passing a value from one date helper to another, and when using multi-values like query parameters with logical helpers like eq.
Fixed a bug with the jsonPath helper which caused an error to be thrown when a deep path could not be resolved, rather than the default value.
Fixed a bug whereby parseJson couldn't handle a top-level array - thanks Harry Liversedge
Fixed a bug whereby parseJson returned an error when passed an empty document - thanks Harry Liversedge
Fixed a bug with the way matchesJsonPath and matchesXPath sub-matchers were evaluated when the expression returned a list of results.
Tweaked the behaviour of the date matchers when the expected is zoned and the actual is local so that instead of outright failure, the local timezone is used.