Releases: SpectoLabs/hoverfly
Releases · SpectoLabs/hoverfly
v0.5.9
Metrics Arrive
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
Improved logging, added lots of tests, additional error handling that will help in some cases. Focusing on stability.
Minor fixes
Merge pull request #69 from SpectoLabs/develop Develop
static embedded
Now static files will be embedded into binary, easier deployment!
from json to gob
minor changes in encoding/decoding data that goes into boltdb
Nothing Special
Minor refactoring, changed how configuration is handled, how settings are initiated, also added mutex for mode checking
Hoverfly meets BoltDB
minor fixes, updated git submodules
Hoverfly meets BoltDB
Major change:
- Moving from Redis to BoltDB for persistence, this reduces dependencies to 0 👍
There are also some minor changes and fixes
Minor fix
Minor fix