v2.4.0 (2022-05-19) Branch deployments & support for AsyncAPI 2.4
🆕 diff
and deploy
commands accepts a new --branch
argument
-
Both the
diff
&deploy
commands will now accept a--branch
argument so you can deploy new versions of your API reference in a separate branch. By default, when you don't use the argument all new versions are deployed to a default main branch.This new feature is useful when you want to keep multiple history available on your API documentation. For example, you might want to deploy all your newest API changes on a
latest
branch (with the new--branch latest
argument), and when happy about the latest changes, you decide to release to the main default branch (by removing the--branch ...
argument).
🆙 Support for the latest 2.4 release of AsyncAPI specification
-
AsyncAPI recently release their 2.4 version. Check out their blog post announcement: https://www.asyncapi.com/blog/release-notes-2.4.0
With this new release of the Bump CLI we partially support the latest changes of the AsyncAPI spec. -
Thanks to @dependabot, all the node dependencies we use are up-to-date as of today.
Have fun designing APIs and our new branching mechanism 🌳 ✨