Skip to content

2.0.0

Compare
Choose a tag to compare
@marcinkp marcinkp released this 01 Dec 08:11
· 44 commits to master since this release

What's new

Warning! 2.0.0 is only JDK11 compatible. JDK8 support is recovered in 2.0.1

This version introduces much better compatibility with Wiremock so that copying stub samples from the official Wiremock documentation will more probably work without any code changes.
What is more, now there are also supported stateful stubs which could be helpful to mock full user login scenarios.

Wiremock

Moco

Upgrade notes

Wiremock

  • Handlebars is now the default template engine. If have already mocks defined with Pebble you would need to change the WireMock Stubs Configuration and select PEBBLE as Global Template Transformer

Contributions