Yaak Logo
Yaak

OpenAPI Import, Large Responses, and Homebrew

2024.7.0

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!

🚚 OpenAPI Support

By popular demand, you can now import OpenAPI spec files into Yaak. Specifically Swagger 2.0, OpenAPI 3.0, and OpenAPI 3.1 documents.

Import dialog showing OpenAPI spec

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

👀 Reveal Large Responses

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 💪🏼

Prompt to show large response body

Fixes Show Large Response Payloads over 2MB

📦 Homebrew Cask

Thanks to a contribution by @chenrui333, Yaak can now be installed via Homebrew!

brew install yaak

Fixes Install via Homebrew

Fixes and Improvements