Skip to content

Releases: SpectoLabs/hoverfly

v0.6.0

20 May 10:14
Compare
Choose a tag to compare

Its time for a new minor version of Hoverfly.

Why have we gone from v0.5.17 to v0.6.0?

We made a slight change to the structure of payloads. We added a new field to indicate whether or not the body needs to be base64-encoded. The reason being that during the export and import process, any binary body data in a response would get lost due to being parsed to Unicode characters.

You can find out more about this change here. If you are trying to read or write binary data to the response body in your middleware, find out more here.

In this release, we have also introduced Ginkgo and Gomega to help us functionally test Hoverfly, which in turn has enabled us to start to modularize the codebase.

v0.5.17

09 May 09:28
Compare
Choose a tag to compare

Next version of UI and improved documentation

v0.5.16

01 Apr 14:47
Compare
Choose a tag to compare

Minor refactoring, added memory cache that is used by 3rd party libraries for temporary stuff.

v0.5.15

29 Mar 10:50
Compare
Choose a tag to compare
  • BoltDB backend moved to separate package, currently used for requests/responses and metadata storage.
  • Request body is now being minified before creating unique fingerprint ID to remove all spaces/new line symbols for JSON and XML content types.
  • Destination can now be updated through API (restarts proxy goroutine)

v0.5.14

10 Mar 16:08
Compare
Choose a tag to compare

multiple -dest flags are now available for providing a list of hosts that should be virtualized

v0.5.13

07 Mar 14:52
Compare
Choose a tag to compare

added new metadata API, see readme for more.

v0.5.12

04 Mar 16:07
Compare
Choose a tag to compare
Merge pull request #141 from SpectoLabs/develop

Develop

v0.5.11

12 Feb 17:10
Compare
Choose a tag to compare
Merge pull request #105 from SpectoLabs/develop

Update readme.md

v0.5.10

08 Feb 15:16
Compare
Choose a tag to compare

Hoverfly is now a library, also few minor fixes

v0.5.9

04 Feb 16:09
Compare
Choose a tag to compare
Merge pull request #91 from SpectoLabs/develop

Develop