Skip to content

Releases: SpectoLabs/hoverfly

v1.4.0

02 Nov 22:26
Compare
Choose a tag to compare

v1.3.7

22 Aug 21:16
Compare
Choose a tag to compare

Add support for Apple silicon and ARM64 architecture support for Hoverfly Docker image.

v1.3.6

27 Mar 22:19
Compare
Choose a tag to compare

Renew default Hoverfly CA cert

v1.3.5

08 Mar 22:42
Compare
Choose a tag to compare

Pre-load cache bugfix: #1009

v1.3.4

23 Feb 21:08
Compare
Choose a tag to compare

Bug fixes including xpath library upgrade. Add templating support for transitionsState, thanks to @ns3777k

v1.3.3

18 Aug 22:33
Compare
Choose a tag to compare

go 1.16 upgrade and some dependency bumps. Minor bug fixes, mainly for the JSON matcher, also handle gzipped request body for simulate and capture a bit better.

v1.3.2

01 Feb 22:06
Compare
Choose a tag to compare

Supports remote response body file: doc (thanks to @ns3777k)

Also build Hoverfly for Linux/ARM64 as requested by the community.

v1.3.1

05 Sep 20:11
Compare
Choose a tag to compare

bug fixes

v1.3.0

26 Jun 21:09
Compare
Choose a tag to compare

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

10 Jun 22:52
Compare
Choose a tag to compare

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