Skip to content

Releases: friendsofgo/killgrave

v0.5.1

18 Nov 00:33
9ce142d
Compare
Choose a tag to compare
Update Go version (v1.21)

v0.5.0

12 May 07:22
Compare
Choose a tag to compare
using different tokens to publish the release

v0.4.1

24 Apr 12:07
Compare
Choose a tag to compare
  • 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

30 Jan 19:29
Compare
Choose a tag to compare
  • 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 -watcher flag to reload the server with any changes on imposters folder
  • Fix searching imposter files mechanism
  • Add proxy server feature
  • Allow to add latency to responses

v0.3.3

11 May 21:44
3d728b9
Compare
Choose a tag to compare
  • 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

08 May 10:36
c6b1387
Compare
Choose a tag to compare
  • Fix CORS add AccessControl allowing methods and headers

v0.3.1

07 May 20:21
Compare
Choose a tag to compare
  • Allow CORS requests

v0.3.0

28 Apr 15:10
bb0d935
Compare
Choose a tag to compare
  • Dynamic responses based on headers
  • Standarize json files using Google JSON style Guide
  • Move to internal not 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

v0.2.1

25 Apr 21:54
36f066a
Compare
Choose a tag to compare
  • Allow imposter's matching by request schema
  • Dynamic responses based on regex endpoint or request schema
  • Calculate files directory(body and schema) based on imposters path
  • Update REAMDE.md with resolved features and new future features

v0.2.0

24 Apr 19:06
4f3ed34
Compare
Choose a tag to compare
  • Create an official docker image for the application
  • Update README.md with how to use the application with docker
  • Allow write headers for the response