Skip to content

Releases: imposter-project/imposter-cli

v1.8.0

25 May 11:20

Choose a tag to compare

Changelog

  • d9480df build: release v1.8.0
  • 11b1f2e feat: add native engine support for AWS Lambda bundle and deploy (#126)
  • f7ae439 feat: add support for running mocks in detached/background mode (#125)
  • c4b8c66 test: match detached mock by PID instead of port

v1.7.0

21 May 12:09

Choose a tag to compare

Changelog

  • 89f7a8d build: release v1.7.0
  • 7e6df34 chore(deps): bump actions/download-artifact from 4 to 8
  • 370e298 chore(deps): bump actions/upload-artifact from 4 to 7
  • bfe5fac chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.13 to 1.32.14
  • 454137a chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.14 to 1.32.17
  • f5973c4 chore(deps): bump github.com/aws/aws-sdk-go-v2/service/iam from 1.53.7 to 1.53.10
  • 8deec69 chore(deps): bump github.com/aws/aws-sdk-go-v2/service/lambda
  • f484254 chore(deps): bump github.com/aws/aws-sdk-go-v2/service/lambda from 1.88.5 to 1.90.1
  • 6cfa2b7 chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3
  • f4e7d28 chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.98.0 to 1.99.0
  • a7943cc chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.0 to 1.100.1
  • 8f94e36 chore(deps): bump github.com/docker/go-connections from 0.6.0 to 0.7.0
  • 67e608b chore(deps): bump github.com/docker/go-connections from 0.6.0 to 0.7.0
  • 4d03b60 chore(deps): bump github.com/outofcoffee/go-wsdl-parser from 0.1.0 to 0.2.0
  • b0c6965 chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.2 to 4.26.4
  • c07c041 chore(deps): bump github.com/testcontainers/testcontainers-go
  • 50b24f4 feat(docker): use env vars for configDir and port on Imposter 5.x+ (#124)
  • 2d65cc8 refactor: rename engine type 'golang' to 'native' (#121)

v1.6.0

03 May 15:25

Choose a tag to compare

Changelog

  • ba6a38a build: release v1.6.0
  • 6e68183 chore: fix trailing newline
  • 8a7643f docs: refresh README and docs against current CLI
  • c4c585a feat(proxy): add --insecure flag to skip upstream TLS verification
  • 519e858 feat(proxy): add SOAP 1.1/1.2 aware recording
  • b87f31d feat: add docs.imposter.sh header comment to scaffolded configs
  • 6e5ffec fix(test): error on non-200 status in sendSoapRequestToProxy
  • c95ed09 refactor: consolidate SOAP action sanitisation, remove dead code
  • a0458e2 refactor: drop --soap1.1 flag, auto-detect SOAP per-request
  • ccbf177 refactor: fold SOAP action into getRequestHash
  • ce75458 refactor: use mime.ParseMediaType for SOAP 1.2 action extraction

v1.5.5

07 Apr 01:05

Choose a tag to compare

Changelog

  • a0a2ddb build: release v1.5.5
  • cdeb3b4 ci: bump docker actions to resolve Node.js 20 deprecation
  • d1addaf ci: use native ARM runners instead of QEMU for multi-arch Docker builds
  • cfbe507 ci: use ubuntu-24.04-arm runner for ARM64 Docker builds

v1.5.4

07 Apr 00:31

Choose a tag to compare

Changelog

  • d302ac3 build: release v1.5.4
  • dd387e4 ci: increase docker job timeout for multi-platform builds

v1.5.3

07 Apr 00:17

Choose a tag to compare

Changelog

  • 5c33653 build: add multi-platform Docker support and set version in image
  • 87971a7 build: release v1.5.3
  • 6d952da docs: rename embed.md to sdk.md and expand SDK documentation
  • 096fa3d fix: bump google.golang.org/grpc to v1.79.3 (CVE-2026-33186)
  • 7b4edfb fix: update Go module path in Dockerfile
  • 6712573 refactor: change Go module path to github.com/imposter-project/imposter-cli

v1.5.2

06 Apr 23:36

Choose a tag to compare

Changelog

  • 3085cab build: release v1.5.2
  • ba91e0f ci: move Docker job into CI workflow and push latest tag on release

v1.5.1

06 Apr 23:28

Choose a tag to compare

Changelog

  • 647f7c3 build: add Dockerfile and .dockerignore
  • f46e5a3 build: release v1.5.1.
  • e4b95e1 build: use scratch base image and add Docker CI workflow
  • 481c9b1 chore(deps): bump github.com/docker/docker from 28.5.1 to 28.5.2
  • 7d6858e chore(deps): bump github.com/olekukonko/tablewriter from 1.0.9 to 1.1.4
  • 360c7e9 chore(deps): bump github.com/testcontainers/testcontainers-go from 0.36.0 to 0.41.0
  • 7cca5bf chore(deps): bump go.opentelemetry.io/otel/sdk from 1.35.0 to 1.40.0
  • 32d2190 chore(deps): bump the spf13 group with 2 updates
  • d1801a1 docs: describe golang engine

v1.5.0

06 Apr 21:56

Choose a tag to compare

Changelog

  • e29a706 build: release v1.5.0.
  • b1ed1a6 feat: add --all flag to ls and down commands (#106)
  • 38a9f29 fix: use modern format when scaffolding config
  • ed4c9a1 test: use jvm or golang engine type in latest version case

v1.4.2

04 Apr 01:55

Choose a tag to compare

Changelog

  • 7493dbe build: release v1.4.2.
  • 262ebbd fix(linux): fix cross-device link error when downloading engine binaries (#98)