v1.1.3
#16645
Replies: 1 comment
-
I recommend adding the weights feature in the API documentation, especially when we create a document by file or text, as we cannot pass the knowledge base configuration when creating an empty base. Also a object example because some props are not mapped Example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
✨ What’s New in v1.1.3? ✨
Here's what's been cooking in the latest update—v1.1.3. We've got some slick new features, essential fixes, and handy refinements to enhance your experience. Let's dive right in:
⚙️ Enhancements
APP Filtering Harmonization: Made the logic between App filtering and creation consistent for a seamless UX by @jiangbo721 in feat: Make the logic of APP filtering and creation the same #16079.
ESLint Cache Enabled: Code quality meets speed as ESLint cache support is enabled, reducing linting time by @karamaru-alpha in chore: enable eslint cache #16570.
Workflow Adjustments: You can now add a related-id in iteration nodes for more dynamic workflows by @kenwoodjw in fix: workflow file add related-id in iteration node #16255.
🛠️ Bug Fixes
Optimize Expired Workflow Run Query: Fixed inefficient queries by adding a date filter and limiting the results to improve query performance by @Yeuoly in fix: optimize query for expired workflow runs by adding date filter and limiting results #16491.
Document Dataset Creation: Resolved the missing
weight_type
issue in documents created within datasets by @LiuBodong in fix:weight_type missing when create document in dataset #16503.Inputs on iOS Devices: Squashed bugs causing errors when passing inputs on iOS by @mrdotdotdot in fix: the error occurring when passing inputs on iOS devices and some … #16534.
Variable Aggregator Node in Workflows: Fixed issue with variable-aggregation nodes failing checks when using group mode by @LeeeeeeM in fix: fix variable-aggregator cannot pass node check in group mode #16439.
XSS Sanitization: Strengthened your security with SVG sanitization to prevent XSS attacks by @iamjoel in fix: sanitizer svg to avoid xss #16606.
UI/UX Fixes: Addressed various style and interaction issues, like sidebar width on mobile (Fix: style of sidebar with in mobile #16629) and app detail panel in JP (Fix: style issue of app detail panel in jp #16620) by @JzoNgKVO.
Sandbox Security Upgrade: Upgrade the Dify sandbox to avoid JavaScript code injection.
This update focuses on making the platform not only more efficient but also easier and secure to use. Enjoy the improvements, and let's keep pushing the boundaries together!
Upgrade Guide
Docker compose deployments
Back up your customized docker-compose YAML file (optional)
Get the latest code from the main branch
Stop the service, Command, please execute in the docker directory
Back up data
tar -cvf volumes-$(date +%s).tgz volumes
Upgrade services
Source Code deployments
Stop the API server, Worker, and Web frontend Server.
Get the latest code from the release branch:
Update Python dependencies:
cd api poetry install
Then, let's run the migration script:
Finally, run the API server, Worker, and Web frontend Server again.
What's Changed
New Contributors
Full Changelog: 1.1.2...1.1.3
This discussion was created from the release v1.1.3.
Beta Was this translation helpful? Give feedback.
All reactions