Releases: friendsofgo/killgrave
Releases · friendsofgo/killgrave
Release list
v0.5.1
v0.5.0
using different tokens to publish the release
v0.4.1
- Migration to Github actions and remove the use of Circle CI
- Deprecation go versions before to v1.16
- Run the mock server using TLS
- Support YAML for a configuration and imposters definition
- Put watcher options on the config file
- Not support codecov anymore
v0.4.0
- The config file option load the imposters path relative on where the config file is
- Upgrade Killgrave to go1.13
- Remove use of github.com/pkg/errors in favor to standard errors package
- Remove backward compatibility with previous versions to go 1.13
- Add
-watcherflag to reload the server with any changes onimpostersfolder - Fix searching imposter files mechanism
- Add proxy server feature
- Allow to add latency to responses
v0.3.3
- Improve default CORS options
- Allow up mock server via config file
- Allow configure CORS options
- Access-Control-Request-Method
- Access-Control-Request-Headers
- Access-Control-Allow-Origin
- Access-Control-Expose-Headers
- Access-Control-Allow-Credentials
- Improve route_mateches unit tests
v0.3.2
v0.3.1
v0.3.0
- Dynamic responses based on headers
- Standarize json files using Google JSON style Guide
- Move to
internalnot exposable API - Dynamic responses based on query params
- Allow organize your imposters with structured folders (using new extension
.imp.json) - Allow write multiple imposters by file