hoverfly v1.2.0 Release Notes

Release Date: 2020-06-10 // almost 4 years ago
  • Hoverfly is migrated to Go 1.14 and using Go Modules to manage its dependencies.

    🔋 Feature-wise, thanks to @ri-tatsu, logging to a file is now supported:

    hoverfly -logs-output=file
    

    A new matcher type xmlTemplated is added for XML loose matching with templated functions: #939