Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Releases: opentable/wiremock-body-transformer

wiremock-body-transformer-1.1.6

24 Jul 18:55
Compare
Choose a tag to compare

Thanks to @okondrashin for PR to check for empty response body and refactor.

wiremock-body-transformer-1.1.5

02 Mar 21:25
Compare
Choose a tag to compare

Thanks @waynemz for adding support for url regex matching of url path parameters.

wiremock-body-transformer-1.1.4

05 Dec 23:30
Compare
Choose a tag to compare

Thanks @xlbruce for the addition of query string support.
Now you can transform wiremock body response based on the query string in the requests.

wiremock-body-transformer-1.1.3

16 Nov 23:13
Compare
Choose a tag to compare

Upgrades to wiremock 2.3.1

wiremock-body-transformer-1.1.2

16 Nov 22:36
Compare
Choose a tag to compare

Thanks @KRoLer we now support transforming response bodies based on x-www-form-urlencoded request bodies.

wiremock-body-transformer-1.1.1

14 Sep 21:55
Compare
Choose a tag to compare

Body transformer is now compatible with Wiremock's latest version 2.x.x.
Thanks @Aure77 for the pull request.

wiremock-body-transformer-1.0.8

03 Mar 20:31
Compare
Choose a tag to compare

Thanks @KRoLer
Xml nodes can now have their values referenced via .value.

For example:

<request>
  <user>
    <name type="String">Dmytro</name>
    <age type="Number">29</age>
  </user>
</request>

You can reach "Dmytro" using $(user.name.value).

wiremock-body-transformer-1.0.7

11 Feb 22:30
Compare
Choose a tag to compare
  • Add ability to transform response body when using withBodyFile() - Thanks @gaetanlebrun
  • Support XML Requests - Thanks @yaronyam

wiremock-body-transformer-1.0.4

05 Nov 20:22
Compare
Choose a tag to compare

Adds support for random integer generator.

wiremock-body-transformer-1.0.2

21 Aug 22:33
Compare
Choose a tag to compare

Allows the body transformer to be used as a jar with the standalone wiremock server.