Releases: SpectoLabs/hoverfly
Releases · SpectoLabs/hoverfly
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
Simulation schema is upgraded to v5.1
to support the following new features (a big thanks to @ns3777k):
The binary size is up a few MBs after switching to go mod since v1.2.0
, so this release strip off the debugger info to squeeze it down a little bit while we come up with a plan for hoverfly to lose some weight.
v1.2.0
Hoverfly is migrated to Go 1.14 and using Go Modules to manage its dependencies.
Feature-wise, thanks to @ri-tatsu, logging to a file is now supported:
hoverfly -logs-output=file
A new matcher type xmlTemplated
is added for XML loose matching with templated functions: #939
v1.1.5
v1.1.4
v1.1.3
v1.1.2
Thanks to @kulaginds' PR, you can now use templating functions in the response headers.