hoverfly v1.1.1 Release Notes

Release Date: 2019-07-22 // over 4 years ago
  • Overwrite duplicate request in capture mode

    0️⃣ Hoverfly by default ignores repeated requests when capturing. Using the following flag, you can set Hoverfly to capture the new request-response pair by overwriting the old one.

    hoverctl mode capture --overwrite-duplicate
    

    🐛 Bug fixes and performance improvements

    🐎 Thanks to @aosavitski's PR, the performance of stateful simulation has been improved.
    🚀 This release also fixed the following bugs:
    #868
    #865