Releases: SpectoLabs/hoverfly
Releases · SpectoLabs/hoverfly
v1.9.2
What's Changed
- capture on miss request in spy mode by @kapishmalik in #1126
- Add option for fallback post serve action on passing empty action name by @kapishmalik in #1127
Full Changelog: v1.9.1...v1.9.2
v1.9.1
What's Changed
- bugfix evaluating csv template string by @kapishmalik in #1125
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Add negation matcher to hoverfly by @kapishmalik in #1117
- Update README.md by @stuioco in #1119
- Update go to 1.22 by @viveksing in #1121
- Add support for remote post serve action by @kapishmalik in #1123
- Add logging and journal entry for post serve action by @kapishmalik in #1124
New Contributors
- @stuioco made their first contribution in #1119
- @viveksing made their first contribution in #1121
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- Add
-log-no-quotes
CLI flag to disable quoting/escaping of fields in logs by @benediktwerner in #1115 - Fix matching score bug for body matcher by @tommysitu in #1116
- A new response Templating function to extract data from journal by @kapishmalik. More details can be found in the doc.
New Contributors
- @benediktwerner made their first contribution in #1115
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Remove support for deprecatedQuery by @tommysitu in #1112
- Support compound param query by @tommysitu in #1114
and most importantly, supporting CSV data for response templating!! Please check out the doc here. Great work by @kapishmalik 👏
Full Changelog: v1.6.3...v1.7.0
v1.6.3
v1.6.2
v1.6.1
Small release with a security update and revamp of the Hoverfly readthedocs with a more recent version of Sphinx v5.3.0.
v1.6.0
You can specify and invoke a callback for an HTTP response using post-serve action. More details can be found in this tutorial.
This release also includes a journal bug fix for handling binary data in the request body.