Releases: SpectoLabs/hoverfly
Releases · SpectoLabs/hoverfly
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
Minor version upgrade, bug fixes and cosmetic stuff
Merge pull request #36 from rusenask/feature/fixing_response_body Feature/fixing response body
Synthetic Services
- Introduced new modes (more on those in readme):
- synthesize
- modify
- Added admin web UI to change modes, etc.
- Testing
- Middleware now affects --capture mode
Age of Middleware
This release introduces some changes, now we have three modes:
- --capture (to capture)
- --synthesize (all requests are sent to middleware and response is expected to come from middleware, requests are not allowed to propagate further)
- virtualize mode is the default one when you are not supplying mode flags
Biggest change is --middleware support, so now you can write middleware modules in any language, more on this stuff in readme.
Haven't decided yet
Adding HTTPS support + storing response body in string format so users can edit them before importing back.