Releases: outofcoffee/imposter
Releases · outofcoffee/imposter
v4.5.7
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
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
v4.5.4
v4.5.3
v4.5.2
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
Changed
- docs: describes directory responses.
- refactor: normalises response file path and store preload file path.
See change log.
v4.5.0
Added
- feat: adds anyOf expression matcher.
Changed
- docs: updates links to JavaScript bindings to https://github.com/imposter-project.
- refactor: improves expression matcher config naming.
See change log.
v4.4.0
Added
- feat: adds expression evaluator resource matcher.
Changed
- docs: describes trailing wildcard matching.
- docs: fixes example HTML title.
See change log.
v4.3.0
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.