Outofcoffee Imposter Versions Save

Scriptable, multipurpose mock server. Run standalone mock servers, or embed mocks within your tests.

v3.41.2

3 weeks ago

Changed

  • chore: bumps CLI to 0.42.3.

See change log.

v3.41.1

3 weeks ago

Changed

  • chore: bumps CLI to 0.42.2.

See change log.

v3.41.0

3 weeks ago

Added

  • feat(groovy): adds support for Groovy inline script steps.
  • feat: switches to bracketed parameter format internally.

Changed

  • docs: prefers bracketed path parameter format.
  • test: fixes JUnit build config for vertx-web.

See change log.

v3.40.0

1 month ago

Added

  • feat(graal): adds optional store proxy.

Changed

  • refactor(graal): uses inbuilt map proxy for request properties.
  • refactor: adds Guice binding asSingleton() extension function.
  • test: adds hamcrest to test-utils.

See change log.

v3.39.1

1 month ago

Changed

  • chore(deps): bump com.fasterxml.jackson.core:jackson-databind
  • chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin
  • chore(deps): bump org.apache.maven.plugins:maven-install-plugin
  • chore(deps): bump version_groovy from 4.0.13 to 4.0.21
  • docs: improves style of scripting example.
  • refactor: allows script engines to customise request object.
  • refactor: don't initialise property list for each request proxy.
  • refactor: splits modern and compat Graal implementations.
  • test(soap): improves coverage of parser attribute reader.

Fixed

  • fix: support messages having a part attribute without namespace prefix

See change log.

v3.39.0

1 month ago

Added

  • feat: allows store items to be read as JSON.

Changed

  • docs: adds CLI instructions for enabling debug mode for Groovy scripts.
  • docs: adds Groovy DSL example.
  • docs: adds instructions for debugging Groovy scripts.
  • docs: tidies Groovy debugging instructions.

See change log.

v3.38.3

2 months ago

Changed

  • chore(deps): bump org.apache.maven.plugins:maven-jar-plugin
  • test(vertxweb): improves coverage for kebab-case path param matching.
  • test: adds test for kebab-case path params.

Fixed

  • fix(vertxweb): supports kebab-case path params.

See change log.

v3.38.2

2 months ago

Fixed

  • fix(soap): parse message part elements with anonymous inner types.

See change log.

v3.38.1

2 months ago

Fixed

  • fix(soap): applies message part filter from binding operation.

See change log.

v3.38.0

2 months ago

Added

  • feat(soap): improves support for element parts in composite messages.
  • feat(soap): supports more combinations of binding style and messages.
  • feat: support XML attributes in SOAP request body XPath

Changed

  • refactor(soap): matches type message parts on operation name.
  • refactor(soap): optimises document type lookup.
  • refactor(soap): reuses parser schema type system instead of recompiling all schemas.
  • refactor(soap): reuses schema type system and entity resolver for same WSDL.
  • refactor(soap): simplifies synthetic schema generation.

Fixed

  • fix(soap): improves example generation logging.
  • fix(soap): matches message element types by qualified name.
  • fix(soap): sets namespace of RPC root response element from WSDL target namespace.

See change log.