PackageTrack

Go modules · #2335

github.com/friendsofgo/killgrave

v0.5.1friendsofgo/killgrave

Release timeline

24 releases since 2019
2020202120222023202420252026

Releases

  1. v0.5.2-0.20241125080359-2424d0a3c27525 Nov 2024pre-release

    Nothing published for this version

  2. v0.5.2-0.20241115101248-d41b4b181aa715 Nov 2024pre-release

    Nothing published for this version

  3. v0.5.2-0.20241110233609-8c646116ee2e10 Nov 2024pre-release

    Nothing published for this version

  4. v0.5.2-0.20240730071649-bca67fd6ef0d30 Jul 2024pre-release

    Nothing published for this version

  5. v0.5.2-0.20240617050155-cac94e6e13a317 Jun 2024pre-release

    Nothing published for this version

  6. v0.5.2-0.20240321104415-f95b1f4f37bb21 Mar 2024pre-release

    Nothing published for this version

  7. v0.5.2-0.20240205142857-c4f701921f9b5 Feb 2024pre-release

    Nothing published for this version

  8. v0.5.2-0.20231124075024-ae26b72c119024 Nov 2023pre-release

    Nothing published for this version

  9. v0.5.2-0.20231118201135-eacc1bfd527a18 Nov 2023pre-release

    Nothing published for this version

  10. v0.5.118 Nov 2023
    Release notes

    v0.5.1 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  11. v0.5.023 Sept 2021
    Release notes2 sources agree
    • 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 →
    Additional notes

    v0.5.0

    Compare

    Choose a tag to compare

    Open source →
  12. v0.4.2-0.20210923223131-72d315cccfef23 Sept 2021pre-release

    Nothing published for this version

  13. v0.4.2-0.20210426054911-b11db79d854526 Apr 2021pre-release

    Nothing published for this version

  14. v0.4.124 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 →
    Additional notes2 sources agree
    • 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 →
    Additional notes

    v0.4.1

    Compare

    Choose a tag to compare

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

    Nothing published for this version

  16. v0.4.030 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 →
    Additional notes2 sources agree
    • 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 →
    Additional notes

    v0.4.0

    Compare

    Choose a tag to compare

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

    Nothing published for this version

  18. v0.3.311 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 →
    Additional notes2 sources agree
    • 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 →
    Additional notes

    v0.3.3

    Compare

    Choose a tag to compare

    Open source →
  19. v0.3.28 May 2019
    Release notes
    • Fix CORS add AccessControl allowing methods and headers
    Open source →
    Additional notes2 sources agree
    • Fix CORS add AccessControl allowing methods and headers
    Open source →
    Additional notes

    v0.3.2

    Compare

    Choose a tag to compare

    Open source →
  20. v0.3.17 May 2019
    Release notes
    • Allow CORS requests
    Open source →
    Additional notes2 sources agree
    • Allow CORS requests
    Open source →
    Additional notes

    v0.3.1

    Compare

    Choose a tag to compare

    Open source →
  21. v0.3.028 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 →
    Additional notes2 sources agree
    • 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 →
    Additional notes

    v0.3.0

    Compare

    Choose a tag to compare

    Open source →
  22. v0.2.125 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 →
    Additional notes2 sources agree
    • 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 →
    Additional notes

    v0.2.1

    Compare

    Choose a tag to compare

    Open source →
  23. v0.2.024 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 →
    Additional notes2 sources agree
    • 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 →
    Additional notes

    v0.2.0

    Compare

    Choose a tag to compare

    Open source →
  24. v0.1.021 Apr 2019
    Release notes2 sources agree
    • 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 →