Skip to content

Releases: SpectoLabs/hoverfly

v0.5.16

01 Apr 14:47

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

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

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

Choose a tag to compare

added new metadata API, see readme for more.

v0.5.12

04 Mar 16:07

Choose a tag to compare

Merge pull request #141 from SpectoLabs/develop

Develop

v0.5.11

12 Feb 17:10

Choose a tag to compare

Merge pull request #105 from SpectoLabs/develop

Update readme.md

v0.5.10

08 Feb 15:16

Choose a tag to compare

Hoverfly is now a library, also few minor fixes

v0.5.9

04 Feb 16:09

Choose a tag to compare

Merge pull request #91 from SpectoLabs/develop

Develop

Metrics Arrive

27 Jan 17:48

Choose a tag to compare

Added initial support for metrics, counting how many requests pass through hoverfly, also separates this info into different modes. This is available through /stats API or as a stream of messages through /statsws. Web admin now shows this information.

Release 0.5.7 - nothing major

21 Jan 19:01

Choose a tag to compare

Improved logging, added lots of tests, additional error handling that will help in some cases. Focusing on stability.