dify/api/core/app/apps
耐小心 acd209a890
fix: prevent database connection leaks in chatflow mode by using Session-managed queries (#24656)
Co-authored-by: 王锶奇 <wangsiqi2@tal.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-01 18:22:42 +08:00
..
advanced_chat fix: prevent database connection leaks in chatflow mode by using Session-managed queries (#24656) 2025-09-01 18:22:42 +08:00
agent_chat orm filter -> where (#22801) 2025-07-24 00:57:45 +08:00
chat Fix missing user_id in trace_manager (#24024) 2025-08-16 11:08:30 +08:00
common fix: workflow_finish_to_stream_response assert exception with celery … (#24674) 2025-08-30 00:59:21 +08:00
completion Fix missing user_id in trace_manager (#24024) 2025-08-16 11:08:30 +08:00
workflow fix: workflow_finish_to_stream_response assert exception with celery … (#24674) 2025-08-30 00:59:21 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
base_app_generate_response_converter.py Refactor: use logger = logging.getLogger(__name__) in logging (#24515) 2025-08-26 18:10:31 +08:00
base_app_generator.py chore: use orjson in streaming event JSON serialisation for performance improvement (#24763) 2025-08-29 14:06:07 +08:00
base_app_queue_manager.py example enum to StrEnum (#24877) 2025-09-01 15:40:26 +08:00
base_app_runner.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
exc.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
message_based_app_generator.py fix: prevent database connection leaks in chatflow mode by using Session-managed queries (#24656) 2025-09-01 18:22:42 +08:00
message_based_app_queue_manager.py no used function for message_queue. (#24027) 2025-08-17 09:33:22 +08:00
workflow_app_runner.py feat: decouple WorkflowAppRunner from AppRunner (#21739) 2025-07-23 14:56:06 +08:00