PackageTrack
Sign in Get early access

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 2024
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 24
  1. v0.5.2-0.20241125080359-2424d0a3c275 25 Nov 2024 pre-release

    Nothing published for this version

  2. v0.5.2-0.20241115101248-d41b4b181aa7 15 Nov 2024 pre-release

    Nothing published for this version

  3. v0.5.2-0.20241110233609-8c646116ee2e 10 Nov 2024 pre-release

    Nothing published for this version

  4. v0.5.2-0.20240730071649-bca67fd6ef0d 30 Jul 2024 pre-release

    Nothing published for this version

  5. v0.5.2-0.20240617050155-cac94e6e13a3 17 Jun 2024 pre-release

    Nothing published for this version

  6. v0.5.2-0.20240321104415-f95b1f4f37bb 21 Mar 2024 pre-release

    Nothing published for this version

  7. v0.5.2-0.20240205142857-c4f701921f9b 05 Feb 2024 pre-release

    Nothing published for this version

  8. v0.5.2-0.20231124075024-ae26b72c1190 24 Nov 2023 pre-release

    Nothing published for this version

  9. v0.5.2-0.20231118201135-eacc1bfd527a 18 Nov 2023 pre-release

    Nothing published for this version

  10. v0.5.1 18 Nov 2023
    Release notes

    v0.5.1 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  11. v0.5.0 23 Sep 2021
    Release notes
    • Replace the use of go flags by cobra
    • Change all the cli commands and flags, more information on README.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-mode missing, the app always tryed to load the imposter even when not match
    • Using stric slashes
    Open source →
    Release notes

    v0.5.0

    Compare

    Choose a tag to compare

    Open source →
  12. v0.4.2-0.20210923223131-72d315cccfef 23 Sep 2021 pre-release

    Nothing published for this version

  13. v0.4.2-0.20210426054911-b11db79d8545 26 Apr 2021 pre-release

    Nothing published for this version

  14. v0.4.1 24 Apr 2021
    Release notes
    • 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
    Open source →
    Release notes
    • 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
    Open source →
    Release notes

    v0.4.1

    Compare

    Choose a tag to compare

    Open source →
  15. v0.4.1-0.20201010164959-e6d4a99b3ba7 10 Oct 2020 pre-release

    Nothing published for this version

  16. v0.4.0 30 Jan 2020
    Release notes
    • 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
    Open source →
    Release notes
    • 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
    Open source →
    Release notes

    v0.4.0

    Compare

    Choose a tag to compare

    Open source →
  17. v0.3.4-0.20191015162359-3a3783392d8d 15 Oct 2019 pre-release

    Nothing published for this version

  18. v0.3.3 11 May 2019
    Release notes
    • 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
    Open source →
    Release notes
    • 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
    Open source →
    Release notes

    v0.3.3

    Compare

    Choose a tag to compare

    Open source →
  19. v0.3.2 08 May 2019
    Release notes
    • Fix CORS add AccessControl allowing methods and headers
    Open source →
    Release notes
    • Fix CORS add AccessControl allowing methods and headers
    Open source →
    Release notes

    v0.3.2

    Compare

    Choose a tag to compare

    Open source →
  20. v0.3.1 07 May 2019
    Release notes
    • Allow CORS requests
    Open source →
    Release notes
    • Allow CORS requests
    Open source →
    Release notes

    v0.3.1

    Compare

    Choose a tag to compare

    Open source →
  21. v0.3.0 28 Apr 2019
    Release notes
    • 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
    Open source →
    Release notes
    • 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
    Open source →
    Release notes

    v0.3.0

    Compare

    Choose a tag to compare

    Open source →
  22. v0.2.1 25 Apr 2019
    Release notes
    • 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
    Open source →
    Release notes
    • 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
    Open source →
    Release notes

    v0.2.1

    Compare

    Choose a tag to compare

    Open source →
  23. v0.2.0 24 Apr 2019
    Release notes
    • 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
    Open source →
    Release notes
    • 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
    Open source →
    Release notes

    v0.2.0

    Compare

    Choose a tag to compare

    Open source →
  24. v0.1.0 21 Apr 2019
    Release notes
    • Add Killgrave logo
    • Add CircleCI integration
    • Convert headers into canonical mime type
    • Run server with imposter configuration
    • Processing and parsing imposters file
    • Initial version
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive