Releases: alufers/mitmproxy2swagger
Releases · alufers/mitmproxy2swagger
0.13.0: Msgpack support
Update mitmproxy to 10.1.6
Update other dependencies
0.11.0
0.10.1
0.10.0
- Improve Python 3.9 compatibility
- Update dependencies
- Add customizable param regex and suppression
--param-regex
: Allows the user to customize what path segment value will be considered as a parameter.--suppress-params
: Only outputs the "templated" path with the parameter variables, but not the originals with the actual parameters.
- fix: correctly escape path templates
0.9.0
0.8.2
0.8.1
0.8.0: Add support for x-www-form-urlencoded requests
- Adds support for parsing and generating schemas for x-www-form-urlencoded requests