Release 0.5.0
Release Notes for v0.5
Release Date: March 8, 2025
Tag: 0.5.0
Changelog
New Features and Improvements:
-
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.
-
New Routes Introduced:
- Added new routes
/single-chatflowand/single-workflowspecifically 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.
- Added new routes
-
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.