WAHA 2024.5 - Swagger White Label and stability improvements

Posted in Releases on May 30, 2024 by devlikeapro ‐ 1 min read

WAHA 2024.5 - Swagger White Label and stability improvements

We are excited to announce the release of WAHA 2024.5! This version introduces the Swagger White Label feature and includes several stability improvements.

Check the Changelog for a full list of changes.

🌟 NEW - Swagger White Label

👉 Swagger White Label is available in WAHA Plus version only.

If you’re running SaaS or want to show your brand in the Swagger documentation, you can now customize the Swagger documentation with your own brand!

Swagger White Label

Use the following environment variables to customize the Swagger documentation:

  • WHATSAPP_SWAGGER_TITLE - the title of the Swagger documentation and some other places.
  • WHATSAPP_SWAGGER_DESCRIPTION - Markdown formatted description of your API.
  • WHATSAPP_SWAGGER_EXTERNAL_DOC_URL - URL to the external documentation.

Example (consider using docker-compose or other methods to store these settings):

docker run -it -p 3000:3000 -e WHATSAPP_SWAGGER_TITLE="AwesomeCRM" -e 'WHATSAPP_SWAGGER_DESCRIPTION=<p>FantasticFindz - Discover unique treasures from around the world at unbelievable prices!<br/> <a href='https://google.com'>Read more about us!</a></p>' -e "WHATSAPP_SWAGGER_EXTERNAL_DOC_URL=https://google.com" devlikeapro/waha-plus

🛠️ Stability Improvements

We’ve made several stability improvements to WEBJS and NOWEB engines, check the Changelog for more details.

Thank you for your support!

We appreciate your continued support and enthusiasm for the project!