Skip to content

Releases: outofcoffee/imposter

v4.5.7

05 Feb 10:39
Compare
Choose a tag to compare

Changed

  • docs: describes how to produce JSON in Groovy scripts.
  • test: renames additional context test.

Fixed

  • fix: context.request.method should return a string.

See change log.

v4.5.6

04 Feb 14:13
Compare
Choose a tag to compare

Changed

  • chore(deps): bump actions/setup-python from 5.3.0 to 5.4.0
  • chore(deps): bumps CLI version to 1.0.3.
  • docs: adds syntax highlighting in code blocks.
  • docs: enables markdown parsing within details blocks.
  • docs: improves details blocks.
  • docs: links to GitHub Actions releases page.

See change log.

v4.5.5

03 Feb 23:52
Compare
Choose a tag to compare

Changed

  • docs: describes GitHub Action usage.

See change log.

v4.5.4

30 Jan 00:11
Compare
Choose a tag to compare

Changed

  • build: updates CLI org name.
  • chore: bumps CLI to 0.46.0.

See change log.

v4.5.3

21 Jan 00:26
Compare
Choose a tag to compare

Changed

  • test: improves coverage of path validator.

See change log.

v4.5.2

21 Jan 00:03
Compare
Choose a tag to compare

Changed

  • refactor: provides richer JSON schema example values.
  • test(soap): fixes SOAP 1.2 envelope namespace.
  • test: go engine supports multiple config dirs.
  • test: healthcheck for terminated go engine processes should fail fast.
  • test: sets go engine log level to trace.
  • test: specify schema response examples as objects.
  • test: supports imposter-go engine.

See change log.

v4.5.1

21 Jan 00:01
Compare
Choose a tag to compare

Changed

  • docs: describes directory responses.
  • refactor: normalises response file path and store preload file path.

See change log.

v4.5.0

06 Jan 01:26
Compare
Choose a tag to compare

Added

  • feat: adds anyOf expression matcher.

Changed

See change log.

v4.4.0

05 Jan 00:08
Compare
Choose a tag to compare

Added

  • feat: adds expression evaluator resource matcher.

Changed

  • docs: describes trailing wildcard matching.
  • docs: fixes example HTML title.

See change log.

v4.3.0

12 Dec 09:38
Compare
Choose a tag to compare

Added

  • feat: performs healthcheck on Graal JS scripts at init time.

Changed

  • chore(deps): bump com.fasterxml.jackson.core:jackson-databind
  • docs: describes capture of body and header in CLI proxy.
  • refactor: adds shim for Micrometer to use Log4J2.
  • refactor: configures Micrometer and Netty to use Log4J2 instead of SLF4J 1.7.
  • refactor: deep proxy Graal context.
  • test: adds failing test to cover #621.

See change log.