Skip to content

Commit ba6a38a

Browse files
committed
build: release v1.6.0
1 parent 8a7643f commit ba6a38a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [1.6.0] - 2026-05-03
10+
### Added
11+
- feat(proxy): add --insecure flag to skip upstream TLS verification
12+
- feat(proxy): add SOAP 1.1/1.2 aware recording
13+
- feat: add docs.imposter.sh header comment to scaffolded configs
14+
15+
### Changed
16+
- chore: fix trailing newline
17+
- docs: refresh README and docs against current CLI
18+
- refactor: consolidate SOAP action sanitisation, remove dead code
19+
- refactor: drop --soap1.1 flag, auto-detect SOAP per-request
20+
- refactor: fold SOAP action into getRequestHash
21+
- refactor: use mime.ParseMediaType for SOAP 1.2 action extraction
22+
23+
### Fixed
24+
- fix(test): error on non-200 status in sendSoapRequestToProxy
25+
926
## [1.5.5] - 2026-04-07
1027
### Changed
1128
- ci: bump docker actions to resolve Node.js 20 deprecation

0 commit comments

Comments
 (0)