Skip to content

Releases: mefellows/muxy

v0.0.6

11 May 05:45
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
chore(lint): fix linting in Comcast lib

v0.0.5

19 May 00:21
Compare
Choose a tag to compare

Fixes potential nil pointer dereference in TCP Proxy.

v0.0.4

18 May 05:37
Compare
Choose a tag to compare

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

07 Mar 12:48
Compare
Choose a tag to compare

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

Fixes #13, #10, #9, #7.

v0.0.2

26 Feb 12:28
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Work in progress release, use at your own risk :)

v0.0.1

21 Sep 23:11
Compare
Choose a tag to compare

Initial release.

0.0.1

29 Aug 12:59
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
Added Wercker badge