Skip to content

Release 0.5.0

Choose a tag to compare

@perzeuss perzeuss released this 08 Mar 02:09
· 12 commits to main since this release
41fcdc0

Release Notes for v0.5

Release Date: March 8, 2025
Tag: 0.5.0

Changelog

New Features and Improvements:

  1. Enhanced Security with Configured App Routing:

    • Problem Statement: Previously, a generated webhook allowed access to any app if the app ID was known, making the setup less secure.
    • Solution: We've introduced a dropdown selection to specify the Dify app that each endpoint is meant to interact with.
    • Benefit: When an app is configured through the dropdown, we restrict access to only that app, effectively disabling wildcard app routes. This ensures that other apps are not exposed or accessible via the webhook, significantly enhancing security.
  2. New Routes Introduced:

    • Added new routes /single-chatflow and /single-workflow specifically for endpoints with a configured Dify app. This provides more granular control and limits the scope of the webhook operations to only the selected app.
  3. Improved Labels for Boolean Configuration:

    • Updated labels for boolean configuration options to improve clarity and user understanding.

This update addresses and resolves issue #2, ensuring that your applications remain secure while using the Dify Plugin: Webhook. Enjoy enhanced security and tailored operations for your configured Dify applications! 🚀

Please update to v0.5 to take advantage of these new security features.