Releases: xnbox/DeepfakeHTTP
v3.2.1
Thank you to all the people who helped with advice, suggestions, and participation!
Special thanks to:
In this release (v3.2.1):
- Added URL support to option --dump <file|url>... (dump text file(s) and/or OpenAPI json/yaml file(s))
- Added URL support to option --data <file|url>... (json/yaml/csv data file(s) to populate templates);
- Cheatsheet page initial commit.
- Bug fixes
- Minor code enhancements
- Documentation updated
- Release on top of Tommy v10.0.10
v3.1.1
Thank you to all the people who helped with advice, suggestions, and participation!
Special thanks to:
In this release (v3.1.1):
- New option: --dump ... (dump text file(s) and/or OpenAPI json/yaml file(s))
- Added multiple files support to option --data ... (json/yaml/csv data file(s) to populate templates)
- Added CSV format support to option --data ... (json/yaml/csv data file(s) to populate templates)
- Added support for random function in templates Eg.: ${random(data.customers).email}
- Added support for request parameters in templates Eg.: ${request.customerId[0]}
- Bug fixes
- Minor code enhancements
- Documentation updated
- Release on top of Tommy v10.0.10
v2.1.1
Thank you to all the people who helped with advice, suggestions, and participation!
Special thanks to:
In this release:
- New option: --no-template (disable template processing)
- New option: --no-wildcard (disable wildcard processing)
- Bug fixes
- Minor code enhancements
- Documentation updated
- Release on top of Tommy v10.0.10
- Switching to semantic versioning (See: https://semver.org) Thanks to @mjablecnik for the tip.
v1.0.15
Thank you to all the people who helped with advice, suggestions, and participation!
Special thanks to:
In this release:
- New option: --no-cors (disable CORS headers)
- New option: --no-powered-by (disable 'X-Powered-By' header)
- New option: --strict-json (enable strict JSON comparison)
- New option: --status (status code for non-matching requests, default: 400)
- Added templates support in any place of request/response: first line, headers, body
- Bug fixes
- Minor code enhancements
- Documentation updated
- Release on top of Tommy v10.0.10
v1.0.14
Thank you to all the people who helped with advice, suggestions, and participation!
Special thanks to:
In this release:
- Color output supported in the console log
- Bug fixes
- Minor code enhancements
- Documentation updated
- Release on top of Tommy v10.0.10
v1.0.13
Thank you to all the people who helped with advice, suggestions, and participation!
Special thanks to:
In this release:
- New flag: --no-color (disable ANSI color output for --print-* commands)
- Support for NO_COLOR environment variable
- Bug fixes
- Minor code enhancements
- Documentation updated
- Release on top of Tommy v10.0.10
v1.0.12
Thank you to all the people who helped with advice, suggestions, and participation!
Special thanks to:
In this release:
- New option: --data (specify json/yaml data file to populate templates)
- Bug fixes
- Minor code enhancements
- Documentation updated
- Release on top of Tommy v10.0.10
v1.0.11
Thank you to all the people who helped with advice, suggestions, and participation!
Special thanks to @mjablecnik for the submitted issues.
In this release:
- Bug fixes
- Minor code enhancements
- Documentation updated
- Release on top of Tommy v10.0.10
- --no-trim option (disable whitespace trimming at the end of the body) was removed
v1.0.10
Thank you to all the people who helped with advice, suggestions, and participation!
Special thanks to @mjablecnik for the submitted issues.
In this release:
- New option: --no-trim (disable whitespace trimming at the end of the body)
- Bug fixes
- Minor code enhancements
- Documentation updated
- Release on top of Tommy v10.0.10
v1.0.9
Thank you to all the people who helped with advice, suggestions, and participation!
Special thanks to @mjablecnik for the submitted issues.
In this release:
- Bug fixes
- Minor code enhancements
- Documentation updated
- Release on top of Tommy v10.0.10