You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Bug Fixes in v0.12.1
Webapp Custom Icons: Fixed display issues for custom icons in the webapp. fix: site icon not showing #11094
Start Form File Handling: Addressed the inability to use files in the Start form. fix: Cannot use files in the user inputs. #11112
LLM Memory Processing: Corrected errors in LLM memory handling. fix: user query be ignored if query_prompt_template is an empty string #11103 and fix(llm_node): Ignore user query when memory is disabled. #11106
Conversation Deletion: Fixed conversation removal issues. fix: timezone not imported in conversation service. #11076
App Creation and Template Import: Resolved errors during app creation and template import. fix: import Explore Apps raise error #11091, fix #11091 raise redirect issue #11092 and fix: app copy raise error #11108
These fixes ensure improved functionality and reliability across the platform.
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 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 API server, Worker and Web frontend Server again.
What's Changed
from_end_user_id
by @horochx in fix: ops_trace_managerfrom_end_user_id
#11077New Contributors
Full Changelog: 0.12.0...0.12.1
This discussion was created from the release v0.12.1.
Beta Was this translation helpful? Give feedback.
All reactions