Releases: imposter-project/imposter-cli
Releases · imposter-project/imposter-cli
v1.8.0
v1.7.0
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
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
v1.5.4
v1.5.3
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
v1.5.1
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