There's been a lot of behind-the-scenes movement on the plugin system so this release is fairly small. However, it does add long-awaited support for OpenAPI as well as a few other goodies!
By popular demand, you can now import OpenAPI spec files into Yaak. Specifically Swagger 2.0, OpenAPI 3.0, and OpenAPI 3.1 documents.
Many public APIs publish an OpenAPI specification and some web frameworks will generate them automatically. Now you can import these specs into Yaak to get started even more quickly.
Fixes OpenAPI Import Support
Due to performance concerns, large text responses were previously hidden with no way to view them. You now have the power to bypass this message 💪🏼
Fixes Show Large Response Payloads over 2MB
Thanks to a contribution by @chenrui333, Yaak can now be installed via Homebrew!
brew install yaak
Fixes Install via Homebrew
.deb
and .rpm
installers for Linux