Releases: mefellows/muxy
Releases · mefellows/muxy
v0.0.6
v0.0.5
v0.0.4
New Features
- Apply matching rules to HTTP Requests
- Apply matching rules to TCP Requests
- Set probability for symptoms
- See #17, #13, #11
Changelog:
- 857888c - feat(randomness): add ability to specify probability of symptom activation #17 (Matt Fellows, Mon May 8 18:32:27 2017 +1000)
- 1a2e8a3 - feat(matching): add ability to apply matching rules to http symptoms (Matt Fellows, Sun May 7 22:35:41 2017 +1000)
- e11a2c3 - feat(matching): add matching + proxy pass rules to http proxy (#11) (Matt Fellows, Sun May 7 19:15:15 2017 +1000)
- 909f56c - build(deps): update comcast dep (Matt Fellows, Fri May 5 10:48:44 2017 +1000)
Release v0.0.3
SSL
- Run Proxy with HTTPS enabled
- Run Proxy with HTTPS enabled + custom certificate
- Proxy HTTPS target
- Proxy HTTPS target with invalid (untrusted) certificate
- Proxy HTTPS target requiring client certificates
TCP
- Ability to tamper with TCP messages
- Modify request/response packets with canned responses
- Randomize request/response packets
- Truncate last char of request/response packets
HTTP Proxy
- Ability to set request Host
- Ability to set request Path
Delay Symptom
- Set delay on request and response
- Convert to millisecond granularity
Other
- Bunch of formatting fun