Skip to content

Releases: outofcoffee/imposter

v3.38.2

22 Apr 10:00
Compare
Choose a tag to compare

Fixed

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

See change log.

v3.38.1

21 Apr 18:32
Compare
Choose a tag to compare

Fixed

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

See change log.

v3.38.0

20 Apr 23:43
Compare
Choose a tag to compare

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.

v3.37.0

18 Apr 15:39
Compare
Choose a tag to compare

Added

  • feat(soap): SOAP response body uses typed message part names.
  • feat(soap): adds support for RPC style bindings.
  • feat(soap): adds support for messages with type attribute.
  • feat(soap): working support for WSDL 1.1 messages specifying type not element.

Changed

  • chore(deps): bump org.apache.maven.plugins:maven-jar-plugin
  • docs: adds single-file WSDL 1 and SOAP 1.1 example.

Fixed

  • fix: restores previous config file location logging behaviour.

See change log.

v3.36.3

15 Apr 17:08
Compare
Choose a tag to compare

Changed

  • docs: documents EntityResolver input stream lifecycle expectations.
  • refactor(soap): reuses EntityResolver for the same WSDL file.
  • refactor: uses instance-scoped EntityResolver for WSDL parsing and SOAP example generation.
  • test: removes unneeded fork configuration.
  • test: updates test file comment.

Fixed

  • fix: in SOAP plugin, support WSDL with XML schema include

See change log.

v3.36.2

13 Apr 00:51
Compare
Choose a tag to compare

Changed

  • ci: includes imposter-all distro in integration tests.
  • ci: integration tests verify scripted examples.
  • docs: adds JavaScript example for HBase plugin.
  • refactor: moves HBase to external plugin.
  • test: improves coverage of form params matchers.
  • test: improves coverage of path params matchers.
  • test: improves coverage of query params matchers.
  • test: improves coverage of request header matchers.

See change log.

v3.36.1

12 Apr 22:42
Compare
Choose a tag to compare

Changed

  • build: includes js-graal plugin in all distro.

See change log.

v3.36.0

02 Apr 10:53
Compare
Choose a tag to compare

Added

  • feat: adds advanced path params, query params and form params matchers.
  • feat: adds advanced request header matchers.
  • feat: resource matchers and security conditions support all match operators.

Changed

  • chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0
  • chore(deps): bump com.fasterxml.jackson.core:jackson-databind
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin
  • docs: aligns steps documentation with implementation.
  • docs: clarifies behaviour of 'exists' operators.
  • docs: clarifies steps introduction.
  • docs: describes all supported operators for security conditions.
  • docs: describes long form and operators for request matching.
  • docs: documents Steps API.
  • docs: improves step examples.
  • refactor: generalises request match operators.
  • refactor: moves conditional name-value pair parsing to companion.
  • refactor: moves request pair matching to use common matcher logic.

Fixed

  • fix: upgrade com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.16.2

See change log.

v3.35.2

27 Mar 21:05
Compare
Choose a tag to compare

Changed

  • chore(deps): bumps base image to 11.0.22_7-jre-jammy.

See change log.

v3.35.1

09 Mar 14:47
Compare
Choose a tag to compare

Changed

  • chore(deps): bumps CLI to 0.38.0.
  • ci: quieten Gradle output.
  • docs: adds GraalVM examples and instructions.
  • docs: adds percentage based error response example.
  • docs: improves AWS lambda bundle instructions.
  • docs: improves CLI installation steps.
  • docs: improves latency simulation example.
  • docs: improves plugin install instructions.
  • docs: lists version requirements in es6 documentation.
  • docs: removes unneeded boilerplate from examples.
  • docs: updates plugins.
  • refactor(openapi): switches fallback response to method ref.
  • refactor: makes behaviour handlers return a future.
  • refactor: makes route handlers asynchronous.
  • refactor: quietens disabled metrics logging.
  • refactor: removes deprecated passthroughRoute function.
  • refactor: renames ResourceService to HandlerService.
  • refactor: simplifies handler wrapping.
  • refactor: switches empty fallback response to method ref.
  • refactor: unifies completion logging and setting exchange phase.

Fixed

  • fix(awslambda): includes SOAP plugin in builder plugin list.
  • fix(awslambda): sets status code to 500 if unset when an exceptional failure occurs.
  • fix: don't autocomplete future blocks for long-running tasks.
  • fix: don't autocomplete future when forwarding upstream.
  • fix: don't autocomplete futures for GraphQL queries.
  • fix: don't block the event loop in Vert.x Web handlers.
  • fix: moves completion log to after handler completion.

See change log.