Skip to content

Releases: SpectoLabs/hoverfly

v0.5.9

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

Develop

Metrics Arrive

27 Jan 17:48
Compare
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
Compare
Choose a tag to compare

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

Minor fixes

11 Jan 18:12
Compare
Choose a tag to compare
Merge pull request #69 from SpectoLabs/develop

Develop

static embedded

08 Jan 12:52
Compare
Choose a tag to compare

Now static files will be embedded into binary, easier deployment!

from json to gob

07 Jan 19:49
Compare
Choose a tag to compare

minor changes in encoding/decoding data that goes into boltdb

Nothing Special

07 Jan 14:46
Compare
Choose a tag to compare

Minor refactoring, changed how configuration is handled, how settings are initiated, also added mutex for mode checking

Hoverfly meets BoltDB

06 Jan 18:39
Compare
Choose a tag to compare

minor fixes, updated git submodules

Hoverfly meets BoltDB

06 Jan 17:19
Compare
Choose a tag to compare

Major change:

  • Moving from Redis to BoltDB for persistence, this reduces dependencies to 0 👍

There are also some minor changes and fixes

Minor fix

30 Dec 12:01
Compare
Choose a tag to compare

Minor fix