github.com/friendsofgo/killgrave
v0.5.1
#2335 most downloaded on Go modules
friendsofgo/killgrave
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 2.2 years
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
24 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
24 releases · Apr 2019 to Nov 2024Releases
latest 24-
v0.5.2-0.20241125080359-2424d0a3c27525 Nov 2024 pre-releaseNothing published for this version
-
v0.5.2-0.20241115101248-d41b4b181aa715 Nov 2024 pre-releaseNothing published for this version
-
v0.5.2-0.20241110233609-8c646116ee2e10 Nov 2024 pre-releaseNothing published for this version
-
v0.5.2-0.20240730071649-bca67fd6ef0d30 Jul 2024 pre-releaseNothing published for this version
-
v0.5.2-0.20240617050155-cac94e6e13a317 Jun 2024 pre-releaseNothing published for this version
-
v0.5.2-0.20240321104415-f95b1f4f37bb21 Mar 2024 pre-releaseNothing published for this version
-
v0.5.2-0.20240205142857-c4f701921f9b05 Feb 2024 pre-releaseNothing published for this version
-
v0.5.2-0.20231124075024-ae26b72c119024 Nov 2023 pre-releaseNothing published for this version
-
v0.5.2-0.20231118201135-eacc1bfd527a18 Nov 2023 pre-releaseNothing published for this version
-
v0.5.118 Nov 2023 -
v0.5.023 Sep 2021Release notes
Open source →- Replace the use of
go flagsbycobra - Change all the
clicommands and flags, more information onREADME.md(Breaking change if you are using single dash) - Deprecated Go Version 1.16, we support now Go 1.20
- Change support of the filesystem, start using afero library
- Deprecated using test on the Go standard way and start to use testify library
- Fix a bug with the
proxy-modemissing, the app always tryed to load the imposter even when not match - Using stric slashes
- Replace the use of
-
v0.4.2-0.20210923223131-72d315cccfef23 Sep 2021 pre-releaseNothing published for this version
-
v0.4.2-0.20210426054911-b11db79d854526 Apr 2021 pre-releaseNothing published for this version
-
v0.4.124 Apr 2021Release notes
Open source →- 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
Release notes
Open source →- 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.1-0.20201010164959-e6d4a99b3ba710 Oct 2020 pre-releaseNothing published for this version
-
v0.4.030 Jan 2020Release notes
Open source →- 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
Release notes
Open source →- 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.4-0.20191015162359-3a3783392d8d15 Oct 2019 pre-releaseNothing published for this version
-
v0.3.311 May 2019Release notes
Open source →- 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
Release notes
Open source →- 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.208 May 2019 -
v0.3.107 May 2019 -
v0.3.028 Apr 2019Release notes
Open source →- 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
Release notes
Open source →- 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
-
v0.2.125 Apr 2019Release notes
Open source →- 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
Release notes
Open source →- 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.024 Apr 2019Release notes
Open source →- 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
Release notes
Open source →- 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
-
v0.1.021 Apr 2019Release notes
Open source →- Add Killgrave logo
- Add CircleCI integration
- Convert headers into canonical mime type
- Run server with imposter configuration
- Processing and parsing imposters file
- Initial version