v0.10.2
Its time for a small Hoverfly update. Over the past week, we've been fixing bugs and adding features.
hoverctl errors
With the change to using spf13/cobra, we introduced a bug where "index out of range" errors would be printed when parameters were missing from certain hoverctl commands. This has been fixed to print a nicer error message.
For more information on hoverctl
Authentication on the proxy
We have expanded authentication within Hoverfly. Originally, turning on authentication would only take affect on the API, requiring a JWT token to communicate with Hoverfly. v0.10.2 now introduces authentication to the Hoverfly proxy.
For more information on authentication
Authentication for in-memory Hoverfly
As part of the changes to authentication, we have also enabled the ability to use authentication with an in-memory database. Previously you were restricted to only being able to enable authentication when using BoltDB.
For more information on authentication
Advanced tutorials
With this release, we have created a new section in the documentation for "advanced tutorials". This section includes guides that show how to use Hoverfly in more complex situations. If you have any issues or misunderstandings around the documentation, feel free to raise issues. We are always striving to improve our docs!
For more information on advanced tutorials