Replies: 3 comments 4 replies
-
|
Thank you for the Update. I had a lot session sqlalchemy errors in 1.41 during knowledgebase import. they are gone, but instead i have this new error i never had before. sycopg2.errors.DeadlockDetected) deadlock detected |
Beta Was this translation helpful? Give feedback.
-
|
Can you provide a way to upgrade through the source. zip method |
Beta Was this translation helpful? Give feedback.
-
|
Hello, from 0.6.15 update to the latest version, the database fields seem to have changed a lot, is there any way to solve it, docker deployed |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
🚀 What's New in v1.4.2?
We've packed v1.4.2 with usability upgrades, polished features, and stability enhancements. Check out what's new:
🌟 New Features & Improvements
Smarter Webapp Inputs: Automatically fill hidden fields using URL parameters (feat: allow fill inputs from url params #20630), by @hjlarry.
Efficient Document Extraction: Faster, streamlined processing for Excel and CSV files (A more concise and effective extractor for excel and csv files #20625), thanks to @HaiyangPeng.
Marketplace UI Update: Easier browsing with improved sorting for app types (feat: reorder app types #20685), courtesy of @nite-knite.
Personalized Chatbot UX: Chat input placeholder now dynamically displays your bot's name (Feat/15534 support replacing the bot in chat input placeholder with the bots name #20473), thanks to @crazywoola.
Robust File Uploads: Addressed issues with multiple file extension mappings (fix: unable to upload custom file in case of incorrect inffered by multiple extensions mapped from mime type with filename extension hints #20559), by @bowenliang123.
Advanced Knowledge Base API Features:
Weave Tracing & W&B Integration: Enhanced support for dedicated cloud instances for better operations monitoring (Add support for W&B dedicated cloud instances in Weave tracing integration #20765), from @parambharat.
🔒 Security Updates
🐛 Bug Fixes
Resolved 401 Errors:
workflow_as_tool(fix: Instance <Account> is not bound to a Session #20347).All thanks to @laipz8200.
Agent Node Refinements:
Annotation API Fix: Restored the missing
end_userargument (fix: apps/annotation missing 1 required positional argument: 'end_user' #20428), courtesy of @quicksandznzn.Docker Environment Corrections: Fixed erroneous handling of environment variables (fix: wrong env usage in middleware #20436), by @crazywoola.
Code Node & Trace Management:
app_idnow included in TraceTasks for better management (fix(ops_trace_manager): Adds app_id to TraceTask initialization #20461), thanks to @laipz8200.HTTP Node Reliability: Corrected curl operations using
--data(fix: import from curl not work for --data #20471), by @hjlarry.Memory Leak Prevention: Fixed Celery worker leaks ensuring jobs close correctly (fix celery job not closed issue #19268), by @JohnJyong.
Improved Housekeeping Command: Now preserves avatar images and app icons correctly (fix(housekeeping): exclude files that are used as app icons or avatar images from being removed #20532), thanks to @kurokobo.
Email Invitation Fixes: SMTP authentication errors resolved (fixes #19634 #20545), by @AnshumanSaini.
Consistent App Tagging: Resolved app tag update issues (fix: update app tag error #20618), by @Nov1c444.
Markdown Rendering Fixes: Ensured abbreviations display properly in react-markdown (fix(markdown): Ensure abbr: links render correctly in react-markdown v9+ #20648), by @xuzijie1995.
LLM Node Image Parsing: Improved reliability for single-step executions with images (fix(llm_node): update file variable mapping to use vision configs #20417), by @lrhan321.
Restored Agent Moderation: Functionality fully restored (fix: agent moderation not working #20673), by @Nov1c444.
Plugin Extension Performance: Restored responsiveness and speed (fix(inner_api/plugin/wraps): refresh user model after creation in get user function #20704), by @Yeuoly.
Question Classifier Stability: Executions now error-free (fix(api): Resolve error encountered when executing
QuestionClassifieNode#20829), thanks to @QuantumGhost.Enhanced Web UX: Single-run modals now auto-dismiss for better usability (fix(web): optimize prompt change logic for LLM nodes (#20841) #20865), by @HyaCiovo.
Enjoy these improvements and a smoother, more stable experience! 🚀
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. Please execute in the docker directory
Back up data
tar -cvf volumes-$(date +%s).tgz volumesUpgrade 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 uv syncThen, let's run the migration script:
Finally, run the API server, Worker, and Web frontend Server again.
What's Changed
pnpm fixby @bowenliang123 in chore: ensure web code consistency by applyingpnpm fix#20643WorkflowDraftVariableandWorkflowNodeExecutionModelby @QuantumGhost in feat(api): AdjustWorkflowDraftVariableandWorkflowNodeExecutionModel#20746QuestionClassifieNodeby @QuantumGhost in fix(api): Resolve error encountered when executingQuestionClassifieNode#20829ParameterExtractorNodefromLLMNodeby @QuantumGhost in refactor(api): DecoupleParameterExtractorNodefromLLMNode#20843New Contributors
Full Changelog: 1.4.1...1.4.2
This discussion was created from the release v1.4.2.
Beta Was this translation helpful? Give feedback.
All reactions