- Add
whiteLabel
to exclude hostname and port from hash
- Bug Fix: CORS Forward
Origin
header - Add
passthrough
option to allow proxy to forward request without refreshing the fixtures
- Bug Fix: Account for Key Ordering when Rehashing Existing Responses with Transaction Key
- Bug Fix: Add Transaction Key when Rehashing Pre-Existing Responses
- Remove Leftover Debugging Log Statement
- Add support for defining a transition configuration to track stateful requests.
- Add Support for Integration Tests to Repository
- Add LogLevel Flag to specify log levels.
- Gracefully Handle HTTP Client Errors.
- Bug Fix: Correctly Remove Old Files When Rehashing
- Bug Fix: Correctly Detect Port When Rehashing
- Add
serve
andrehash
subcommands to the CLI interface. - End users should now use the new subcommands to specify the mode.
serve
will be the default.
- Add
--help
and--version
commands - When no options are provided display the help menu.
- Add
responseHeaderBlacklist
options to provide the ability to prevent specific headers in the response from being recorded to the cache files. - Add a new line to the end of all new cache files.
- Handle JSON exceptions when content-type was
application/json
, but payload was not actually JSON.